I am wanted to split this txt file into separate flow files at the spaces.
I am very new to nifi and regex and am unsure of which processor and properties I will need.
For example:
srcip=10.10.10.10 timestamp=152532431 action="denied" logver=12 tz="UTC+0" logid="0000012" dstip=12.12.12.12
This snippet is part of a long line that I need to split up at the spaces
So here I would have 6 separate flow files.
Any help appreciated.