How to get the full metricbeat data from the elasticsearch

curl localhost:9200/metricbeat*/_search

If you need to absolutely download all existing data, then look at Scroll API: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html

1 Like