diff --git a/pillar/logstash/helix.sls b/pillar/logstash/helix.sls new file mode 100644 index 000000000..e396a7aad --- /dev/null +++ b/pillar/logstash/helix.sls @@ -0,0 +1,4 @@ +logstash: + pipelines: + helix: + config: "/usr/share/logstash/pipelines/helix/*.conf" diff --git a/pillar/top.sls b/pillar/top.sls index 8b604283e..9eb5522fe 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -48,6 +48,7 @@ base: - static - firewall.* - fireeye - - static - brologs + - logstash.helix + - static - minions.{{ grains.id }} diff --git a/setup/so-setup.sh b/setup/so-setup.sh index 2313d7786..aab749357 100644 --- a/setup/so-setup.sh +++ b/setup/so-setup.sh @@ -197,7 +197,6 @@ if (whiptail_you_sure) ; then patch_pillar >> $SETUPLOG 2>&1 echo "** Generating the FireEye pillar **" >> $SETUPLOG fireeye_pillar >> $SETUPLOG 2>&1 - sensor_pillar >> $SETUPLOG 2>&1 echo -e "XXX\n24\nCopying Minion Pillars to Master... \nXXX" copy_minion_tmp_files >> $SETUPLOG 2>&1 # Do a checkin to push the key up