neo4j-elasticsearch
neo4j-elasticsearch copied to clipboard
Pass-in username and password for authenticated ES Instances/Clusters
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
You can send a Branch PR You can delete the fork after your PR is merged.
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
found it
call apoc.es.stats("http://elastic:password@localhost:9200")