-
Notifications
You must be signed in to change notification settings - Fork 162
Discover 9.1.0 updates #1905
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
Merged
florent-leborgne
merged 6 commits into
elastic:main
from
florent-leborgne:discover-910-updates
Jul 4, 2025
Merged
Discover 9.1.0 updates #1905
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
4b335cc
table display option layout changes
florent-leborgne b05fea2
timed out queries show partial results
florent-leborgne 75e5182
mention that selected only toggle isn't available in single document …
florent-leborgne befd73b
add link to default_field setting
florent-leborgne 91e4204
Update explore-analyze/discover/discover-get-started.md
florent-leborgne 0e50a98
Merge branch 'main' into discover-910-updates
florent-leborgne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,7 @@ Dive into an individual document to view its fields and the documents that occur | |
* You can pin some fields by clicking the left column to keep them displayed even if you filter the table. | ||
|
||
::::{tip} | ||
You can restrict the fields listed in the detailed view to just the fields that you explicitly added to the **Discover** table, using the **Selected only** toggle. In ES|QL mode, you also have an option to hide fields with null values. | ||
You can restrict the fields listed in the detailed view to just the fields that you explicitly added to the **Discover** table, using the **Selected only** toggle. In ES|QL mode, you also have an option to hide fields with null values. This toggle isn't available from the **View single document** page. | ||
:::: | ||
|
||
3. To navigate to a view of the document that you can bookmark and share, select **View single document**. | ||
|
@@ -222,6 +222,10 @@ One of the unique capabilities of **Discover** is the ability to combine free te | |
|
||
 | ||
|
||
:::{note} | ||
Free text searches that don't specify a field may not return expected results depending on how the [`index.query.default_field` index setting](elasticsearch://reference/elasticsearch/index-settings/index-modules.md#index-query-default-field) is configured for the indices matching the current data view. | ||
::: | ||
|
||
To search particular fields and build more complex queries, use the [Kibana Query language](../query-filter/languages/kql.md). As you type, KQL prompts you with the fields you can search and the operators you can use to build a structured query. | ||
|
||
For example, search the ecommerce sample data for documents where the country matches US: | ||
|
@@ -255,13 +259,14 @@ For example, exclude results from the ecommerce sample data view where day of we | |
You can use **Discover** with the Elasticsearch Query Language, ES|QL. When using ES|QL, you don’t have to select a data view. It’s your query that determines the data to explore and display in Discover. | ||
|
||
You can switch to the ES|QL mode of Discover from the application menu bar. | ||
|
||
:::{tip} | ||
If you've entered a KQL or Lucene query in the default mode of Discover, it automatically converts to ES|QL. | ||
::: | ||
|
||
Note that in ES|QL mode, the **Documents** tab is named **Results**. | ||
|
||
:::{important} | ||
{applies_to}`stack: ga 9.1` When an ES|QL query times out, partial results that are available are shown. The timeout is defined by the `search:timeout` advanced setting, which is set to 10 mins by default. In serverless projects, this advanced setting is not customizable and the timeout is set to 10 minutes. | ||
florent-leborgne marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
::: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc @lukasolson as discussed over Slack |
||
|
||
Learn more about how to use ES|QL queries in [Using ES|QL](try-esql.md). | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@ninoslavmiskovic does this make sense regarding https://github.com/elastic/enhancements/issues/18024?