Hey there. I have a dashboard with a search query:
Index=my index TestRunId="$RunId$" | dedup TestName | eval Status=case(Outcome==0, "Failed, Outcome==1, "Passed") | table TestName
I want to keep the Outcome per row in a token to enable coloring the test name with his outcome.
How can I do it? Or does there is a way to table both the TestName and the Outcome but not show the outcome, and color the row based the outcome value?
Thanks.
Here's what you need to know.
But I don't want to preview the outcome in my table, can I still do it with SimpleXml?