Hello,
I am new here, and i have a question. I have graffana connected to the our zabbix system, and I am showing ICMP ping in dashboard but i want to show only name of the item but no the ICMP ping.
Do you know any option how to do it? Thank you Roman
Check this thread Clean Up Display Names
Hi @romudroch , As jangaraj said, try using:
Match: (.*) ICMP Ping Replace: $1
Here is an example of opposite use case i.e when you want to extract one part from legend (just in case you might need somewhere):
Best regards, ldrascic
Yes, thank you.