Skip to content

Instantly share code, notes, and snippets.

@itayw
Created January 30, 2018 13:15
Show Gist options
  • Save itayw/ed8654fb4cb25c5f77246a60adfc8bc7 to your computer and use it in GitHub Desktop.
Save itayw/ed8654fb4cb25c5f77246a60adfc8bc7 to your computer and use it in GitHub Desktop.
bulk-jwt-role
{
"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