-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:FiltersFeature:Query BarQuerying and query bar featuresQuerying and query bar featuresTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//release_note:enhancement
Description
Saved Searches are Discover specific because they include things like the columns that were selected, which aren't relevant on dashboards or visualizations. We would like to introduce a "saved query" concept that's more limited in scope. We'll be able to load these saved queries anywhere a query is expected: dashboards, filter aggs, etc. These "saved queries" will include the query string and optionally the filters (including their pinned/disabled state) and time filter as well.
EUI ticket for design: elastic/eui#1938
Feature branch: https://github.com/elastic/kibana/tree/saved_filters
Tasks
- Add saved object type
- Define what these look like
- Add section to Saved Object management UI for new type
- Update Discover to load saved query passed in via URL
- Use that URL in the
getInAppUrlproperty in the uiExport
- Update query bar UI to support saving and loading saved queries/filters
Questions
- What should uiCapabilitiesPath be if we use Discover as our editor? And if we create a separate edit page?
- Ask Stacey about
displayandsectionproperties on RefreshInterval type - Talk to design team about displaying saved queries that include filters/timefilter in contexts that don’t have those UI components
Metadata
Metadata
Assignees
Labels
Feature:FiltersFeature:Query BarQuerying and query bar featuresQuerying and query bar featuresTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//release_note:enhancement