From daa764153c05414e793e74cf5930465444ce04d4 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 16 May 2021 23:27:03 +0300
Subject: [PATCH] Use the filebeat indices in journalbeat.

Make it easier to check all of the logs in Kibana at once. Same for
dashboards created by the filebeat setup.
---
 journalbeat/journalbeat.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/journalbeat/journalbeat.yml b/journalbeat/journalbeat.yml
index 75526e0..9615266 100644
--- a/journalbeat/journalbeat.yml
+++ b/journalbeat/journalbeat.yml
@@ -2,6 +2,7 @@
 output.elasticsearch:
   hosts:
     - https://elasticsearch.shore.co.il:443
+  index: 'filebeat-%{+yyyy.MM.dd}'
 
 logging:
   level: warning
-- 
GitLab