Hi All,
Iam new to Influx, Kapacitor.. was trying out writing back a simple alert
back into influx..
below is the tick script
*stream*
* |from()*
* .database('vipl')*
* .measurement('Ac1')*
* |where(lambda: "**CO2_PPM**" < 450)*
* |alert()*
* .message('CO2_PPM')*
* .id('node \'stream0\' in task \'{{ .TaskName }}\'')*
* .info(lambda: TRUE)*
* |influxDBOut()*
* .database('vipl')*
* .retentionPolicy('default')*
* .measurement('Alerts_test')*
where had set a condition on one of columns "*CO2_PPM" *to alert is less
than 450.
after running a test load of data to Ac1 measurement
1) A query on Alert measurement gives a count of *8352*
*select count(CO2_PPM) from Alerts_test;*
2) A query on Measurement on Ac1 measurement with a same condition as that
of Alert gives a count of *8381*
* select count(CO2_PPM) from Ac1 where CO2_PPM < 450;*
some 29 alerts are missed out when writing back to alert measurement ..
Need help to understand the above situation
running Influx 0.13 and kapacitor version 0.13 on FreeBSD 10.2
Thanks
Srikara.D
--
Remember to include the InfluxDB version number with all issue reports
---
You received this message because you are subscribed to the Google Groups
"InfluxDB" 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/cac19eb5-4842-446f-8c27-b5cf939ca357%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.