Could anyone tell me the difference between the following two commands -
1 - node1 : text("/home/tariq/file1") | agentSink("localhost",35853);
node2 : collectorSource(35853) |
collectorSink("file:///home/tariq/","fff");
2 - node1 : text("/home/tariq/file1") | agentSink("localhost",35853);
node2 : collectorSource(35853) |
collectorSink("file/home/tariq/","fff%{rolltag}");Regards, Mohammad Tariq
