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/dashboards.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
@@ -7,7 +7,7 @@ mapped_pages:
7
7
8
8
Dashboards are the best way to visualize and share insights from your {{es}} data.
9
9
10
-
A **dashboard** is made of one or more **panels** that you can organize as you like. Each panel can display various types of content: *visualizations* such as charts, tables, metrics, and maps, *static annotations* like text or images, or even *specialized views* for Machine Learning or Observability data.
10
+
A **dashboard** is made of one or more **panels** that you can organize as you like. Each panel can display various types of content: **visualizations** such as charts, tables, metrics, and maps, **static annotations** like text or images, or even **specialized views** for Machine Learning or Observability data.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/add-controls.md
+15-43Lines changed: 15 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,31 +10,16 @@ mapped_pages:
10
10
There are three types of controls:
11
11
12
12
*[**Options list**](#create-and-add-options-list-and-range-slider-controls) — Adds a dropdown that allows to filter data by selecting one or more values.
13
-
14
-
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add an options list for the `machine.os.keyword` field that allows you to display only the logs generated from `osx` and `ios` operating systems.
:alt: Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected
18
-
:class: screenshot
19
-
:::
13
+
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add an options list for the `machine.os.keyword` field that allows you to display only the logs generated from `osx` and `ios` operating systems.
14
+

20
15
21
16
*[**Range slider**](#create-and-add-options-list-and-range-slider-controls) — Adds a slider that allows to filter the data within a specified range of values. This type of control only works with numeric fields.
22
-
23
-
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add a range slider for the `hour_of_day` field that allows you to display only the log data from 9:00AM to 5:00PM.
:alt: Range slider control for the `hour_of_day` field with a range of `9` to `17` selected
27
-
:class: screenshot
28
-
:::
17
+
For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add a range slider for the `hour_of_day` field that allows you to display only the log data from 9:00AM to 5:00PM.
18
+

29
19
30
20
*[**Time slider**](#add-time-slider-controls) — Adds a time range slider that allows to filter the data within a specified range of time, advance the time range backward and forward by a unit that you can define, and animate your change in data over the specified time range.
31
-
32
-
For example, you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, and the global time filter is **Last 7 days**. When you add the time slider, you can click the previous and next buttons to advance the time range backward or forward, and click the play button to watch how the data changes over the last 7 days.
For example, you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, and the global time filter is **Last 7 days**. When you add the time slider, you can click the previous and next buttons to advance the time range backward or forward, and click the play button to watch how the data changes over the last 7 days.
22
+

38
23
39
24
40
25
@@ -44,19 +29,14 @@ To add interactive Options list and Range slider controls, create the controls,
44
29
45
30
1. Open or create a new dashboard.
46
31
2. In **Edit** mode, select **Controls** > **Add control** in the dashboard toolbar.
:alt: Controls button in the toolbar with the Add Control option selected
50
-
:class: screenshot
51
-
:::
32
+

52
33
53
34
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
35
4. In the **Field** list, select the field you want to filter on.
55
36
5. Under **Control type**, select whether the control should be an **Options list** or a **Range slider**.
56
-
57
-
::::{tip}
58
-
Range sliders are for Number type fields only.
59
-
::::
37
+
::::{tip}
38
+
Range sliders are for Number type fields only.
39
+
::::
60
40
61
41
6. Define how you want the control to appear:
62
42
@@ -75,9 +55,9 @@ To add interactive Options list and Range slider controls, create the controls,
75
55
***Contains**: Show options that *contain* the entered value. This setting option is only available for *string* type fields. Results can take longer to show with this option.
76
56
***Exact**: Show options that are a 100% match with the entered value.
77
57
78
-
::::{tip}
79
-
The search is not case sensitive. For example, searching for `ios` would still retrieve `iOS` if that value exists.
80
-
::::
58
+
::::{tip}
59
+
The search is not case sensitive. For example, searching for `ios` would still retrieve `iOS` if that value exists.
60
+
::::
81
61
82
62
***Ignore timeout for results** delays the display of the list of values to when it is fully loaded. This option is useful for large data sets, to avoid missing some available options in case they take longer to load and appear when using the control.
83
63
@@ -94,11 +74,7 @@ You can add one interactive time slider control to a dashboard.
94
74
95
75
1. Open or create a new dashboard.
96
76
2. In **Edit** mode, select **Controls** > **Add time slider control**.
:alt: Controls button in the toolbar with the Add a time slider option selected
100
-
:class: screenshot
101
-
:::
77
+

102
78
103
79
3. The time slider control uses the time range from the global time filter. To change the time range in the time slider control, [change the global time filter](../query-filter/filtering.md).
104
80
4. Save the dashboard. The control can now be used.
@@ -109,11 +85,7 @@ You can add one interactive time slider control to a dashboard.
109
85
Several settings that apply to all controls of the same dashboard are available.
110
86
111
87
1. In **Edit** mode, select **Controls** > **Settings**.
{{kib}} offers many ways to build powerful dashboards that will help you visualize and keep track of the most important information contained in your {{es}} data.
* have [data indexed into {{es}}](https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-index.html) and a [data view](../find-and-organize/data-views.md). A data view is a subset of your {{es}} data, and allows you to load just the right data when building a visualization or exploring it.
19
-
20
-
::::{tip}
21
-
If you don’t have data at hand and still want to explore dashboards, you can import one of the [sample data sets](../../manage-data/ingest/sample-data.md) available.
22
-
::::
19
+
20
+
::::{tip}
21
+
If you don’t have data at hand and still want to explore dashboards, you can import one of the [sample data sets](../../manage-data/ingest/sample-data.md) available.
22
+
::::
23
23
24
24
* have sufficient permissions on the **Dashboard** feature. If that’s not the case, you might get a read-only indicator. A {{kib}} administrator can [grant you the required privileges](../../deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md).
:alt: Easily duplicate the items with drag and drop
114
+
:class: screenshot
115
+
:::
116
116
117
117
2. Click **95th [1]**, then enter `90` in the **Percentile** field.
118
118
3. In the **Name** field enter `90th`, then click **Close**.
119
119
4. To create the `50th` and `10th` percentiles, repeat the duplication steps.
120
120
5. Open the **Left Axis** menu, select **Custom** from the **Axis title** dropdown, then enter `Percentiles for product prices` in the **Axis title** field.
0 commit comments