From ba5af8a84379f2e9dff42336c2e406709396ab66 Mon Sep 17 00:00:00 2001 From: Sumit Kaushik Date: Wed, 19 Aug 2020 22:19:29 +0530 Subject: [PATCH 1/1] Filebeat Changes ISSUE-ID :ACUMOS-4265 FileBeat Changes Change-Id: Idc89af56f9913fc7f13bfb1af362c355014e2f72 Signed-off-by: Sumit Kaushik --- filebeat/config/filebeat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/config/filebeat.yml b/filebeat/config/filebeat.yml index 97f737b..d712f82 100644 --- a/filebeat/config/filebeat.yml +++ b/filebeat/config/filebeat.yml @@ -386,8 +386,8 @@ output.logstash: # Logging to rotating files. Set logging.to_files to false to disable logging to # files. -#logging.to_files: true -#logging.files: +logging.to_files: true +logging.files: # Configure the path where the logs are written. The default is the logs directory # under the home path (the binary location). #path: /var/log/filebeat -- 2.16.6