Class: DatadogAPIClient::V1::LogsArrayMapCategorySubProcessor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsArrayMapCategorySubProcessor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb
Overview
A category sub-processor for use inside an array-map processor.
Unlike the top-level category processor, is_enabled is not supported.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#categories ⇒ Object
readonly
Array of filters to match against a log and the corresponding value to assign.
-
#name ⇒ Object
Name of the sub-processor.
-
#target ⇒ Object
readonly
Target attribute path for the category value.
-
#type ⇒ Object
readonly
Type of logs category processor.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb', line 37 def additional_properties @additional_properties end |
#categories ⇒ Object
Array of filters to match against a log and the corresponding value to assign.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb', line 26 def categories @categories end |
#name ⇒ Object
Name of the sub-processor.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb', line 29 def name @name end |
#target ⇒ Object
Target attribute path for the category value.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb', line 32 def target @target end |
#type ⇒ Object
Type of logs category processor.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb', line 35 def type @type end |