File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
109This 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.
2928For 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
You can’t perform that action at this time.
0 commit comments