Class ElasticCloudIntegrationDataflowsResponse

Data Datadog collects from Elastic Cloud, keyed by dataflow id.

Hierarchy

  • ElasticCloudIntegrationDataflowsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Primary shard metrics broken down per index, rather than aggregated across the cluster.

Metrics for individual indices. Only the indices granted to the role of the user in authentication are collected.

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.

Metrics for cluster-level changes that have been submitted but not yet executed.

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.

Metrics covering only the cluster's primary shards.

Metrics for how many shards are allocated to each data node, and the disk space they use.

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.

Generated using TypeDoc