Can you also share your TICKscript?
On Monday, November 7, 2016 at 5:24:15 AM UTC-7, [email protected] wrote: > > 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/0f2e458f-085c-48a7-b199-8dacc243b41f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
