Hi, i am using this Splunk Network diagram viz app created by @danspav to show server status but even after meeting criteria in the data, few nodes are not showing any color in the visualization. The color are set for blue/red but few nodes are showing white.
It will be very helpful if someone can elaborate on how this can be fixed of if its a bug.
Query:
index="index_XX"
| rename "XXX" as processName "XXX" as value "XXX" as to "X" as executionId "X" as from
| where processName like ("%HNL%") | eval color=case(value=="COMPLETE", "blue",value !="COMPLETE","red") | dedup executionId | table from to value color