neo4j-elasticsearch icon indicating copy to clipboard operation
neo4j-elasticsearch copied to clipboard

Pass-in username and password for authenticated ES Instances/Clusters

Open gmaglio opened this issue 7 years ago • 3 comments

I have a branch that I would like to push but I don't want to fork the repo on my github to enable the pull request as what was done in jazzido's case. Can you enable me to push to a prefix? like neo4j-elasticsearch:contrib/*

Thanks,

-Greg

gmaglio avatar Apr 02 '18 13:04 gmaglio

You can send a Branch PR You can delete the fork after your PR is merged.

jexp avatar Apr 02 '18 19:04 jexp

Hi @gmaglio @jexp , May i know how to do the auth for elastic in apoc please? call apoc.es.get("http://localhost:9200","index_name","doc",'size=1&scroll=5m',null) yield value Thanks

hanzigs avatar Feb 11 '20 03:02 hanzigs

found it

call apoc.es.stats("http://elastic:password@localhost:9200")

hanzigs avatar Feb 11 '20 05:02 hanzigs