From 85f790b28a433f39bc95984a25ad5c6522bcd6d1 Mon Sep 17 00:00:00 2001 From: weslambert Date: Mon, 27 Jun 2022 10:39:58 -0400 Subject: [PATCH] Change type from 'log' to 'filestream' to ensure compatibility with Elastic 8 --- salt/filebeat/pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/filebeat/pillar.example b/salt/filebeat/pillar.example index e1731b22e..94be16717 100644 --- a/salt/filebeat/pillar.example +++ b/salt/filebeat/pillar.example @@ -1,7 +1,7 @@ filebeat: config: inputs: - - type: log + - type: filestream paths: - /nsm/mylogdir/mylog.log fields: @@ -19,4 +19,4 @@ filebeat: output: file: path: "/tmp/filebeat" - filename: filebeat \ No newline at end of file + filename: filebeat