Skip to content

Instantly share code, notes, and snippets.

@netanel246
Created March 21, 2018 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netanel246/70568fa0f319557019f8026678929b0a to your computer and use it in GitHub Desktop.
Save netanel246/70568fa0f319557019f8026678929b0a to your computer and use it in GitHub Desktop.
searchguard_multi_index_error
sg_index_1:
indices:
'index_1':
'*':
- READ
- SEARCH
- 'indices:data/read/search'
sg_index_2:
indices:
'index_2':
'*':
- CRUD
- CREATE_INDEX
- 'indices:data/read/search'
sg_index_1:
users:
- user_1
- user_2
sg_index_2:
users:
- user_1
- user_2
user_1:
hash: <SOME_HASH>
user_2:
hash: <SOME_HASH>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment