Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 10-28-2016 02:56 PM
I would like to get a list of all provenance events
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
Ideally I would like to ingest them with NIFI and store them in HDFS.
Is there an example of POST /provenance?
Created 10-29-2016 03:53 AM
Hi @Timothy Spann, take a look at this answer I just provided for a similar question.
Although, you should also look at SiteToSiteProvenanceReportingTask, which allows you "export" them from the NiFi provenance repository and ingest them into a NiFi instance (could be remote, could be same) as pure data and then manipulate them as you would any other data (e.g. feed to PutHDFS).
Created 10-29-2016 03:53 AM
Hi @Timothy Spann, take a look at this answer I just provided for a similar question.
Although, you should also look at SiteToSiteProvenanceReportingTask, which allows you "export" them from the NiFi provenance repository and ingest them into a NiFi instance (could be remote, could be same) as pure data and then manipulate them as you would any other data (e.g. feed to PutHDFS).
Created 01-26-2017 03:00 PM
Hi @Timothy Spann, this is an old post of yours, but I've a similar need as you posted here; I wanted to know if you were able to come up with a working version of a dataflow that queries NiFi API provenance events; if you did, I appreciate if you could share some info about that. Thanks in advance.