Skip to content

Instantly share code, notes, and snippets.

@peterVG
Last active April 30, 2020 15:06
Show Gist options
  • Save peterVG/1f137a46f3c0cc0493b4c1e8da5127ce to your computer and use it in GitHub Desktop.
Save peterVG/1f137a46f3c0cc0493b4c1e8da5127ce to your computer and use it in GitHub Desktop.
Elasticsearch request
curl -H 'Content-Type: application/json' -X GET 'http://localhost:9200/_search' -d'
{
"query": {
"match_all": {}
}
}' > es.json
curl -s -XGET http://localhost:9200/aipfiles/_doc/_count?q=fileExtension:jpg | jq '.count'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment