Hi,
I noticed the following error in Kibana logs for queries that are taking more than 2 minutes:
{"type":"log","@timestamp":"2019-10-16T12:56:07Z","tags":["error","elasticsearch","data"],"pid":30353,"message":"Request error, retrying\nPOST http://localhost:9200/_msearch?rest_total_hits_as_int=true&ignore_throttled=true => socket hang up"}
I started to look for open issues on this, i found this commit which should have addressed this issue
Unfortunately, it was reverted here.
I wonder what is the current status, is there any plan to implement those parameters eventually?
I kind of lost with all the issues around that
Thanks,