You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
when having shield installed, I got following exception:
[2016-01-26 10:24:05,236][ERROR][org.codelibs.elasticsearch.reindex.service.ReindexingService] [Autolycus] Failed to reindex tweets2.
ElasticsearchSecurityException[action [indices:data/read/search] is unauthorized for user [__es_system_user]]
Even though I provided -u in the command line. I guess "Reindex" is a two-step operation, -u only used for reading part. The writing part does not get the -u option
The text was updated successfully, but these errors were encountered:
I used the java lib commons.httpclient send the reindex request,
add the anthorization info like this
client.getState().setCredentials(AuthScope.ANY, new UsernamePasswordCredentials(username, password));
the reindex plugin received the request, but the reindex process is not correctly created
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when having shield installed, I got following exception:
[2016-01-26 10:24:05,236][ERROR][org.codelibs.elasticsearch.reindex.service.ReindexingService] [Autolycus] Failed to reindex tweets2.
ElasticsearchSecurityException[action [indices:data/read/search] is unauthorized for user [__es_system_user]]
Even though I provided -u in the command line. I guess "Reindex" is a two-step operation, -u only used for reading part. The writing part does not get the -u option
The text was updated successfully, but these errors were encountered: