I have following code for the range of my watcher. However, I instead of the now I would like to use the last_checked value that you get when the watcher is executed. Is there any possibility to do that?
"range": {
"@timestamp": {
"gt": "now-1h",
"time_zone": "Europe/Vienna"
}
}