Class: DatadogAPIClient::V1::LogsDecoderProcessor

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_decoder_processor.rb

Overview

The decoder processor decodes any source attribute containing a base64/base16-encoded UTF-8/ASCII string back to its original value, storing the result in a target attribute.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



47
48
49
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 47

def additional_properties
  @additional_properties
end

#binary_to_text_encodingObject

The encoding used to represent the binary data.



27
28
29
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 27

def binary_to_text_encoding
  @binary_to_text_encoding
end

#input_representationObject

The original representation of input string.



30
31
32
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 30

def input_representation
  @input_representation
end

#is_enabledObject

Whether the processor is enabled.



33
34
35
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 33

def is_enabled
  @is_enabled
end

#nameObject

Name of the processor.



36
37
38
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 36

def name
  @name
end

#sourceObject

Name of the log attribute with the encoded data.



39
40
41
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 39

def source
  @source
end

#targetObject

Name of the log attribute that contains the decoded data.



42
43
44
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 42

def target
  @target
end

#typeObject

Type of logs decoder processor.



45
46
47
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 45

def type
  @type
end