[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
We have installed siren plugin in ES 1.7.3 version and we tried using "coordinate_search" in our dev envrionment and getting the below error,
{
"error": "ElasticsearchException[Unexpected failure while executing a terms by query action]; nested: AuthorizationException[action [indices:data/read/search/termsbyquery] is unauthorized for user [__es_system_user]]; ",
"status": 500
}
I installed shield for our authentication purpose and we didn't create es_system_user in the shield, when we execute the query we are getting the above exception.
Hi All,
We have installed siren plugin in ES 1.7.3 version and we tried using "coordinate_search" in our dev envrionment and getting the below error, { "error": "ElasticsearchException[Unexpected failure while executing a terms by query action]; nested: AuthorizationException[action [indices:data/read/search/termsbyquery] is unauthorized for user [__es_system_user]]; ", "status": 500 }
I installed shield for our authentication purpose and we didn't create es_system_user in the shield, when we execute the query we are getting the above exception.
I have indexed sample records in local envrionment with the following link, https://siren.solutions/relational-joins-for-elasticsearch-the-siren-join-plugin/
Filterjson Query.txt
Please guide us to resolve this issue.
Thanks, Ganeshbabu R