Kabana: v 7.2.1
I've change the value of elasticsearch.requestTimeout from 30secs (30000) to 60secs (60000) in /etc/kibana/kibana.yml and restart Kibana due to the timeout I'm getting for few searches in UI after 30secs.
grep elasticsearch.requestTimeout /etc/kibana/kibana.yml
elasticsearch.requestTimeout: 60000
Even after restart I still don't see I still see kibana sending timeout":"30000ms"} from UI (/elasticsearch/_msearch?rest_total_hits_as_int=true&ignore_throttled=true) but this time my query took 35secs and I got response. Is this a bug with kibana UI?