Skip to content

Commit 3693375

Browse files
committed
review updates
1 parent 7c2d6ef commit 3693375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solutions/observability/infra-and-hosts/discover-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you're just getting started with **Discover** and want to learn its main prin
2222
## Requirements
2323

2424
### 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.
2626

2727
### Required Kibana privileges
2828

@@ -38,14 +38,14 @@ For more on assigning Kibana privileges, refer to the [Kibana privileges documen
3838
## Load metrics data
3939

4040
:::{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.
4242
:::
4343

4444
The dedicated metrics view is only available in ES|QL mode. From the **Discover** main page, select **Try ES|QL**.
4545

4646
% not sure if the above is true, but wasn't able to access in classic view.
4747

48-
Use the `FROM` command to identify the sources to get the data from.
48+
Use the `FROM` command to select the data source.
4949

5050
For example, the following query returns all of your metrics data:
5151

@@ -92,7 +92,7 @@ Select specific values to focus on within the dimension. You can select up to 10
9292

9393
**View metric charts in full screen**
9494

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.
9696

9797
### Actions
9898

0 commit comments

Comments
 (0)