Hey there,
I am trying to collect monitor event with timeout reached. Heartbeat, according with official docs, will create a service-down.
Is there a way to count them?
Something like:
count(kql='http.response.status_code = empty') / count()
Hey there,
I am trying to collect monitor event with timeout reached. Heartbeat, according with official docs, will create a service-down.
Is there a way to count them?
Something like:
count(kql='http.response.status_code = empty') / count()
solution:
count(kql='NOT http.response.status_code: *') / count()
© 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.