Member since
02-05-2019
2
Posts
0
Kudos Received
0
Solutions
06-18-2021
03:21 AM
Hello! Try to use flow UpdateAttribute - GetMongo. To UpdateAttribute create attr with value {
"header.timestamp": {
"$gt": {
"$date": "${startTimestamp}"
},
"$lt": {
"$date": "${endTimestamp}"
}
}
} To GetMongo in field Query insert name attr from prev step. RunMongoAggreation used for aggregation query, but select all docs is not effective, I think.
... View more
04-22-2020
08:37 AM
Can anyone share screenshot of the processor configuration to understand this solution.
... View more