You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/alerts/kibana/alerting-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ When you create a rule in {{kib}}, an API key is created that captures a snapsho
104
104
105
105
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.
106
106
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.
108
108
109
109
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.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/_import_dashboards.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ mapped_pages:
5
5
6
6
# Import dashboards [_import_dashboards]
7
7
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).
9
9
10
10
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.
11
11
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**.
13
13
***Create new objects with random IDs**: All related objects are imported and are assigned a new ID to avoid conflicts.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/add-controls.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To add interactive Options list and Range slider controls, create the controls,
52
52
53
53
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**.
54
54
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**.
56
56
57
57
::::{tip}
58
58
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.
127
127
128
128
***Validate user selections** — When selected, any selected option that results in no data is ignored.
129
129
***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.
131
131
132
132
* To remove all controls from the dashboard, click **Delete all**.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ Now that you have a complete overview of your web server data, save the dashboar
356
356
1. In the toolbar, click **Save**.
357
357
2. On the **Save dashboard** window, enter `Logs dashboard` in the **Title** field.
358
358
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.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/create-dashboard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ mapped_pages:
12
12
13
13
3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors):
14
14
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}}.
16
16
*[**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**.
18
18
*[**Controls**](add-controls.md). Add controls to help filter the content of your dashboard.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/open-dashboard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ mapped_pages:
13
13
::::
14
14
15
15
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.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/sharing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ When sharing a dashboard with a link while a panel is in maximized view, the gen
19
19
20
20
## Export dashboards [export-dashboards]
21
21
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:
23
23
24
24
1. Select the dashboard that you want, then click **Export**.
25
25
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.
Copy file name to clipboardExpand all lines: explore-analyze/discover/document-explorer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ You can define different settings for the header row and body rows.
50
50
51
51
### Limit the sample size [document-explorer-sample-size]
52
52
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.
54
54
55
55
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.
0 commit comments