Skip to content

Commit

Permalink
Add agentcfg role to api key example
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Oct 19, 2023
1 parent 030208c commit a1c0b70
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/access-api-keys.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ In the role descriptors box, assign the appropriate privileges to the new API ke
"privileges": ["read"]
}
]
},
"{beat_default_index_prefix}_agentcfg": {
"index": [
{
"names": [".apm-agent-configuration"],
"privileges": ["read"]
}
]
}
}
----
Expand Down Expand Up @@ -137,6 +145,14 @@ POST /_security/api_key
"privileges": ["read"]
}
]
},
"{beat_default_index_prefix}_agentcfg": {
"index": [
{
"names": [".apm-agent-configuration"],
"privileges": ["read"]
}
]
}
}
}
Expand Down

0 comments on commit a1c0b70

Please sign in to comment.