Thanks for the reply,
i created a roles.yml file in /config/shield. this is its content:
# All cluster rights
# All operations on all indices
admin:
cluster: all
indices:
'*': all
# Monitoring cluster privileges
# All operations on all indices
power_user:
cluster: monitor
indices:
'*': all
# Only read operations on indices
user:
indices:
'*': read
# Only read operations on indices named events_*
events_user:
indices:
'events_*': read
# Only GET read action on index named events_index
get_user:
indices:
'events_index': 'indices:data/read/get'
what i have to do next to see the authentication screen?
And to be able to access kibana through différents roles??
Sorry but the doc is not clear..
Thanks in advance.