Member since
09-23-2022
3
Posts
0
Kudos Received
0
Solutions
03-18-2025
07:55 AM
Is there any reason for which the provenance repository would not start deleting files once it has reached the maxStorage limit ? In my case even though nifi.provenance.repository.max.storage.size=10 GB, its not deleting anything. But when checking the files in provenance, it seems its following the days limit as the oldest file is 7 days old. There are a lot of toc tmp files under the folder. nifi.provenance.repository.max.storage.time=7 days Anything I should look into for this ?
... View more
05-30-2023
03:28 AM
Sorry @Neil_1992 where could I find nifi.service file, to add this property ?
... View more
01-12-2023
01:03 PM
In my case I have to fetch a particular key value from a json array. I was trying to do $.[key] but it just splits the array into separate json files. Is there any solution for this ? I wanted the split array as {"test1", "test2"} Jsonarray example: [{"key":"test1", "name":"testName"}, {"key":"test2", "name":"testName2"}]
... View more