Created
January 30, 2018 13:15
-
-
Save itayw/ed8654fb4cb25c5f77246a60adfc8bc7 to your computer and use it in GitHub Desktop.
bulk-jwt-role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"username": "bulk", | |
"roles": { | |
"bulk": { | |
"name": "bulk", | |
"cluster": ["cluster:monitor/*", "cluster:admin/template/*"], | |
"indices": [{ | |
"names": ["*"], | |
"privileges": ["indices:data/write/update", | |
"indices:data/write/bulk", | |
"indices:data/write/index" | |
] | |
}] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment