Implemented sending logs to ElasticSearch with Filebeat #125

Merged
bema merged 4 commits from bema/func/filebeat_logging into master 2023-03-21 09:47:30 +01:00
Showing only changes of commit 52d8e6e6ee - Show all commits

View File

@@ -13,10 +13,20 @@ processors:
output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elc-0.zipper.release11.com:9200}'
index: 'xmltools-dev-%{+yyyy.MM}'
index: 'xmltools-${ENV_TYPE}-%{+yyyy.MM}'
setup.template:
name: 'xmltools-dev'
pattern: 'xmltools-*'
enabled: false
setup.template:
name: 'xmltools-test'
pattern: 'xmltools-*'
enabled: false
setup.template:
name: 'xmltools-prod'
pattern: 'xmltools-*'
enabled: false