Elastic query incremental problems

Hello guys, I'm facing strange problem with query performance/visualization on two different environments:
5.0 and 5.6 (hardware is same)

It looks like on my 5.0 ELK stack query runs incrementally, kibana/elastic waits for some time and then gives back result step by step.

incrementserch

Both searches are identical and data is very simillar.
On 5.4-5.6 (tried both) queries most often runs for longer time, and either spits out result all at once, or gives 30sec time out for query.

InstantSearch

Can this be related with any performance tuning or custom kibana, elastic options?
Same behavior even with simple query like all data for past year or so on.
I suspect on 5.6 kibana queries gets no response for 30 sec and time outs the query, on 5.0 it gets some response from time to time and query runs fine.

Looking for any insights on this!

Is this causing a problem?

Also, we’ve renamed ELK to the Elastic Stack, otherwise Beats feels left out :wink:

Yes, because longer queries times out and shows less performance than those who gives result step by step.

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