diff --git a/salt/common/telegraf/scripts/helixeps.sh b/salt/common/telegraf/scripts/helixeps.sh index 8ddd4a0e1..d9d708499 100644 --- a/salt/common/telegraf/scripts/helixeps.sh +++ b/salt/common/telegraf/scripts/helixeps.sh @@ -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