Skip to content

Instantly share code, notes, and snippets.

@markharwood
markharwood / ExampleQuery.sh
Last active October 29, 2017 02:35
HelloWorld Graph client example
curl -XGET "http://localhost:9200/meetuprsvps/_xpack/_graph/_explore" -d'
{
"query": {
"term": {
"_all": "elasticsearch"
}
},
"vertices": [
{
"field": "member_id",