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.
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.
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!