fix pipeline name for helix eps telegraf script

This commit is contained in:
m0duspwnens
2020-02-11 15:53:19 -05:00
parent 8b835284ef
commit c6a7543366

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