I am trying to delete a month of logstash indexes, and fire off e.g. this 
command:

curl -XDELETE "http://localhost:9200/logstash-2014.05*?pretty";

which returns within a few seconds (less than a minute - the default 
timeout afaik) with:
{
  "acknowledged" : true
}

But when I look at the indexes, only a couple have been deleted... I have 
to repeat the command several times until all indexes from the month are 
deleted.
Is this a bug, or am I doing something wrong?

Cheers,
-Robin-

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/15f36879-4574-4485-9d54-94d5eba89f36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to