Class ElasticCloudIntegrationAccountCreateAttributes

Writable attributes used to create an Elastic Cloud integration account.

Hierarchy

  • ElasticCloudIntegrationAccountCreateAttributes

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

Authentication for creating the Elastic Cloud integration account. Exactly one method is set.

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.

name: string

Human-readable name of the Elastic Cloud integration account.

Settings for creating the Elastic Cloud integration account.

Generated using TypeDoc