Back to Beats

Aws Privatelink Cloud Id

docs/reference/_snippets/aws-privatelink-cloud-id.md

9.5.3504 B
Original Source

:::{warning} If an {{ech}} deployment is protected by an AWS PrivateLink VPC filter, you can't use cloud.id. The Cloud ID encodes the public {{es}} endpoint, which is not available after the filter is associated. Find the private {{es}} URL, then connect using that URL and an API key:

yaml
output.elasticsearch:
  hosts: ["ELASTICSEARCH_ENDPOINT_URL"]
  api_key: "YOUR_API_KEY"

:::