From c6a7543366ef107d55a2b52765811e025cd72f2f Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 11 Feb 2020 15:53:19 -0500 Subject: [PATCH] fix pipeline name for helix eps telegraf script --- salt/common/telegraf/scripts/helixeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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