- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to process provenance repository (Provenance data @ MINIFI ) using SITE TO SITE PROVENANCE Data using APACHE NIFI
- Labels:
-
Apache NiFi
Created ‎01-11-2019 02:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Apache NIFI http://localhost:8080/nifi
I configured NIFI to Ingest Minifi logs to Nifi as below:
- a) Reading Minifi Logs using "Tail File" process and then the flow file is forwarded to NIFI http://localhost:8080/nifi using Remote Process Group.
- b) After receiving flowfile data at Nifi content of log file is read and written in CSV format in output file using put file.
Now using SITE TO SITE TO PROVENANCE REPORT I can send NIFI's Provenance data to another instance of NIFI. It is working fine. Now need to know how to send MINIFI's Provenance data to another instance of NIFI. Is there a way to read Provenance data at MINIFI end.
Note: There is Provenance Repository folder in both NIFI and MINIFI installation directory.
Please help
Thanks
Created ‎01-11-2019 02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whenever you send something from minifi to nifi over Site to Site, as soon as it arrives in NiFi it has all the provenance data.
Created ‎01-11-2019 02:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whenever you send something from minifi to nifi over Site to Site, as soon as it arrives in NiFi it has all the provenance data.
Created ‎01-12-2019 09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank You
Created ‎01-12-2019 09:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tomothy Spann
Thank you for timely help.
