Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2101
@mans2singh Figured out the issue, it's a time conversion. I added
```:multiply(1000000)``` to the EL and it worked. InfluxDB uses nanoseconds; I
was supplying milliseconds.
@joewitt FWIW +1 LGTM on merging.---
