Re: how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Russell Bateman
ng my own entrypoint ( which will call the nifi start.sh at the end) In my entrypoint, I will call another script that will mimic the nifi script.sh. In this new script , I will add something like : prop_replace ‘nifi.content.repository.archive.

Re: how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Breno Cesar
call the nifi start.sh at the end) > > In my entrypoint, I will call another script that will mimic the nifi > script.sh. In this new script , I will add something like : > > > > prop_replace ‘nifi.content.repository.archive.max.retention.period' > "${NIFI_CON

RE: how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Nicolas Belot
'nifi.content.repository.archive.max.retention.period' "${NIFI_CONTENT_REPOSITORY_ARCHIVE_MAX_RETENTION_PERIOD:-'12 hours"}" Regards From: Breno Cesar Sent: Tuesday, February 22, 2022 3:07 PM To: users@nifi.apache

Re: how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Russell Bateman
0:01, Nicolas Belot escreveu: Hello everyone. I use a docker image of nifi and I need to tune nifi.content.repository.archive.max.retention.period. Is there a way to simply  set it up through an env variable ? I read the start.sh script but nifi.content.repository.arch

Re: how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Breno Cesar
ello everyone. > > > > I use a docker image of nifi and I need to tune > nifi.content.repository.archive.max.retention.period. > > > > Is there a way to simply set it up through an env variable ? > > > > I read the start.sh script but > nifi.content.repository.

how to setup nifi.content.repository.archive.max.retention.period in a Nifi docker image ?

2022-02-22 Thread Nicolas Belot
Hello everyone. I use a docker image of nifi and I need to tune nifi.content.repository.archive.max.retention.period. Is there a way to simply set it up through an env variable ? I read the start.sh script but nifi.content.repository.archive.max.retention.period does not appear in this

Re: nifi.content.repository.archive.max.retention.period

2016-04-06 Thread Aldrin Piri
ctory.default=./repositories/content_repository > nifi.content.repository.archive.max.retention.period=12 hours > nifi.content.repository.archive.max.usage.percentage=50% > nifi.content.repository.archive.enabled=true > nifi.content.repository.always.sync=false > nifi.content.viewer.url=/nifi-content-viewer/ >

nifi.content.repository.archive.max.retention.period

2016-03-22 Thread Andre
itory nifi.content.claim.max.appendable.size=10 MB nifi.content.claim.max.flow.files=100 nifi.content.repository.directory.default=./repositories/content_repository nifi.content.repository.archive.max.retention.period=12 hours nifi.content.repository.archive.max.usage.percentage=50% nifi.content.repository.archive.en