elasticsearch get all document code example
Example: show all the document in elasticsearch
curl -XGET http://www.example.com:9200/myIndexName/_search?pretty=true&q=*:*
curl -XGET http://www.example.com:9200/myIndexName/_search?pretty=true&q=*:*