Class: DatadogAPIClient::V2::ElasticCloudIntegrationDataflowsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudIntegrationDataflowsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb
Overview
Data Datadog collects from Elastic Cloud, keyed by dataflow id.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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_metrics ⇒ Object
Node-level statistics for the clusters in your deployment, such as the number of nodes and the number of documents on each node.
-
#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, keeping the rest of the collection running when a primary shard request times out instead of failing the run.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 48 def additional_properties @additional_properties end |
#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_response.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_response.rb', line 28 def elastic_cloud_index_stats @elastic_cloud_index_stats end |
#elastic_cloud_metrics ⇒ Object
Node-level statistics for the clusters in your deployment, such as the number of nodes and the number of documents on each node. This is the integration's baseline collection: it is always on and cannot be turned off, which is why it appears in responses only.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 31 def elastic_cloud_metrics @elastic_cloud_metrics end |
#elastic_cloud_pending_task_stats ⇒ Object
Metrics for cluster-level changes that have been submitted but not yet executed.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 34 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, keeping the rest of the collection running when a primary shard request times out instead of failing the run. Only has an effect alongside elastic-cloud-primary-shard-stats.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 37 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.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 40 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.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 43 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.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_integration_dataflows_response.rb', line 46 def elastic_cloud_slm_stats @elastic_cloud_slm_stats end |