logstash/ci/serverless/config/logstash.yml
kaisecheng 0f8695593e
buildkite serverless test (#15150)
This commit adds a Buildkite pipeline to test against serverless endpoint daily

Tests cover 
- es-output
- es-input
- es-filter
- central pipeline management
- legacy monitoring
- dlq
- integration-filter
- kibana API
- metricbeat stack monitoring

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Co-authored-by: João Duarte <jsvduarte@gmail.com>
2023-07-19 17:21:53 +01:00

10 lines
No EOL
421 B
YAML

xpack.management.enabled: true
xpack.management.pipeline.id: ["gen_es"]
xpack.management.elasticsearch.username: ${ES_USER}
xpack.management.elasticsearch.password: ${ES_PW}
xpack.management.elasticsearch.hosts: ["${ES_ENDPOINT}"]
xpack.monitoring.enabled: true
xpack.monitoring.elasticsearch.username: ${ES_USER}
xpack.monitoring.elasticsearch.password: ${ES_PW}
xpack.monitoring.elasticsearch.hosts: ["${ES_ENDPOINT}"]