Skip to content

Commit

Permalink
update scripts roles to include maintenance for roles that do not hav…
Browse files Browse the repository at this point in the history
…e privileges higher than 'maintenance'
  • Loading branch information
dhurley14 committed Jan 11, 2021
1 parent 9f4d359 commit a4000f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"names": [
"*"
],
"privileges": ["read", "view_index_metadata"]
"privileges": ["read", "maintenance", "view_index_metadata"]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"names": [".siem-signals-*"],
"privileges": ["read", "write", "view_index_metadata"]
"privileges": ["read", "write", "maintenance", "view_index_metadata"]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"elasticsearch": {
"cluster": [],
"indices": [
{ "names": [".siem-signals-*"], "privileges": ["read", "write"] },
{ "names": [".siem-signals-*"], "privileges": ["read", "write", "maintenance"] },
{
"names": [
"apm-*-transaction*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"elasticsearch": {
"cluster": [],
"indices": [
{ "names": [".siem-signals-*"], "privileges": ["read", "write"] },
{ "names": [".siem-signals-*"], "privileges": ["read", "write", "maintenance"] },
{
"names": [
".lists*",
Expand Down

0 comments on commit a4000f4

Please sign in to comment.