Skip to content

Fix applies_to tag #2568

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
merged 6 commits into from
Aug 14, 2025
Merged
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
18 changes: 9 additions & 9 deletions explore-analyze/visualize/esorql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ products:

# ES|QL [esql-visualizations]

You can add {{esql}} visualizations to a dashboard directly from queries in Discover, or you can start from a dashboard.
You can add {{esql}} visualizations to a dashboard directly from queries in Discover, or you can start from a dashboard.


## Edit and add from Discover [_edit_and_add_from_discover]
Expand Down Expand Up @@ -39,9 +39,9 @@ You can then **Save** and add it to an existing or a new dashboard using the sav
![Previewing an ESQL visualization](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt69dcceb4f1e12bc1/66c752d6aff77d384dc44209/edit-esql-visualization.gif "")

:::{tip}
{applies_to}`stack: ga 9.1` `{applies_to}`serverless: ga`
When you edit the query and run it again, the visualization configuration persists as long as it is compatible with the query changes.
{applies_to}`stack: ga 9.1` {applies_to}`serverless: ga`

When you edit the query and run it again, the visualization configuration persists as long as it is compatible with the query changes.
:::

4. You can bind controls to your ES|QL visualizations in dashboards by creating [ES|QL controls](../dashboards/add-controls.md#add-esql-control).
Expand All @@ -65,7 +65,7 @@ When editing an {{esql}} visualization, you can customize the appearance of the

```{applies_to}
stack: ga 9.1
serverless:
serverless:
elasticsearch: ga
observability: ga
security: unavailable
Expand All @@ -79,11 +79,11 @@ Once you've created an {{esql}} panel, you can create an {{es}} threshold rule d
To create a rule with the threshold pre-specified:

- Right-click a data point in the visualization and click **Add alert rule**. This opens the **Create rule** flyout. The generated query will define a threshold that corresponds to the data point you selected.
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.

To create a rule without the threshold pre-specified:
To create a rule without the threshold pre-specified:

- Open the **More actions** (three dots) menu in the upper right of the panel and select **Add alert rule**. This opens the **Create rule** flyout. The generated query will define a threshold that corresponds to the data point you selected.
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
- Open the **More actions** (three dots) menu in the upper right of the panel and select **Add alert rule**. This opens the **Create rule** flyout. The generated query will define a threshold that corresponds to the data point you selected.
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.


Loading