Hi,
Posted in the kettle section of forum instead of reporting Reposting. :o
I'm using date parameters in PRD 5 that I used before and the format isn't working when querying mongodb.
here is my json
{ time: {$gte: {$date : "${startDate}"}, $lte: {$date: "${stopDate}"}}, host : "${HostName}", type_instance: "${Counter}" }
The non date parameters work fine. Here is the format I've always used for Mongodb date paramters. Is there something different in prd 5?
EEE MMM dd HH:mm:ss zzz yyyy
Any help would be appreciated.
Mike
Posted in the kettle section of forum instead of reporting Reposting. :o
I'm using date parameters in PRD 5 that I used before and the format isn't working when querying mongodb.
here is my json
{ time: {$gte: {$date : "${startDate}"}, $lte: {$date: "${stopDate}"}}, host : "${HostName}", type_instance: "${Counter}" }
The non date parameters work fine. Here is the format I've always used for Mongodb date paramters. Is there something different in prd 5?
EEE MMM dd HH:mm:ss zzz yyyy
Any help would be appreciated.
Mike