logstash/ci/serverless/metricbeat/metricbeat.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

20 lines
No EOL
381 B
YAML

metricbeat.config:
modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
output.elasticsearch:
hosts: ["${ES_ENDPOINT}"]
protocol: "https"
username: "${ES_USER}"
password: "${ES_PW}"
metricbeat.modules:
- module: logstash
metricsets:
- node
- node_stats
period: 10s
hosts:
- localhost:9600
xpack.enabled: true