Skip to content

Commit

Permalink
API keys do not reflect the need for read_pipeline (#26466) (#26581)
Browse files Browse the repository at this point in the history
As discussed in the PR #26465 the docs should reflect that read_pipeline is needed when using modules. Users usually just copy and paste the JSON payload and might experience failures when running any beat with modules.

Co-authored-by: Philipp Kahr <[email protected]>
  • Loading branch information
dedemorton and philippkahr authored Jun 29, 2021
1 parent 555a7f5 commit 7de4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/security/api-keys.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ POST /_security/api_key
"name": "{beat_default_index_prefix}_host001", <1>
"role_descriptors": {
"{beat_default_index_prefix}_writer": { <2>
"cluster": ["monitor", "read_ilm"],
"cluster": ["monitor", "read_ilm", "read_pipeline"],
"index": [
{
"names": ["{beat_default_index_prefix}-*"],
Expand Down

0 comments on commit 7de4b31

Please sign in to comment.