Hi,
I am looking for a role that would allow a user to create indices in ES.
Basically I want to avoid assigning "superuser" role.
Please guide on what role can I assign? My configuration for ELK7.6.2 stack looks like below:
elasticsearch {
hosts => [ "xx-xx-xxx:23045" ]
user => "pwatcher"
password => "xxxxxxxx"
index => "abcd.pwatcher_events-%{+YYYY.MM.dd}"
manage_template => true
template_overwrite => true
template => "/opt/tal/ptal/elasticsearch/app/logstash/config/pwatcher_template.json"
template_name => "pwatcher"
}