elasticsearch-reindex-tool
elasticsearch-reindex-tool copied to clipboard
Basic auth not working
I'm unable to use url such as user:pass@elasticip/index/type
Says Could not parse elasticsearch url
I think it actually uses the binary port, not the REST port, so it's not actually http and thus does not support using basic auth. There is a note about this in the README, but the usage of http:// urls on the commandline is a bit misleading in this case...
That's true @centic9 tool is using binary client.
@k2xl do you want to use reindexing tool on elasticsearch cluster authorized with shield plugin?
If so, then it could be possible to integrate shield authentication with our tool.