Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to process provenance repository (Provenance data @ MINIFI ) using SITE TO SITE PROVENANCE Data using APACHE NIFI

avatar
New Contributor

@Timothy Spann

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

1 ACCEPTED SOLUTION

avatar
Master Guru

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.

View solution in original post

3 REPLIES 3

avatar
Master Guru

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.

avatar
New Contributor

Thank You

avatar
New Contributor

Tomothy Spann

Thank you for timely help.