Elastic Search uses GET (with a request body) for complex _search API requests:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html
However, Varnish on https://logstash.wikimedia.org/elasticsearch/_search does not Vary the cache by the request body, so the same result is returned even when the request body is changed.
I tried doing POST but that results in a 404