Hey guys,
I need some help with a query. I´ve created a query which looks for are specific range of my property Ping (values greater or equal 1000), but it also needs to be in the last 1 hour. How can I achieve this result?
Here is my query:
"body": {
"query": {
"range": {
"Ping": {
"gte": 1000
}
}
}
}