Get All Hits from index

Hi there,
How can i get All the hits i have in my index from url.
i used to use like that:http: //localhost:9200/errors/_search?size=50.
but i don't a specific size.i want all:the bigger size.
Thanks for help.

Scroll API is the way to go if you have a lot of data: https://www.elastic.co/guide/en/elasticsearch/reference/5.5/search-request-scroll.html

Thank you for your answer.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.