8 lines
194 B
YAML
8 lines
194 B
YAML
|
processors:
|
||
|
- add_cloud_metadata: ~
|
||
|
|
||
|
output.elasticsearch:
|
||
|
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
|
||
|
username: '${ELASTICSEARCH_USERNAME:}'
|
||
|
password: '${ELASTICSEARCH_PASSWORD:}'
|