Visualize only the successfully triggered Watches

Hi @mjm,

that depends a bit on your definition of "successfully triggered". There are several status fields in the individual watcher-history-* documents, that indicate various conditions. You could query for successfully executed actions using something like result.actions.status:success or for watches whose condition was met using result.condition.met:true.