Kibana and large results

Viewed 14

When I run a search in Kibana that returns several hundred documents I am getting an error that the results are too large. The actual error message is below:

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.

This does NOT seem to be something I can change in the UI In fact, just clicking on this index in Kibana Discover and no search, I get this error. If run a search that just brings back a few (ten's of doc's) I will get results as expected, but otherwise I am getting these kinds of results.

My index has about 300K documents and most a relatively small, but around 40 to 50 fields (mostly file metadata and some other metadata type fields).

Does any one have any advice on this?

Thanks

0 Answers
Related