Kapacitor record query with multiple fields

Using InfluxDB 1.2.0 and Kapacitor 1.2.0.

I am trying to test some stream based TICK scripts and also backfill data. These scripts perform calculations on multiple fields in the same measurement. However, when using Kapacitor to record using a query, I don’t get all of the data. Only the first field. Instead of re-posting examples, I found exactly what I am trying to do here:

https://groups.google.com/forum/#!topic/influxdb/url8JfKqt2s

Any ideas?

There is an issue related to that which was fixed yesterday and will be part of the next release. See Fix batch queries missing all fields after the first nil field by nathanielc · Pull Request #1320 · influxdata/kapacitor · GitHub

Awesome! Didn’t see that issue number before. I just pulled the nightlies and it is working as expected! Thank you!