Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to add influxdb processor in nifi-1.4.0 ?

avatar
New Member

I want to add a Influxdb processor in Apache Nifi. Kindly tell me how to proceed. I am using Apache nifi-1.4.0 and I need to add Influxdb processor .

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Rahul Kumar

-

Where are you getting the nar or jar for this custom influxdb processor from?

-

Once you have this custom processor nar/jar file, you will want to create a custom lib directory to place it in and then configure your nifi to read that additional custom lib folder location.

This is done by adding a new key/value pair to the nifi,properties configuration file:

nifi.nar.library.directory.custom-lib=/<path to custom lib dir>/custom-lib

-

A restart of NiFi will be required before NiFi will load any newly added custom libraries. At that point the new processor shoudl be available to add to the canvas just as you add any other processor.

-

Thank you,

Matt

View solution in original post

1 REPLY 1

avatar
Master Mentor
@Rahul Kumar

-

Where are you getting the nar or jar for this custom influxdb processor from?

-

Once you have this custom processor nar/jar file, you will want to create a custom lib directory to place it in and then configure your nifi to read that additional custom lib folder location.

This is done by adding a new key/value pair to the nifi,properties configuration file:

nifi.nar.library.directory.custom-lib=/<path to custom lib dir>/custom-lib

-

A restart of NiFi will be required before NiFi will load any newly added custom libraries. At that point the new processor shoudl be available to add to the canvas just as you add any other processor.

-

Thank you,

Matt