Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions explore-analyze/_snippets/global-filters.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You can interact with filter pills to edit them, temporarily alter their behavior without having to delete them, or make them available in other contexts. The following options are available when selecting a filter pill:
You can interact with filter pills to edit them, temporarily alter their behavior without having to remove them, or make them available in other contexts. The following options are available when selecting a filter pill:

**Pin across all apps** and **Unpin**
: Adds this filter to available dashboards and to apps such as **Discover**, **Lens**, **Maps**, and **Visualize**. The filter is removed if you:
: Adds this filter to available dashboards and to apps such as **Discover**, **Lens**, **Maps**, and **Visualize**. You remove the filter if you:
* Unpin it. In this case, the filter only remains on the currently open app, unpinned.
* Remove it from any place while it's still pinned.
* Refresh your session, for example by opening a dashboard in a new tab. Pinned filters are not saved along with the dashboard, visualization, or Discover session that you added them to.
Expand All @@ -17,9 +17,9 @@ You can interact with filter pills to edit them, temporarily alter their behavio
: Reverses the filter behavior.

**Temporarily disable** and **Re-enable**
: Lets you temporarily disable a filter instead of requiring you to delete it. This is particularly useful for testing different filter combinations.
: Lets you temporarily deactivate a filter instead of requiring you to remove it. This is particularly useful for testing different filter combinations.

**Delete**
: Deletes the filter.
: Removes the filter.

You can perform most of these actions at once for all filters in your current view using the **Filter** icon {icon}`filter`. From the menu that opens, select **Apply to all**, then choose the action you'd like to perform.
4 changes: 2 additions & 2 deletions explore-analyze/_snippets/inspect-request.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The request **Inspector** is available in **Discover** and for all **Dashboards** visualization panels that are built based on a query. The available information can differ based on the request.
The request **Inspector** is available in **Discover** and for all **Dashboards** visualization panels that are built from a query. The available information can differ based on the request.

1. Open the **Inspector**:
- If you're in **Discover**, select **Inspect** from the application's toolbar.
Expand All @@ -8,7 +8,7 @@ The request **Inspector** is available in **Discover** and for all **Dashboards*
:::{tip}
Some visualizations rely on several requests. From the dropdown, select the request you want to inspect.
:::
* **Statistics**: Provides general information and statistics about the request. For example, you can check if the number of hits and query time match your expectations. If not, this may indicate an issue with the request used to build the visualization.
* **Statistics**: Provides general information and statistics about the request. For example, you can check if the number of hits and query time match your expectations. If not, this can indicate an issue with the request used to build the visualization.
* **Clusters and shards**: Lists the {{es}} clusters and shards per cluster queried to fetch the data and shows the status of the request on each of them. With the information in this tab, you can check if the request is properly executed, especially in case of cross-cluster search.

:::{note}
Expand Down
6 changes: 3 additions & 3 deletions explore-analyze/_snippets/variable-control-procedure.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
1. While you edit your {{esql}} query, the autocomplete menu suggests adding a control when relevant or when you type `?` in the query. Select **Create control**.

![ESQL query prompting to add a control](/explore-analyze/images/esql-visualization-control-suggestion.png " =40%")
![{{esql}} query prompting to add a control](/explore-analyze/images/esql-visualization-control-suggestion.png " =40%")

2. A menu opens to let you configure the control. This is where you can specify:

* The type of the control.
* For controls with **Static values**, enter available controls manually or select them from the dropdown list.
* For controls with **Values from a query**, write an {{esql}} query to populate the list of options.
* The name of the control. This name is used to reference the control in {{esql}} queries.
* The name of the control. You use this name to reference the control in {{esql}} queries.
* Start the name with `?` if you want the options to be simple static values.
* Start the name with `??` if you want the options to be fields or functions. {applies_to}`stack: ga 9.1`
* The values users can select for this control. You can add multiple values from suggested fields, or type in custom values. If you selected **Values from a query**, you must instead write an {{esql}} query at this step.
* The label of the control. This is the label displayed in **Discover** or in the dashboard.
* The width of the control.
* Whether the control should allow selecting a single value or multiple values. This [requires using the `MV_CONTAINS` function in your query](#esql-multi-values-controls). {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`

![ESQL control settings](/explore-analyze/images/esql-visualization-control-settings.png "title =40%")
![{{esql}} control settings](/explore-analyze/images/esql-visualization-control-settings.png "title =40%")

3. Save the control.

Expand Down
6 changes: 3 additions & 3 deletions explore-analyze/discover/discover-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can later filter the data that shows in the chart and in the table by specif

**Discover** provides utilities designed to help you make sense of your data:

1. In the sidebar, check the available fields. It’s very common to have hundreds of fields. Use the search at the top of that sidebar to look for specific terms in the field names.
1. In the sidebar, check the available fields. It's common to have hundreds of fields. Use the search at the top of that sidebar to look for specific terms in the field names.
In this example, we’ve entered `ma` in the search field to find the `manufacturer` field.
![Fields list that displays the top five search results](/explore-analyze/images/kibana-discover-sidebar-available-fields.png "title =40%")
::::{tip}
Expand Down Expand Up @@ -237,7 +237,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. This toggle isn't available from the **View single document** page.
You can restrict the fields listed in the detailed view to 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**.
Expand Down Expand Up @@ -297,7 +297,7 @@ You can use **Discover** with the Elasticsearch Query Language, ES|QL. When usin
You can switch to the ES|QL mode of Discover from the application menu bar.
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**.
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 minutes (600000 ms) by default. In serverless projects, this advanced setting is not customizable and the timeout is set to 10 minutes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This example shows how to use **Discover** to list your documents from most rele
4. From the list of **Meta fields** list in the sidebar, add `_score`.
5. Add any other fields you want to the document table.

At this point, you’re sorting by the`timestamp` field.
You're sorting by the`timestamp` field.

6. To turn off sorting by the `timestamp` field, click the **field sorted** option, and then click **Clear sorting.**
7. Open the **Pick fields to sort by** menu, and then click **_score**.
Expand Down
2 changes: 1 addition & 1 deletion explore-analyze/discover/document-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Change how {{kib}} displays a field.

### Filter the documents [document-explorer-compare-data]

Narrow your results to a subset of documents so youre comparing just the data of interest.
Narrow your results to a subset of documents so you're comparing the data of interest.

1. Select the documents you want to compare.
2. Click the **Selected** option, and then select **Show selected documents only**.
Expand Down
2 changes: 1 addition & 1 deletion explore-analyze/discover/try-esql.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To load the sample data:
| KEEP machine.os, machine.ram <2>
```

1. Were specifically looking for data from the sample web logs we just installed.
1. We're specifically looking for data from the sample web logs we installed.
2. We’re only keeping the `machine.os` and `machine.ram` fields in the results table.

::::{note}
Expand Down
Loading