How do I change the colors of the destination nodes in the network diagram viz app especially if they are not present in the source column? For example, if I try | eval color=case(ip_dst="some_ip", "blue").....nothing happens.
Try using ip_dst == "some_ip" or match(ip_dest, "some_ip").