Re: Date calculation does not work in DELETE

2014-03-31 Thread Norbert Hartl
for fixing it. Norbert > Boaz > > On Tuesday, March 25, 2014 4:08:50 PM UTC+1, Boaz Leskes wrote: > Hi Norbert, > > This looks like a bug. Will dig deeper and get back to you. > > Cheers, > Boaz > > On Sunday, March 23, 2014 7:16:24 PM UTC+1, Norbert

Handler /_snapshot/_status not found

2014-03-24 Thread Norbert Hartl
I started to do backups with the snapshot and restore API. I can make snapshots but requesting the status does not work. I get # curl -XGET "localhost:9200/_snapshot/_status" {"error":"RepositoryMissingException[[_status] missing]","status":404} It does not work if the name of the backup or back

Re: Date calculation does not work in DELETE

2014-03-23 Thread Norbert Hartl
btw. I forgot to add I'm using elasticsearch 1.0.1 Norbert Am 22.03.2014 um 17:28 schrieb Norbert Hartl : > Hi, > > I'm trying to delete entries in my indexes that are older than 6 months. I'm > using the curl command > > curl -vv -XDELETE http://localho

Date calculation does not work in DELETE

2014-03-22 Thread Norbert Hartl
Hi, I'm trying to delete entries in my indexes that are older than 6 months. I'm using the curl command curl -vv -XDELETE http://localhost:9200/myindex/_query -d @delete-old.json delete-old.json content: { "query" : { "filtered" : { "query" : { "match_all"