Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Update Storage Explorer docs #162163

Merged
merged 2 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/apm/images/storage-explorer-expanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apm/images/storage-explorer-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions docs/apm/storage-explorer.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[storage-explorer]]
=== Storage Explorer

beta::[]

Analyze your APM data and manage costs with **storage explorer**.
For example, analyze the storage footprint of each of your services to see which are producing
large amounts of data--then change the sample rate of a service to lower the amount of data ingested.
Expand Down
8 changes: 8 additions & 0 deletions docs/apm/tab-widgets/storage-explorer-user/content.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
|====
|Type |Privilege |Purpose

|Cluster
|`monitor`
|Monitor the disk space used by APM indices

|Index
|`monitor` on `apm-*`
|Monitor access to `apm-*` for storage explorer
Expand All @@ -14,6 +18,10 @@
|====
|Type |Privilege |Purpose

|Cluster
|`monitor`
|Monitor the disk space used by APM data streams

|Index
|`monitor` on `logs-apm*`
|Monitor access to `logs-apm*` for storage explorer
Expand Down
Loading