Member since
06-04-2019
4
Posts
0
Kudos Received
0
Solutions
06-21-2019
12:50 PM
Thank you! I was searching for the same thing and wondering why that was not working... I simply added the single quotes and now that's ok.
... View more
06-20-2019
01:31 PM
Hi, I had about the same need as your #1 ("split the logfiles into multiple flowfiles, one per every log record in the loggings") and didn't find at first how to proceed because I didn't manage to find a processor that would do that, but I believe I've found a workaround with 2 processors : * First Use a ReplaceText to capture your entire log pattern with a RegexReplace, and insert a delimiter at the end (or begining) of your log (a special character or string that you're sure not to find in the log content). * Then add a SplitContent processor to split the flowfile based on your delimiter (Put 'Use Byte Sequence Format' = Text and 'Byte Sequence' = your delimiter). Make sure 'Keep Byte Sequence' is set to false, so that once split your delimiter is erased. 'Byte Sequence Location' value depends on whether your added the delimiter at the begenning or end of your log. Now your logs flowfile will be split into separate flowfiles. Hope this helps.
... View more
06-19-2019
09:07 AM
Did you manage to solve your problem ? I have exactly the same kind of need and I don't find a solution, plus I don't have a fixed sequence (like your '2018'), so I need to split to several flowfiles based on a regex but I don't know how to do that.
... View more
06-04-2019
03:55 PM
I have exactly the same issue... I can increase the nifi.queue.swap.threshold but why does this happen in the first place ? Isn't the swap working at all ?
... View more