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.
-
#dataset ⇒ Object
The data stream dataset for your logs.
-
#dtype ⇒ Object
The data stream type for your logs.
-
#namespace ⇒ Object
The data stream namespace for your logs.
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_elasticsearch_destination_data_stream.rb', line 33 def additional_properties @additional_properties end |
#dataset ⇒ Object
The data stream dataset for your logs. This groups logs by their source or application.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 25 def dataset @dataset end |
#dtype ⇒ Object
The data stream type for your logs. This determines how logs are categorized within the data stream.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 28 def dtype @dtype end |
#namespace ⇒ Object
The data stream namespace for your logs. This separates logs into different environments or domains.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb', line 31 def namespace @namespace end |