[
https://issues.apache.org/jira/browse/NIFI-4289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16341567#comment-16341567
]
ASF GitHub Bot commented on NIFI-4289:
--------------------------------------
Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2101
Everything I insert gets defaulted to some time around the epoch. I tried
your sample, but it doesn't seem to work for me at least (data gets written,
but it doesn't have the appropriate timestamp):
```
water,country=US,city=sf rain=1,humidity=0.6 ${now():toNumber()}
```
Ex output:
```
water,country=US,city=sf rain=1,humidity=0.6 1516999446718
```
Using this query in Chronograf, I get the following results:
```
SELECT * FROM "test_data"."autogen"."water"
```
<img width="1032" alt="screen shot 2018-01-26 at 3 40 27 pm"
src="https://user-images.githubusercontent.com/108184/35459708-4ccb9ba6-02af-11e8-852f-7aeabd1806dc.png">
So overall LGTM on code quality, but we need to figure out if this is just
something wrong on my end or with the processor before someone merges it.
> Implement put processor for InfluxDB
> ------------------------------------
>
> Key: NIFI-4289
> URL: https://issues.apache.org/jira/browse/NIFI-4289
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 1.3.0
> Environment: All
> Reporter: Mans Singh
> Assignee: Mans Singh
> Priority: Minor
> Labels: insert, measurements,, put, timeseries
>
> Support inserting time series measurements into InfluxDB.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)