Skip to content

Commit 4db2b48

Browse files
committed
changes according to PR comments.
1 parent b51e5a0 commit 4db2b48

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/exploring-es-data.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
[partintro]
55
--
6-
By default Elastic APM data are stored in different index types.
7-
8-
Indices storing monitored data are built in the format of `apm-[version]-[type]-[date]` by default.
6+
By default Elastic APM data are stored in different indices,
7+
in the format of `apm-[version]-[type]-[date]`.
98

109
This format makes it easy to query for all Elastic APM data at once by using `apm-*`.
1110

@@ -29,7 +28,7 @@ You can explore the raw data stored in Elasticsearch by querying the indices.
2928
For getting an overview of existing indices you can run:
3029
["source","sh"]
3130
------------------------------------------------------------
32-
GET _cat/indices
31+
GET _cat/indices/apm*
3332
------------------------------------------------------------
3433
// CONSOLE
3534

@@ -40,7 +39,7 @@ First send a query to see which templates exist:
4039

4140
["source","sh"]
4241
------------------------------------------------------------
43-
GET _cat/templates
42+
GET _cat/templates/apm*
4443
------------------------------------------------------------
4544
// CONSOLE
4645

0 commit comments

Comments
 (0)