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: solutions/observability/infra-and-hosts/discover-metrics.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you're just getting started with **Discover** and want to learn its main prin
22
22
## Requirements
23
23
24
24
### Data recognition
25
-
By default, all data stored in `metrics-*`indices is recognized as metrics data and triggers the **Discover** experience described on this page.
25
+
By default, all data stored in a `metrics-*`index is recognized as metrics data and triggers the **Discover** experience described on this page.
26
26
27
27
### Required Kibana privileges
28
28
@@ -38,14 +38,14 @@ For more on assigning Kibana privileges, refer to the [Kibana privileges documen
38
38
## Load metrics data
39
39
40
40
:::{note}
41
-
To visualize your data as metric charts, the metric's data stream needs its **Index mode** set to **Time series**. Open **Index Management** using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), then select the **Data Streams** tab to find your data stream's index mode.
41
+
To visualize your metrics data as charts, its data stream needs its **Index mode** set to **Time series**. Open **Index Management** using the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), then select the **Data Streams** tab to find your data stream's index mode.
42
42
:::
43
43
44
44
The dedicated metrics view is only available in ES|QL mode. From the **Discover** main page, select **Try ES|QL**.
45
45
46
46
% not sure if the above is true, but wasn't able to access in classic view.
47
47
48
-
Use the `FROM` command to identify the sources to get the data from.
48
+
Use the `FROM` command to select the data source.
49
49
50
50
For example, the following query returns all of your metrics data:
51
51
@@ -92,7 +92,7 @@ Select specific values to focus on within the dimension. You can select up to 10
92
92
93
93
**View metric charts in full screen**
94
94
95
-
Select the {icon}`full_screen` to view the metric charts in full-screen mode.
95
+
Select the full screen ({icon}`full_screen`) to view the metric charts in full-screen mode.
0 commit comments