mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #333 from Security-Onion-Solutions/feature/helixeps
fix pipeline name for helix eps telegraf script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PREVCOUNTFILE='/tmp/helixevents.txt'
|
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
|
if [ ! -z "$EVENTCOUNTCURRENT" ]; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user