You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the senario:
We know that if I want to see the statistics for a specific web server, I need to add the ip address to filter.
Currently, I need to know the ip address of the web server and hard code the ip address into dashboard filter manually.
What I want is that I can use a js script to load all the web server ip address from a database table , which used to hold the web server properties, and create the filter and dashboard automatically.
The text was updated successfully, but these errors were encountered:
Here is the senario:
We know that if I want to see the statistics for a specific web server, I need to add the ip address to filter.
Currently, I need to know the ip address of the web server and hard code the ip address into dashboard filter manually.
What I want is that I can use a js script to load all the web server ip address from a database table , which used to hold the web server properties, and create the filter and dashboard automatically.
The text was updated successfully, but these errors were encountered: