Skip to content

Commit 18ba6d5

Browse files
authored
Fix applies_to tag (#2568)
Noticed this while doing a little research. Also, VS code deleted some extra spaces.
1 parent 111f424 commit 18ba6d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

explore-analyze/visualize/esorql.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products:
1010

1111
# ES|QL [esql-visualizations]
1212

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

1515

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

4141
:::{tip}
42-
{applies_to}`stack: ga 9.1` `{applies_to}`serverless: ga`
43-
44-
When you edit the query and run it again, the visualization configuration persists as long as it is compatible with the query changes.
42+
{applies_to}`stack: ga 9.1` {applies_to}`serverless: ga`
43+
44+
When you edit the query and run it again, the visualization configuration persists as long as it is compatible with the query changes.
4545
:::
4646

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

6666
```{applies_to}
6767
stack: ga 9.1
68-
serverless:
68+
serverless:
6969
elasticsearch: ga
7070
observability: ga
7171
security: unavailable
@@ -79,11 +79,11 @@ Once you've created an {{esql}} panel, you can create an {{es}} threshold rule d
7979
To create a rule with the threshold pre-specified:
8080

8181
- 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.
82-
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
82+
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
8383

84-
To create a rule without the threshold pre-specified:
84+
To create a rule without the threshold pre-specified:
8585

86-
- 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.
87-
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
86+
- 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.
87+
- [Configure](/solutions/observability/incident-management/create-an-elasticsearch-query-rule.md) your {{es}} rule.
8888

8989

0 commit comments

Comments
 (0)