If you do a search outside of watcher, do you get any results for this?
GET logstash-index/_search
{
"query": {
"match": { "Battery Voltage Normal": "Low" }
}
}
ps, is "Battery Voltage Normal" really the field name?
If you do a search outside of watcher, do you get any results for this?
GET logstash-index/_search
{
"query": {
"match": { "Battery Voltage Normal": "Low" }
}
}
ps, is "Battery Voltage Normal" really the field name?
© 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.