Class: DatadogAPIClient::V2::ObservabilityPipelineConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_config.rb
Overview
Specifies the pipeline's configuration, including its sources, processors, and destinations.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#destinations ⇒ Object
readonly
A list of destination components where processed logs are sent.
-
#processors ⇒ Object
readonly
A list of processors that transform or enrich log data.
-
#sources ⇒ Object
readonly
A list of configured data sources for the pipeline.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_config.rb', line 33 def additional_properties @additional_properties end |
#destinations ⇒ Object
A list of destination components where processed logs are sent.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_config.rb', line 25 def destinations @destinations end |
#processors ⇒ Object
A list of processors that transform or enrich log data.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_config.rb', line 28 def processors @processors end |
#sources ⇒ Object
A list of configured data sources for the pipeline.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_config.rb', line 31 def sources @sources end |