Elasticsearch Destination
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
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:
- 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.
- Enter the Elasticsearch version.
Set the environment variables
- Elasticsearch 認証ユーザー名:
- 環境変数
DD_OP_DESTINATION_ELASTICSEARCH_USERNAME
に格納されています。
- Elasticsearch 認証パスワード:
- 環境変数
DD_OP_DESTINATION_ELASTICSEARCH_PASSWORD
に格納されています。
- Elasticsearch エンドポイント URL:
- 環境変数
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 Events | Max Bytes | Timeout (seconds) |
---|
None | 10,000,000 | 1 |