Skip to content

Commit

Permalink
Fix attribute references (elastic#10742)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Mar 6, 2019
1 parent f1231c9 commit fe6397e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/security/basic-auth.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ rollover indices:
--
["source","sh",subs="attributes"]
---------------------------------------------------------------
POST _xpack/security/role/{beatname_lc}_ilm
POST _xpack/security/role/{beat_default_index_prefix}_ilm
{
"cluster": ["manage_ilm"],
"indices": [
{
"names": [ "{beatname_lc}-*","shrink-{beatname_lc}-*"],
"names": [ "{beat_default_index_prefix}-*","shrink-{beat_default_index_prefix}-*"],
"privileges": ["write","create_index","manage","manage_ilm"]
}
]
Expand Down

0 comments on commit fe6397e

Please sign in to comment.