That is not a syntax error, it is a runtime exception. It occurs when you do a numerical comparison on a field that does not exist. See this thread.
Try changing your conditional to
if [nodeperf_value] and [nodeperf_value] < -90000 {
That is not a syntax error, it is a runtime exception. It occurs when you do a numerical comparison on a field that does not exist. See this thread.
Try changing your conditional to
if [nodeperf_value] and [nodeperf_value] < -90000 {
© 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.