I'd also check that you actually have data matching your delete criteria. For example:
curl -XPOST 'http://192.168.4.73:9200/iron/email/_search<http://192.168.4.73:9200/iron/email/_query>' -d '{"query": {"range":{"tstamp":{"from":"2013-09-01T00:00:00","to":"2013-09-02T23:59:59"}}}}' Should return something. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/a9c68721-bae3-4f43-bb4e-7c514275f7fd%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
