elastic-adapter
elastic-adapter copied to clipboard
Need basic auth support
I can not write data to ES with X-Pack. It uses auth (login & password). I tried to set -elasticsearch-url=http://user:password@ip:9200/ It doesn't work. And I've seen // TODO: add basic auth support. )))
Yes, it was not implement yet :( Feel free to take PR for it!
Any update on this issue?