If I have an index called logstash-whatever-2018.05.21 then I can delete it from dev tools using
DELETE logstash-whatever-2018.05.21
However, if I have an index called %{foo} then dev tools merges
DELETE %{foo}
with the previous request, and will not recognize it as a request if it is the first request. How can I delete this index?
