Class: DatadogAPIClient::V2::ObservabilityPipelineElasticsearchDestinationDataStream
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineElasticsearchDestinationDataStream
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb
Overview
Configuration options for writing to Elasticsearch Data Streams instead of a fixed index.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auto_routing ⇒ Object
When
true, automatically routes events to the appropriate data stream based on the event content. -
#dataset ⇒ Object
The data stream dataset.
-
#dtype ⇒ Object
The data stream type.
-
#namespace ⇒ Object
The data stream namespace.
-
#sync_fields ⇒ Object
When
true, synchronizes data stream fields with the Elasticsearch index mapping.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 39 def additional_properties @additional_properties end |
#auto_routing ⇒ Object
When true, automatically routes events to the appropriate data stream based on the event content.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 25 def auto_routing @auto_routing end |
#dataset ⇒ Object
The data stream dataset. This groups events by their source or application.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 28 def dataset @dataset end |
#dtype ⇒ Object
The data stream type. This determines how events are categorized within the data stream.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 31 def dtype @dtype end |
#namespace ⇒ Object
The data stream namespace. This separates events into different environments or domains.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 34 def namespace @namespace end |
#sync_fields ⇒ Object
When true, synchronizes data stream fields with the Elasticsearch index mapping.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 37 def sync_fields @sync_fields end |