Skip to content

Commit

Permalink
Hardcode .apm-source-map index name
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Oct 19, 2023
1 parent 774ae40 commit 030208c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/access-api-keys.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In the role descriptors box, assign the appropriate privileges to the new API ke
"{beat_default_index_prefix}_sourcemap": {
"index": [
{
"names": [".{beat_default_index_prefix}-source-map"],
"names": [".apm-source-map"],
"privileges": ["read"]
}
]
Expand Down Expand Up @@ -133,7 +133,7 @@ POST /_security/api_key
"{beat_default_index_prefix}_sourcemap": {
"index": [
{
"names": [".{beat_default_index_prefix}-source-map"],
"names": [".apm-source-map"],
"privileges": ["read"]
}
]
Expand Down

0 comments on commit 030208c

Please sign in to comment.