Created
March 21, 2018 12:42
-
-
Save netanel246/70568fa0f319557019f8026678929b0a to your computer and use it in GitHub Desktop.
searchguard_multi_index_error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sg_index_1: | |
users: | |
- user_1 | |
- user_2 | |
sg_index_2: | |
users: | |
- user_1 | |
- user_2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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