there is a state object in status . what's the all possible states of status ?
i can see only active:true :
"status":
{"state":
{"active":true,
"timestamp":"2019-10-12T09:48:55.058Z"
}
}
is there any way to know that watcher status is firing or not?
spinscale
(Alexander Reelsen)
October 14, 2019, 11:59am
2
Those fields are not queryable in the .watches
index.
You could query the watcher history and extract this information.
Out of curiosity, what exactly are you trying to find out? Maybe there is another way to get this information.
--Alex
system
(system)
Closed
November 11, 2019, 12:00pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.