-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Currently, when a query is disabled, it doesn't show up in any panel on the dashboard.
It would be nice to have way to explicitly select a query to display, whether it is disabled or not.
This would provide an easy way to have a query scoped to a single panel, without having it "polluting" the rest of the dashboard (for example, having a panel graphing slow queries over time, without having slow queries in every single panel on the dashboard).
I propose adding a 4th item to the querySelect partial, called for example 'selected - allow disabled'.
If this mode is chosen, then the selected queries will show up even disabled.
I have a Kibana fork running with these modifications, and can provide a pull request if it can be integrated in a future release :).