This product is not supported for your selected Datadog site. ().
This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Use Observability Pipelines’ Elasticsearch destination to send logs to Elasticsearch.

Setup

Set up the Elasticsearch destination and its environment variables when you set up a pipeline. The information below is configured in the pipelines UI.

Set up the destination

The following fields are optional:

  1. Enter the name for the Elasticsearch index. See template syntax if you want to route logs to different indexes based on specific fields in your logs.
  2. Enter the Elasticsearch version.

Set the environment variables

  • Nombre de usuario de autenticación de Elasticsearch:
    • Almacenado en la variable de entorno: DD_OP_DESTINATION_ELASTICSEARCH_USERNAME.
  • Contraseña de autenticación de Elasticsearch:
    • Almacenado en la variable de entorno: DD_OP_DESTINATION_ELASTICSEARCH_PASSWORD.
  • URL del endpoint de Elasticsearch:
    • Almacenado en la variable de entorno: DD_OP_DESTINATION_ELASTICSEARCH_ENDPOINT_URL.

How the destination works

Event batching

A batch of events is flushed when one of these parameters is met. See event batching for more information.

Max EventsMax BytesTimeout (seconds)
None10,000,0001
PREVIEWING: guacbot/translation-pipeline