neo4j-contrib / neo4j-elasticsearch

Neo4j ElasticSearch Integration
Apache License 2.0
210 stars 79 forks source link

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

Open gmaglio opened 6 years ago

gmaglio commented 6 years ago

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

jexp commented 6 years ago

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

hanzigs commented 4 years ago

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 commented 4 years ago

found it

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