Shield + AD

Shield installed and working. How do you setup Username and Password for only 1 index, all other index is usable by anyone?

power_user:
cluster:
- monitor
indices:
- names: '*'
privileges:
- all

I want to give power users access to all index is there a none command?? for example
power_user:
cluster:
- monitor
indices:
- names: '*'
privileges:
- all

  • names: 'security'
    privileges:
    • none