Class: DatadogAPIClient::V1::LogsDecoderProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsDecoderProcessor
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#binary_to_text_encoding ⇒ Object
readonly
The encoding used to represent the binary data.
-
#input_representation ⇒ Object
readonly
The original representation of input string.
-
#is_enabled ⇒ Object
Whether the processor is enabled.
-
#name ⇒ Object
Name of the processor.
-
#source ⇒ Object
readonly
Name of the log attribute with the encoded data.
-
#target ⇒ Object
readonly
Name of the log attribute that contains the decoded data.
-
#type ⇒ Object
readonly
Type of logs decoder processor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_encoding ⇒ Object
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_representation ⇒ Object
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_enabled ⇒ Object
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 |
#name ⇒ Object
Name of the processor.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/logs_decoder_processor.rb', line 36 def name @name end |
#source ⇒ Object
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 |
#target ⇒ Object
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 |
#type ⇒ Object
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 |