Delete all of type across all indices

I'm using logstash to store logs. I'd like to delete all logstash entries
of type 'error'. I checked out the Delete by Query API, but I can't seem to
figure out how to do what I want in this situation. Help!

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ff84d215-b909-4b29-bcdc-87dfdcfda5f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I finally figured it out with the help of someone on SO. The query that
worked was DELETE logstash*/_query?q=_type:error

On Monday, November 10, 2014 2:31:51 PM UTC-5, Michael Irwin wrote:

I'm using logstash to store logs. I'd like to delete all logstash entries
of type 'error'. I checked out the Delete by Query API, but I can't seem to
figure out how to do what I want in this situation. Help!

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e120aa37-eb77-4814-804b-0011ff7472ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.