es翻页超出最大限制
Result window is too large, from + size must be less than or equal to: [10000] but was [56300].
kibana报无法检索搜索结果
Can’t store an async search response larger than [10485760] bytes. This limit can be set by changing the [search.max_async_search_response_size] setting.
By default, Elasticsearch doesn’t allow to store an async search response larger than 10Mb, and an attempt to do this results in an error. The maximum allowed size for a stored async search response can be set by changing the search.max_async_search_response_size cluster level setting.