"My Watcher results is the next, i dont know what does it mean."
"condition": {
"type": "compare",
"status": "success",
"met": false,
"compare": {
"resolved_values": {
"ctx.payload.hits.total": null
}
}
},
"actions":
},
"messages":
}
"My Watcher results is the next, i dont know what does it mean."
"condition": {
"type": "compare",
"status": "success",
"met": false,
"compare": {
"resolved_values": {
"ctx.payload.hits.total": null
}
}
},
"actions":
},
"messages":
}
please take your time to explain your problem a bit more in detail. It is impossible to understand what you are after here. What I interpreted out of that is that ctx.payload.hits.total
is null, but you do not expect it to be null. This could be because the field you are searching for is ctx.payload.hits.total.value
but this is is just a guess and depends on the watch and how it is configured. Sharing the whole watch, plus your intent, plus the full output of the Execute Watch API would help a lot.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.