Class: DatadogAPIClient::V2::ElasticCloudIntegrationDataflowsRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudIntegrationDataflowsRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb
Overview
Data Datadog collects from Elastic Cloud, keyed by dataflow id. Node-level cluster statistics are always collected; each dataflow here adds a further set of metrics on top of that baseline, so set enabled to start or stop it. Defaults listed on each dataflow apply when the account is created; on update, omitted fields keep their current values. Every dataflow queries the deployment as the user in authentication, so that user's role must hold the required Elasticsearch privileges; a dataflow enabled without them is stored but collects no data.
Instance Attribute Summary collapse
-
#elastic_cloud_detailed_index_stats ⇒ Object
Primary shard metrics broken down per index, rather than aggregated across the cluster.
-
#elastic_cloud_index_stats ⇒ Object
Metrics for individual indices.
-
#elastic_cloud_pending_task_stats ⇒ Object
Metrics for cluster-level changes that have been submitted but not yet executed.
-
#elastic_cloud_primary_shard_graceful_timeout ⇒ Object
Tolerance for slow primary shard requests.
-
#elastic_cloud_primary_shard_stats ⇒ Object
Metrics covering only the cluster's primary shards.
-
#elastic_cloud_shard_allocation_stats ⇒ Object
Metrics for how many shards are allocated to each data node, and the disk space they use.
-
#elastic_cloud_slm_stats ⇒ Object
Metrics about the actions taken by snapshot lifecycle management.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#elastic_cloud_detailed_index_stats ⇒ Object
Primary shard metrics broken down per index, rather than aggregated across the cluster.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 25 def elastic_cloud_detailed_index_stats @elastic_cloud_detailed_index_stats end |
#elastic_cloud_index_stats ⇒ Object
Metrics for individual indices. Only the indices granted to the role of the user in authentication are collected.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 28 def elastic_cloud_index_stats @elastic_cloud_index_stats end |
#elastic_cloud_pending_task_stats ⇒ Object
Metrics for cluster-level changes that have been submitted but not yet executed.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 31 def elastic_cloud_pending_task_stats @elastic_cloud_pending_task_stats end |
#elastic_cloud_primary_shard_graceful_timeout ⇒ Object
Tolerance for slow primary shard requests. Primary shard metrics can grow large enough for the request to time out; enabling this keeps the rest of the collection running when that happens instead of failing the run. Only has an effect alongside elastic-cloud-primary-shard-stats.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 34 def elastic_cloud_primary_shard_graceful_timeout @elastic_cloud_primary_shard_graceful_timeout end |
#elastic_cloud_primary_shard_stats ⇒ Object
Metrics covering only the cluster's primary shards.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 37 def elastic_cloud_primary_shard_stats @elastic_cloud_primary_shard_stats end |
#elastic_cloud_shard_allocation_stats ⇒ Object
Metrics for how many shards are allocated to each data node, and the disk space they use.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 40 def elastic_cloud_shard_allocation_stats @elastic_cloud_shard_allocation_stats end |
#elastic_cloud_slm_stats ⇒ Object
Metrics about the actions taken by snapshot lifecycle management. Requires the read_slm Elasticsearch cluster privilege on the role of the user in authentication; without it this dataflow collects no data.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_request.rb', line 43 def elastic_cloud_slm_stats @elastic_cloud_slm_stats end |