Hi everyone, I was wondering if anyone has encountered this error.
Upgraded from 6.5.2 to 6.8.2 and noticed our queries were running slow.
Using insomnia to test Elasticsearch I was running some queries and noticed that when the response content was > 1MB, the query would take about 5s.
I reduced the fields using
"_source": { "excludes": [ "campaigns", "suggestor" ] },
to significantly reduce the payload and now my queries take about 237ms.
I'm on AWS using a T3.small server.
This is probably a misconfiguration somewhere as nothing else has changed. Is there something blatantly obvious that I'm missing.
Thanks