From f8d255cb5171b286d27e2bd1ada5f031ee56725b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 May 2021 23:24:54 +0300
Subject: [PATCH] Revert "Unify the filebeat and journalbeat indices."

This reverts commit c55712431b13395b97816dca8cffb58fa621fb27.

I changed my mind, I'll setup just journalbeat to use the filebeat
indices.
---
 docker-compose.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 17a32ec..0eb96c9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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
-- 
GitLab