Please, kindly help.
I am trying to do Minifi - Nifi s2s communication.
So, i was trying to generate a flow file(to use for minifi) on one of Secured Nifi cluster nodes.
- i dropped an input port on the root canvas & connected it to putfile processor
- i created a process group. I dropped tailfile processor & Remote Process Group processor inside it.
- I configured RPG with the url of the root canvas
I don't actually know what i am doing wrong because all my configurations seems to be good.
# Site to Site properties
nifi.remote.input.host=masternode
nifi.remote.input.secure=true
nifi.remote.input.socket.port=10000
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
Below are the the pics.