Search query elasticsearch

Full-text search for documents matching a term

curl -s -X POST http://localhost:9200/<index>/_search -H 'Content-Type: application/json' -d '{"query":{"match":{"message":"error"}}}'
more elasticsearch all 19 commands →