Skip to content

Commit

Permalink
Profiling: update backend API role permissions (#4170)
Browse files Browse the repository at this point in the history
In 8.15 we introduced a check on permissions performed
by the collector.
This requires a new cluster privilege that is not included in the role.

(cherry picked from commit e76824e)
  • Loading branch information
inge4pres authored and mergify[bot] committed Aug 20, 2024
1 parent f9f345a commit f25296f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/observability/profiling-self-managed.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ Select a *User API key* and assign the following permissions under *Control sec
----
{
"profiling": {
"cluster": [
"monitor"
],
"indices": [
{
"names": [
Expand Down

0 comments on commit f25296f

Please sign in to comment.