Page 1 of 1

NLS User access to specific index

Posted: Mon Jan 02, 2017 2:06 pm
by animumrege
Is there a way in NLS to only allow users to view a specific index or indexes? For example, we can create multiple indexes based on departments using output as follows:

output {
elasticsearch {
host => localhost
cluster => "elasticsearch_prod"
index => "dept_a"
}
}

We would like to restrict users to view access to their departmental indexes.

Thanks

Re: NLS User access to specific index

Posted: Tue Jan 03, 2017 9:59 am
by mcapra
Nope. NLS uses the default naming conventions for a Logstash+Elasticsearch setup of the current version (logstash-yyyy.mm.dd). Though custom indices is an idea that has been tossed around a bit (which would open the door for what you're seeking) it's not something we've officially implemented.