Skip to content

Commit 030208c

Browse files
committed
Hardcode .apm-source-map index name
1 parent 774ae40 commit 030208c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/access-api-keys.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In the role descriptors box, assign the appropriate privileges to the new API ke
4040
"{beat_default_index_prefix}_sourcemap": {
4141
"index": [
4242
{
43-
"names": [".{beat_default_index_prefix}-source-map"],
43+
"names": [".apm-source-map"],
4444
"privileges": ["read"]
4545
}
4646
]
@@ -133,7 +133,7 @@ POST /_security/api_key
133133
"{beat_default_index_prefix}_sourcemap": {
134134
"index": [
135135
{
136-
"names": [".{beat_default_index_prefix}-source-map"],
136+
"names": [".apm-source-map"],
137137
"privileges": ["read"]
138138
}
139139
]

0 commit comments

Comments
 (0)