Merge pull request #333 from Security-Onion-Solutions/feature/helixeps

fix pipeline name for helix eps telegraf script
This commit is contained in:
Josh Patterson
2020-02-11 15:57:12 -05:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
#!/bin/bash
PREVCOUNTFILE='/tmp/helixevents.txt'
EVENTCOUNTCURRENT="$(curl -s localhost:9600/_node/stats | jq '.pipelines.eval.events.out')"
EVENTCOUNTCURRENT="$(curl -s localhost:9600/_node/stats | jq '.pipelines.helix.events.out')"
if [ ! -z "$EVENTCOUNTCURRENT" ]; then