From 5fbfec2647d5ebd7c3c4f66381a3740703de63e5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 17 May 2018 08:55:38 -0400 Subject: [PATCH] Logstash Module - Add Forward Node Config --- salt/logstash/files/conf.enabled.txt.forward | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 salt/logstash/files/conf.enabled.txt.forward diff --git a/salt/logstash/files/conf.enabled.txt.forward b/salt/logstash/files/conf.enabled.txt.forward new file mode 100644 index 000000000..a4da29cad --- /dev/null +++ b/salt/logstash/files/conf.enabled.txt.forward @@ -0,0 +1,17 @@ +# This is where can specify which LogStash configs get loaded. +# +# The custom folder on the master gets automatically synced to each logstash +# node. +# +# To enable a custom configuration see the following example and uncomment: +# /usr/share/logstash/pipeline.custom/1234_input_custom.conf +## +# All of the defaults are loaded. +/usr/share/logstash/pipeline.so/0000_input_syslogng.conf +/usr/share/logstash/pipeline.so/0001_input_json.conf +/usr/share/logstash/pipeline.so/0002_input_windows_json.conf +/usr/share/logstash/pipeline.so/0003_input_syslog.conf +/usr/share/logstash/pipeline.so/0005_input_suricata.conf +/usr/share/logstash/pipeline.so/0006_input_beats.conf +/usr/share/logstash/pipeline.so/0007_input_import.conf +/usr/share/logstash/pipeline.dynamic/9999_output_redis.conf