Skip to content
Snippets Groups Projects
Commit c5571243 authored by nimrod's avatar nimrod
Browse files

Unify the filebeat and journalbeat indices.

parent dfb7eb4d
No related branches found
No related tags found
No related merge requests found
Pipeline #1488 passed
......@@ -25,8 +25,11 @@ services:
command: >
filebeat setup
-E output.elasticsearch.hosts=['elasticsearch:9200']
-E output.elasticsearch.hosts='logs-%{+yyyy.MM.dd}'
-E setup.kibana.host=kibana:5601
-E setup.ilm.overwrite=true
-E setup.template.name=logs
-E setup.template.pattern='logs-%{+yyyy.MM.dd}'
image: docker.elastic.co/beats/filebeat-oss:7.12.1
links: &beat_links
- elasticsearch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment