-
Notifications
You must be signed in to change notification settings - Fork 156
Background search in Discover and Dashboards #3455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of minor pieces of feedback, otherwise LGTM
|
||
You can send your long-running searches to the background from **Discover** or **Dashboards** and let them run while you continue your work. | ||
|
||
A notification appears when a background search has completed, and allows you to open the list of background searches. You can also access that list at any time to check the status of your searches and interact with them from the {icon}`background_task` **Background searches** button in the toolbar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically the notification appears when the background search object has been created, not when the searches are complete.
|
||
You can resume your other tasks, for example start a new search, navigate to a different application, or close the browser. Once the search has completed, a notification informs you and lets you access the search to view its results. | ||
|
||
Background searches expire after 7 days. Beyond that period, you must run the search again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it's worth mentioning here that it's configurable with the advanced setting data.search.sessions.defaultExpiration
.
From the list of background searches, you can reopen and edit any searches, but also extend their validity period or delete them to keep only searches that you care about. | ||
|
||
1. Open your list of background searches using one of the following methods: | ||
- Once a background search has completed, a notification appears to inform you, with a link to open the list of background searches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above - we currently don't have a notification when the search completes.
This PR:
The update to the Search session settings page are in elastic/kibana#238699 as these source files are in another repo
Closes: #3105