Skip to content

Commit c7e5452

Browse files
fix: update icon role names to current EUI canonical names (#6704)
## Summary Updates all `{icon}` role usages in docs-content to use current EUI canonical (snake_case) names, following the icon renaming in [elastic/eui#9279](elastic/eui#9279). The old camelCase names continue to work as aliases in docs-builder (via `EuiSvgIcons.cs`), but this cleans them up at the source so the docs stay in sync with EUI naming going forward. **Replacements made across 19 files:** | Old name | New name | |---|---| | `bellSlash` | `bell_slash` | | `checkCircle` | `check_circle` | | `clockCounter` | `clock_counter` | | `errorFilled` | `error_fill` | | `export` | `external` | | `filterInCircle` | `filter_in_circle` | | `minus_in_circle` | `minus_circle` | | `pipeBreaks` | `line_break` | | `playFilled` | `play_filled` | | `plus_in_circle` | `plus_circle` | | `plus_in_square` | `plus_square` | | `timelineWithArrow` | `timeline_with_arrow` | | `transitionLeftIn` | `transition_left_in` | | `transitionLeftOut` | `transition_left_out` | | `transitionTopIn` | `transition_top_in` | | `transitionTopOut` | `transition_top_out` | Related: elastic/docs-builder#3378 Made with [Cursor](https://cursor.com) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5c81d1c commit c7e5452

19 files changed

Lines changed: 30 additions & 30 deletions

File tree

contribute-docs/syntax-quick-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,15 @@ Include icons inline using the `` {icon}`icon-name` `` syntax.
529529
:open:
530530
```markdown
531531
Click the {icon}`gear` **Settings** icon.
532-
Status: {icon}`checkCircle` Success | {icon}`warning` Warning | {icon}`error` Error
532+
Status: {icon}`check_circle` Success | {icon}`warning` Warning | {icon}`error` Error
533533
```
534534
:::
535535
536536
:::{dropdown} Output
537537
:open:
538538
Click the {icon}`gear` **Settings** icon.
539539

540-
Status: {icon}`checkCircle` Success | {icon}`warning` Warning | {icon}`error` Error
540+
Status: {icon}`check_circle` Success | {icon}`warning` Warning | {icon}`error` Error
541541
:::
542542

543543
**DOs**<br>

deploy-manage/deploy/elastic-cloud/project-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ You can add custom tags for any piece of metadata that might help you to categor
154154
#### Create custom tags
155155

156156
1. In {{ecloud}}, select your project from the **Serverless projects** panel and click **Manage**.
157-
2. From the **Overview** page for your project, in the **Tags** section, click **{icon}`plus_in_circle` Add tags**.
157+
2. From the **Overview** page for your project, in the **Tags** section, click **{icon}`plus_circle` Add tags**.
158158
3. Add a key and value for your custom tag, and then click **Add**.
159159
4. When you're finished creating tags, click **Save**.
160160

161-
To remove a custom tag from a project, reopen the tag management drawer by clicking **{icon}`plus_in_circle` Add tags**.
161+
To remove a custom tag from a project, reopen the tag management drawer by clicking **{icon}`plus_circle` Add tags**.
162162

163163
#### Custom tags using the {{serverless-full}} API
164164

explore-analyze/alerting/alerts/view-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If an alert is active or flapping, you can mute it to temporarily suppress futur
8989
You can mute individual alerts or multiple ones:
9090

9191
- Mute individual alerts: Find the **Alerts** management page using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), open the action menu ({icon}`boxes_vertical`) for the appropriate alert, then select **Mute**.
92-
- Bulk-mute alerts: Select one or more alerts from the **Alerts** management page, click **Selected _x_ alerts** at the upper-left above the table, then select **Mute selected**. Select the **Unmute selected** option to unmute alerts. Muted alerts display the icon {icon}`bellSlash` in the Alerts table.
92+
- Bulk-mute alerts: Select one or more alerts from the **Alerts** management page, click **Selected _x_ alerts** at the upper-left above the table, then select **Mute selected**. Select the **Unmute selected** option to unmute alerts. Muted alerts display the icon {icon}`bell_slash` in the Alerts table.
9393
:::
9494

9595
:::{applies-item} stack: ga 9.0-9.2

explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To analyze the data with a custom time interval, create a bar chart that shows y
7171

7272
To identify the 75th percentile of orders, add a reference line:
7373

74-
1. In the layer pane, click {icon}`plus_in_square` **Add layer > Reference lines**.
74+
1. In the layer pane, click {icon}`plus_square` **Add layer > Reference lines**.
7575
2. Click **Static value**.
7676

7777
1. Click **Quick function**, then click **Percentile**.
@@ -156,7 +156,7 @@ To analyze multiple visualization types, create an area chart that displays the
156156

157157
Add a layer to display the customer traffic:
158158

159-
1. In the layer pane, click {icon}`plus_in_square` **Add layer > Visualization > Line**.
159+
1. In the layer pane, click {icon}`plus_square` **Add layer > Visualization > Line**.
160160
2. From the **Available fields** list, drag **customer_id** to the **Vertical Axis** field in the second layer.
161161
3. In the layer pane, click **Unique count of customer_id**.
162162

explore-analyze/discover/document-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Discover provides default [context-aware experiences](/explore-analyze/discover/
2727

2828
* To show or hide sections of the Discover view:
2929
* {applies_to}`serverless:` {applies_to}`stack: ga 9.4` Use the **Panels visibility** button group to show or hide areas of **Discover** independently. The button group stays in a fixed position regardless of which sections are shown or hidden.
30-
* {icon}`transitionTopOut` / {icon}`transitionTopIn` to show or hide the chart
30+
* {icon}`transition_top_out` / {icon}`transition_top_in` to show or hide the chart
3131
* {icon}`transition_bottom_out` / {icon}`transition_bottom_in` to show or hide the results table
32-
* {icon}`transitionLeftOut` / {icon}`transitionLeftIn` to show or hide the fields list
32+
* {icon}`transition_left_out` / {icon}`transition_left_in` to show or hide the fields list
3333
* {applies_to}`stack: ga 9.0-9.3` Use the available collapse and expand button in the corresponding area to show or hide the chart and the fields list.
3434
* Adjust the width and height of each area by dragging their border to the size you want. The size of each area is saved in your browser for the next time you open **Discover**.
3535

explore-analyze/discover/try-esql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ The grouping field is preselected from your `STATS BY` clause. Open the **Group
442442

443443
Certain interactions with the results table of your {{esql}} query in Discover apply additional filters to your query. When hovering over a value cell, contextual options appear:
444444

445-
- Selecting {icon}`plus_in_circle` **Filter for this...** adds or completes the `WHERE` command of the query to specifically look for the selected value. For example, `WHERE host.keyword == "www.elastic.co"`.
446-
- Selecting {icon}`minus_in_circle` **Filter out this...** adds or completes the `WHERE` command of the query to specifically exclude the selected value. For example, `WHERE host.keyword != "www.elastic.co"`.
445+
- Selecting {icon}`plus_circle` **Filter for this...** adds or completes the `WHERE` command of the query to specifically look for the selected value. For example, `WHERE host.keyword == "www.elastic.co"`.
446+
- Selecting {icon}`minus_circle` **Filter out this...** adds or completes the `WHERE` command of the query to specifically exclude the selected value. For example, `WHERE host.keyword != "www.elastic.co"`.
447447

448448
:::{note}
449449
:applies_to: { serverless:, stack: ga 9.3+ }

explore-analyze/kibana-data-exploration-learning-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Discover supports two exploration modes. This tutorial uses **{{esql}}** (Elasti
7474

7575
:::::{step} Run your first query
7676

77-
Enter the following query, then select {icon}`playFilled` **Run** or **Search**. If you choose to type your own query, the editor helps you with relevant autocomplete suggestions for commands, fields, and values.
77+
Enter the following query, then select {icon}`play_filled` **Run** or **Search**. If you choose to type your own query, the editor helps you with relevant autocomplete suggestions for commands, fields, and values.
7878

7979
```esql
8080
FROM kibana_sample_data_logs <1>
@@ -227,7 +227,7 @@ A dashboard often starts with a row of metrics for key numbers at a glance. Usin
227227
4. From the **Available fields** list, drag **host.keyword** to the **Breakdown** area. Lens draws one line per host, each in a different color, so you can compare traffic patterns across servers.
228228

229229
5. Add a reference line to give the chart visual context:
230-
1. Select the **Add layer** icon {icon}`plus_in_square`, then select **Reference lines**.
230+
1. Select the **Add layer** icon {icon}`plus_square`, then select **Reference lines**.
231231
2. Select the reference line value and enter `80`. This marks a "high traffic" threshold on the chart.
232232
3. Set the color to red, then under **Text decoration**, enter a label such as `High traffic` and select **Fill below** to shade the area under the line.
233233

explore-analyze/query-filter/languages/esql-kibana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The {{esql}} editor includes several built-in tools to help you write queries ef
6969

7070
#### Query formatting [_make_your_query_readable]
7171

72-
For readability, you can put each processing command on a new line and add indentation. Use the {icon}`pipeBreaks` **Prettify query** button from the query editor's footer to format your query automatically. You can also adjust the editor's height by dragging its bottom border.
72+
For readability, you can put each processing command on a new line and add indentation. Use the {icon}`line_break` **Prettify query** button from the query editor's footer to format your query automatically. You can also adjust the editor's height by dragging its bottom border.
7373

7474
![Automatic line breaks and indentation for ES|QL queries](https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb7c28c7b10f58b68/69ebb4e4a7cffb580c9a34c5/prettify-esql.gif "=75%")
7575

explore-analyze/visualize/charts/area-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Using the **Visualization type** dropdown, select **Area**.
4848

4949
Optionally:
5050
- Add more numeric fields to create additional series, or drag a categorical field to the **Breakdown** settings to segment your data by a categorical field, and create multiple areas within the same chart.
51-
- You can click the **Add layer** icon {icon}`plus_in_square` to integrate additional visualizations, [annotations](../lens.md#add-annotations), or a [reference line](../lens.md#add-reference-lines).
51+
- You can click the **Add layer** icon {icon}`plus_square` to integrate additional visualizations, [annotations](../lens.md#add-annotations), or a [reference line](../lens.md#add-reference-lines).
5252

5353
The chart preview updates to show filled areas plotted over time. Each area represents a series, with the filled region emphasizing the volume of data.
5454
:::::

explore-analyze/visualize/charts/line-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make sure that the visualization type is set to **Line**.
4848

4949
Optionally:
5050
- Add more numeric fields to create additional series, or drag a categorical field to **Break down by** to split the series.
51-
- You can click the **Add layer** icon {icon}`plus_in_square` to integrate additional visualizations, [annotations](../lens.md#add-annotations), or a [reference line](../lens.md#add-reference-lines).
51+
- You can click the **Add layer** icon {icon}`plus_square` to integrate additional visualizations, [annotations](../lens.md#add-annotations), or a [reference line](../lens.md#add-reference-lines).
5252

5353
The chart preview updates to show one or more lines plotted over time. Each line represents a series, and data points are connected to show trends.
5454
:::::

0 commit comments

Comments
 (0)