-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Describe the feature:
From this issue #38564 -- It would be nice if these could be limited in scope to the dashboard in question as well. This would allow the saving of multiple "Filter Sets" or "queries" on a dashboard for easy save/load without having to save a whole copy of the dashboard to keep that particular set of filters or query saved.
This issue #38564 and this PR covers saved filters/queries: #39140 but they are global (can be applied to any place a filter/query is used).
Describe a specific use case for the feature:
Right now we have to duplicate dashboards in order to "save" certain filter sets to the dashboard. It would be great if we could save/load filter sets for a particular dashboard (versus globally) so that the user is presented with just the queries/filters that make sense for that particular dashboard without requiring the user to clone the dashboard to apply and save a particular filter or query.
Examples include:
Create a "Logins" dashboard and have a load filter for:
- Failed logins
- Successful logins
- Local Logins
- Remote Logins
Create a "Metrics" dashboard and have load filters for:
- Critical Devices
- Production Devices
- Development Devices