Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomFieldMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomFieldMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb
Overview
Defines a single field mapping rule for transforming a source field to an OCSF destination field.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default ⇒ Object
The default value to use if the source field is missing or empty.
-
#dest ⇒ Object
readonly
The destination OCSF field path.
-
#lookup ⇒ Object
Lookup table configuration for mapping source values to destination values.
-
#source ⇒ Object
The source field path from the log event.
-
#sources ⇒ Object
Multiple source field paths for combined mapping.
-
#value ⇒ Object
A static value to use for the destination field.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 42 def additional_properties @additional_properties end |
#default ⇒ Object
The default value to use if the source field is missing or empty.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 25 def default @default end |
#dest ⇒ Object
The destination OCSF field path.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 28 def dest @dest end |
#lookup ⇒ Object
Lookup table configuration for mapping source values to destination values.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 31 def lookup @lookup end |
#source ⇒ Object
The source field path from the log event.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 34 def source @source end |
#sources ⇒ Object
Multiple source field paths for combined mapping.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 37 def sources @sources end |
#value ⇒ Object
A static value to use for the destination field.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_field_mapping.rb', line 40 def value @value end |