All states of watcher status

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?

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.