웹 개발/ELK (1) 썸네일형 리스트형 [Elasticsearch] limit 10000 이상을 검색하는 방법 stackoverflow.com/questions/41655913/how-do-i-retrieve-more-than-10000-results-events-in-elastic-search How do I retrieve more than 10000 results/events in Elastic-search Example query: GET hostname:port /myIndex/_search { "size": 10000, "query": { "term": { "field": "myField" } } } I have been using the size option knowing that: index. stackoverflow.com 위 질문의 답변 중 "track_total_hits" 옵션을 true로 바.. 이전 1 다음