I’m using splunk query to fetch two value
index="abc" NodeName="node1*"
| stats count as TotalRun, count(Summary.Error.Code) as Failures
I want to visualize the total run value as Green and the failures value as Red. but i’m not able to do so. have tried tweaking the threshold but still not able to acheive it. Can anyone help me with this ?