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

Revert "Unify the filebeat and journalbeat indices."

This reverts commit c5571243.

I changed my mind, I'll setup just journalbeat to use the filebeat
indices.
parent c5571243
No related branches found
No related tags found
No related merge requests found
Pipeline #1489 passed
......@@ -25,11 +25,8 @@ 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