Hi,

I am trying to plot a graph out of alerts(anomalies) generated by Kapacitor 
into Grafana. I need to know how can I insert the alert generated back into 
Influxdb. I understand |influxDBOut() node is the answer to it, but I need to 
know what field holds the alert value for me to pass it as a tag or value back 
to influx db.

Below is my sample alert.

{"id":"dataflow_tag:app=,status=Success,","message":"dataflow_tag:app=,status=Success,
 is CRITICAL","details":"Count is 
anomalous","time":"2016-11-07T11:07:04.425Z","duration":600011000000,"level":"CRITICAL","data":{"series":[{"name":"dataflow_tag","tags":{"app":"","status":"Success"},"columns":["time","anomalyScore","app","errorcount","tech"],"values":[["2016-11-07T11:07:04.425Z",0.962962962962963,"OTSI",66,"IIS"]]}]}}

I want to pass 
"columns":["time","anomalyScore","app","errorcount","tech"],"values":[["2016-11-07T11:07:04.425Z",0.962962962962963,"OTSI",66,"IIS"]
 back to Influxdb.

-- 
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/c89d94f3-74f8-4a85-b282-1118a10c6c72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to