Merge pull request #307 from Security-Onion-Solutions/quickfix/helix

add helix pipeline pillar
This commit is contained in:
Josh Patterson
2020-02-05 11:16:09 -05:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
logstash:
pipelines:
helix:
config: "/usr/share/logstash/pipelines/helix/*.conf"

View File

@@ -48,6 +48,7 @@ base:
- static - static
- firewall.* - firewall.*
- fireeye - fireeye
- static
- brologs - brologs
- logstash.helix
- static
- minions.{{ grains.id }} - minions.{{ grains.id }}

View File

@@ -197,7 +197,6 @@ if (whiptail_you_sure) ; then
patch_pillar >> $SETUPLOG 2>&1 patch_pillar >> $SETUPLOG 2>&1
echo "** Generating the FireEye pillar **" >> $SETUPLOG echo "** Generating the FireEye pillar **" >> $SETUPLOG
fireeye_pillar >> $SETUPLOG 2>&1 fireeye_pillar >> $SETUPLOG 2>&1
sensor_pillar >> $SETUPLOG 2>&1
echo -e "XXX\n24\nCopying Minion Pillars to Master... \nXXX" echo -e "XXX\n24\nCopying Minion Pillars to Master... \nXXX"
copy_minion_tmp_files >> $SETUPLOG 2>&1 copy_minion_tmp_files >> $SETUPLOG 2>&1
# Do a checkin to push the key up # Do a checkin to push the key up