- I tied using the dev_tools console to create a .enrich-* index and i got:
"action [indices:admin/create] is unauthorized for user [foo@bar.com] with roles [superuser] on restricted indices [.enrich-foobar], this action is granted by the index privileges [create_index,manage,all]"
- I created a role new role called
custom-enrich(picture attached) and a new usermetadata-setup-user
And after doing this, I still get the error:
elasticsearch.AuthorizationException: AuthorizationException(403, 'security_exception', 'action [indices:admin/create] is unauthorized for user [metadata-setup-user] with roles [custom-enrich,enrich_user] on restricted indices [.enrich-ec2-metadata], this action is granted by the index privileges [create_index,manage,all]')

