Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nifi data provenance in Apache NiFi Processors goes away. Anyway to stop it from doing that?

Apache NiFi Processors automatically remove data provenance information after a few minutes. Is there a setting I can adjust to extend this period? We require this data for debugging purposes.

like image 473
hln98 Avatar asked Oct 21 '25 18:10

hln98


1 Answers

Provenance storage is configurable in nifi.properties. You should take a look at the Persistent Provenance Repository Properties section, which controls the provenance record retention by both time and total size of the provenance data set. The defaults are 24 hours / 1 GB.

# Persistent Provenance Repository Properties
nifi.provenance.repository.directory.default=./provenance_repository
nifi.provenance.repository.max.storage.time=24 hours
nifi.provenance.repository.max.storage.size=1 GB
like image 54
James Avatar answered Oct 23 '25 07:10

James



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!