Class: DatadogAPIClient::V1::LogsArrayProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsArrayProcessor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_array_processor.rb
Overview
A processor for extracting, aggregating, or transforming values from JSON arrays within your logs. Supported operations are:
- Select value from matching element
- Compute array length
- Append a value to an array
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_enabled ⇒ Object
Whether or not the processor is enabled.
-
#name ⇒ Object
Name of the processor.
-
#operation ⇒ Object
readonly
Configuration of the array processor operation to perform.
-
#type ⇒ Object
readonly
Type of logs array processor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor.rb', line 40 def additional_properties @additional_properties end |
#is_enabled ⇒ Object
Whether or not the processor is enabled.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor.rb', line 29 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the processor.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor.rb', line 32 def name @name end |
#operation ⇒ Object
Configuration of the array processor operation to perform.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor.rb', line 35 def operation @operation end |
#type ⇒ Object
Type of logs array processor.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/logs_array_processor.rb', line 38 def type @type end |