Skip to content

Commit 68c1edd

Browse files
fix 3 * formatting in Explore and Analyze
1 parent 486c20a commit 68c1edd

28 files changed

+58
-58
lines changed

explore-analyze/alerts/kibana/alerting-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When you create a rule in {{kib}}, an API key is created that captures a snapsho
104104

105105
When you disable a rule, it retains the associated API key which is reused when the rule is enabled. If the API key is missing when you enable the rule, a new key is generated that has your current security privileges. When you import a rule, you must enable it before you can use it and a new API key is generated at that time.
106106

107-
You can generate a new API key at any time in **{{stack-manage-app}} > {{rules-ui}}*** or in the rule details page by selecting ***Update API key** in the actions menu.
107+
You can generate a new API key at any time in **{{stack-manage-app}} > {{rules-ui}}** or in the rule details page by selecting **Update API key** in the actions menu.
108108

109109
If you manage your rules by using {{kib}} APIs, they support support both key- and token-based authentication as described in [Authentication](https://www.elastic.co/guide/en/kibana/current/api.html#api-authentication). To use key-based authentication, create API keys and use them in the header of your API calls as described in [API Keys](../../../deploy-manage/api-keys/elasticsearch-api-keys.md). To use token-based authentication, provide a username and password; an API key that matches the current privileges of the user is created automatically. In both cases, the API key is subsequently associated with the rule and used when it runs.
110110

explore-analyze/dashboards/_import_dashboards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ mapped_pages:
55

66
# Import dashboards [_import_dashboards]
77

8-
You can import dashboards from the **Saved Objects*** page under ***Stack Management**. Refer to [Manage saved objects](../find-and-organize/saved-objects.md).
8+
You can import dashboards from the **Saved Objects** page under **Stack Management**. Refer to [Manage saved objects](../find-and-organize/saved-objects.md).
99

1010
When importing dashboards, you also import their related objects, such as data views and visualizations. Import options allow you to define how the import should behave with these related objects.
1111

12-
* **Check for existing objects***: When selected, objects are not imported when another object with the same ID already exists in this space or cluster. For example, if you import a dashboard that uses a data view which already exists, the data view is not imported and the dashboard uses the existing data view instead. You can also chose to select manually which of the imported or the existing objects are kept by selecting ***Request action on conflict**.
12+
* **Check for existing objects**: When selected, objects are not imported when another object with the same ID already exists in this space or cluster. For example, if you import a dashboard that uses a data view which already exists, the data view is not imported and the dashboard uses the existing data view instead. You can also chose to select manually which of the imported or the existing objects are kept by selecting **Request action on conflict**.
1313
* **Create new objects with random IDs**: All related objects are imported and are assigned a new ID to avoid conflicts.
1414

1515
![Import panel](../../images/kibana-dashboard-import-saved-object.png "")

explore-analyze/dashboards/add-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To add interactive Options list and Range slider controls, create the controls,
5252

5353
3. On the **Create control** flyout, from the **Data view** dropdown, select the data view that contains the field you want to use for the **Control**.
5454
4. In the **Field** list, select the field you want to filter on.
55-
5. Under **Control type**, select whether the control should be an **Options list*** or a ***Range slider**.
55+
5. Under **Control type**, select whether the control should be an **Options list** or a **Range slider**.
5656

5757
::::{tip}
5858
Range sliders are for Number type fields only.
@@ -127,7 +127,7 @@ Several settings that apply to all controls of the same dashboard are available.
127127

128128
* **Validate user selections** — When selected, any selected option that results in no data is ignored.
129129
* **Chain controls** — When selected, controls are applied sequentially from left to right, and line by line. Any selected options in one control narrows the available options in the next control.
130-
* **Apply selections automatically*** — The dashboard is updated dynamically when options are selected in controls. When this option is disabled, users first need to ***Apply** their control selection before they are applied to the dashboard.
130+
* **Apply selections automatically** — The dashboard is updated dynamically when options are selected in controls. When this option is disabled, users first need to **Apply** their control selection before they are applied to the dashboard.
131131

132132
* To remove all controls from the dashboard, click **Delete all**.
133133

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Now that you have a complete overview of your web server data, save the dashboar
356356
1. In the toolbar, click **Save**.
357357
2. On the **Save dashboard** window, enter `Logs dashboard` in the **Title** field.
358358
3. Select **Store time with dashboard**.
359-
4. Click **Save**. You will be identified as the **creator*** of the dashboard. If you or another user edit the dashboard, you can also view the ***last editor** when checking the dashboard information.
359+
4. Click **Save**. You will be identified as the **creator** of the dashboard. If you or another user edit the dashboard, you can also view the **last editor** when checking the dashboard information.
360360

361361
:::{image} ../../images/kibana-dashboard-creator-editor.png
362362
:alt: Information panel of a dashboard showing its creator and last editor

explore-analyze/dashboards/create-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ mapped_pages:
1212

1313
3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors):
1414

15-
* [**Create visualization***](../visualize/lens.md). This option is a shortcut to create a chart using ***Lens**, the default visualization editor in {{kib}}.
15+
* [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}.
1616
* [**Add panel**](../visualize.md#panels-editors). Choose one of the available panels to add and configure content to your dashboard.
17-
* **Add from library***. Select existing content that has already been configured and saved to the ***Visualize Library**.
17+
* **Add from library**. Select existing content that has already been configured and saved to the **Visualize Library**.
1818
* [**Controls**](add-controls.md). Add controls to help filter the content of your dashboard.
1919

2020
:::{image} images/add_content_to_dashboard_8.15.0.png

explore-analyze/dashboards/open-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mapped_pages:
1313
::::
1414

1515
3. Click the dashboard **Title** you want to open.
16-
4. Make sure that you are in **Edit*** mode to be able to make changes to the dashboard. You can switch between ***Edit*** and ***View** modes from the toolbar.
16+
4. Make sure that you are in **Edit** mode to be able to make changes to the dashboard. You can switch between **Edit** and **View** modes from the toolbar.
1717

1818
:::{image} https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt619b284e92c2be27/6750f3a512a5eae780936fe3/switch-to-view-mode-8.17.0.gif
1919
:alt: Switch between Edit and View modes

explore-analyze/dashboards/sharing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When sharing a dashboard with a link while a panel is in maximized view, the gen
1919

2020
## Export dashboards [export-dashboards]
2121

22-
You can export dashboards from **Stack Management*** > ***Saved Objects**. To configure and start the export:
22+
You can export dashboards from **Stack Management** > **Saved Objects**. To configure and start the export:
2323

2424
1. Select the dashboard that you want, then click **Export**.
2525
2. Enable **Include related objects** if you want that objects associated to the selected dashboard, such as data views and visualizations, also get exported. This option is enabled by default and recommended if you plan to import that dashboard again in a different space or cluster.

explore-analyze/discover/discover-get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
Learn how to use **Discover** to:
99

10-
* **Select*** and ***filter** your {{es}} data.
10+
* **Select** and **filter** your {{es}} data.
1111
* **Explore** the fields and content of your data in depth.
1212
* **Present** your findings in a visualization.
1313

@@ -132,7 +132,7 @@ In the following example, we’re adding 2 fields: A simple "Hello world" field,
132132

133133
### Visualize aggregated fields [_visualize_aggregated_fields]
134134

135-
If a field can be [aggregated](../aggregations.md), you can quickly visualize it in detail by opening it in **Lens*** from ***Discover***. ***Lens** is the default visualization editor in {{kib}}.
135+
If a field can be [aggregated](../aggregations.md), you can quickly visualize it in detail by opening it in **Lens** from **Discover**. **Lens** is the default visualization editor in {{kib}}.
136136

137137
1. In the list of fields, find an aggregatable field. For example, with the sample data, you can look for `day_of_week`.
138138

@@ -158,7 +158,7 @@ For geo point fields (![Geo point field icon](../../images/kibana-geoip-icon.png
158158
You can use **Discover** to compare and diff the field values of multiple results or documents in the table.
159159

160160
1. Select the results you want to compare from the Documents or Results tab in Discover.
161-
2. From the **Selected*** menu in the table toolbar, choose ***Compare selected**. The comparison view opens and shows the selected results next to each other.
161+
2. From the **Selected** menu in the table toolbar, choose **Compare selected**. The comparison view opens and shows the selected results next to each other.
162162
3. Compare the values of each field. By default the first result selected shows as the reference for displaying differences in the other results. When the value remains the same for a given field, its displayed in green. When the value differs, its displayed in red.
163163

164164
::::{tip}
@@ -177,7 +177,7 @@ You can use **Discover** to compare and diff the field values of multiple result
177177
You can quickly copy the content currently displayed in the table for one or several results to your clipboard.
178178

179179
1. Select the results you want to copy.
180-
2. Open the **Selected*** menu in the table toolbar, and select ***Copy selection as text*** or ***Copy documents as JSON**.
180+
2. Open the **Selected** menu in the table toolbar, and select **Copy selection as text** or **Copy documents as JSON**.
181181

182182
The content is copied to your clipboard in the selected format. Fields that are not currently added to the table are ignored.
183183

@@ -198,7 +198,7 @@ Dive into an individual document to view its fields and the documents that occur
198198
* You can pin some fields by clicking the left column to keep them displayed even if you filter the table.
199199

200200
::::{tip}
201-
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.
201+
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.
202202
::::
203203

204204
3. To navigate to a view of the document that you can bookmark and share, select ** View single document**.
@@ -248,7 +248,7 @@ You can use **Discover** with the Elasticsearch Query Language, ES|QL. When usin
248248

249249
You can switch to the ES|QL mode of Discover from the application menu bar.
250250

251-
Note that in ES|QL mode, the **Documents*** tab is named ***Results**.
251+
Note that in ES|QL mode, the **Documents** tab is named **Results**.
252252

253253
Learn more about how to use ES|QL queries in [Using ES|QL](try-esql.md).
254254

explore-analyze/discover/document-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can define different settings for the header row and body rows.
5050

5151
### Limit the sample size [document-explorer-sample-size]
5252

53-
When the number of results returned by your search query (displayed at the top of the **Documents*** or ***Results*** tab) is greater than the value of [`discover:sampleSize`](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-discover-settings), the number of results displayed in the table is limited to the configured value by default. You can adjust the initial sample size for searches to any number between 10 and `discover:sampleSize` from the ***Display options** located in the table toolbar.
53+
When the number of results returned by your search query (displayed at the top of the **Documents** or **Results** tab) is greater than the value of [`discover:sampleSize`](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-discover-settings), the number of results displayed in the table is limited to the configured value by default. You can adjust the initial sample size for searches to any number between 10 and `discover:sampleSize` from the **Display options** located in the table toolbar.
5454

5555
On the last page of the table, a message indicates that you’ve reached the end of the loaded search results. From that message, you can choose to load more results to continue exploring.
5656

explore-analyze/discover/try-esql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For the complete {{esql}} documentation, including tutorials, examples and the f
1818

1919
## Prerequisite [prerequisite]
2020

21-
To view the {{esql}} option in **Discover***, the `enableESQL` setting must be enabled from Kibana’s ***Advanced Settings**. It is enabled by default.
21+
To view the {{esql}} option in **Discover**, the `enableESQL` setting must be enabled from Kibana’s **Advanced Settings**. It is enabled by default.
2222

2323

2424
## Use {{esql}} [tutorial-try-esql]

0 commit comments

Comments
 (0)