Skip to content

Commit

Permalink
API keys do not reflect the need for read_pipeline
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.
  • Loading branch information
philippkahr committed Jun 24, 2021
1 parent 0869d91 commit e251a90
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 e251a90

Please sign in to comment.