Hi,
So I have a dashboard that returns server metrics that has several parameters that I want to search by,
APPLICATION that the server operates under
ENVIRONMENT that the server operates in (e.g. Production, Dev, Testing)
TIME over which I want to search metrics by
What I am looking to add is another drop-down input that allows me to look up servers according their server TYPE (e.g. App Server, Web Server, Database), after choosing token values for the other previously mentioned drop-down inputs. How do I go about making this happen?
... View more