I am creating Dashboard in Grafana. Data Source is ES. Have created 2 different panels. 1st contains server name and 2nd metrics. My requirement is to display metrics in 2nd panel based on server clicked in 1st panel. When user clicks on server1 (server names present on the right side of 1st panel), 2nd panel should be updated to display processes belonging to server1 only.
I can achieve this functionality using Templates but I don’t want to use dropdown options to achieve this functionality. Instead want to refresh 2nd panel based on server click in 1st panel. Pls provide any pointers to achieve this functionality.