NLS User access to specific index
Posted: Mon Jan 02, 2017 2:06 pm
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
output {
elasticsearch {
host => localhost
cluster => "elasticsearch_prod"
index => "dept_a"
}
}
We would like to restrict users to view access to their departmental indexes.
Thanks