I have below alert which alerts me with empty host . Please guide how can I
avoid it.
stream
|from().database('telegraf').measurement('procstat').groupBy('host','process_name').where(lambda:
"exe" == 'audit' AND "process_name" == 'kauditd' AND "process_name" !=
'kauditd')
|deadman(0.0, 5m)
|alert()
.id('deadman/{{ index .Tags "host" }}')
.details(' Exe {{ index .Tags "exe" }} ,processname: {{ index .Tags
"process_name" }} on Node {{ index .Tags "host" }}' )
Alert output:
{"Date":"2017-02-03T08:10:00Z","Host":"","Source":"Influx"}
Thanks.
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit
https://groups.google.com/d/msgid/influxdb/0d4dbdb0-24b2-475b-9aee-316ab3c1db21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.