- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
read information influxdb database
Created ‎09-12-2018 02:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I need extract information of the influxdb database and copy only the information that i need into elasticsearch. I see of PutInfluxDB processor(), but I think it isn't valid. Is there any way to do it? or some similary with influxdb database
Created ‎09-12-2018 02:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All put processors are used to store the data into filesystem/db's/table's in NiFi.
There is ExecuteInfluxDBQuery processor to get data from influxdb.
Refer to this and this link for more details regards to ExecuteInfluxDBQuery processor.
Then you can use PutElasticSearch processors to store data into Elastic search.
-
If the Answer helped to resolve your issue, Click on Accept button below to accept the answer, That would be great help to Community users to find solution quickly for these kind of issues.
Created ‎09-12-2018 02:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All put processors are used to store the data into filesystem/db's/table's in NiFi.
There is ExecuteInfluxDBQuery processor to get data from influxdb.
Refer to this and this link for more details regards to ExecuteInfluxDBQuery processor.
Then you can use PutElasticSearch processors to store data into Elastic search.
-
If the Answer helped to resolve your issue, Click on Accept button below to accept the answer, That would be great help to Community users to find solution quickly for these kind of issues.
Created ‎09-12-2018 03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ExecuteInfluxDBQuery processor has been added in NiFi-1.7.0+ version, I think you are using <NiFi-1.7.
You need to update the HDF/NiFi version to get these new processors (or) if you are having HortonWorks support then contact that team to get this processor to your NiFi version.
Created on ‎09-12-2018 03:01 PM - edited ‎08-18-2019 12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Shu:
But I dont have this processor (ExecuteInfluxDBQuery) 😞
Created ‎09-12-2018 03:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Shu,
In the second link , I see because I cannt use the ExecuteInfluxDBQuery
Regards
