<div dir="ltr"><div>Just think about this as a pipeline that can:</div><div><br></div><div>1) deliver messages</div><div>2) fork to different paths and never join again (=> channel / log statement)</div><div>3) fork to different paths and then be joined again (=> junction)</div><div>4) at every fork, the message is cloned.<br></div><div><br></div><div>```</div><div><br></div><div><span style="font-family:courier new,monospace">        <a class="gmail_plusreply" id="plusReplyChip-1">+</a></span><span style="font-family:courier new,monospace">-- channel1 ---- destination<br></span></div><div><span style="font-family:courier new,monospace">       /<br></span></div><div><span style="font-family:courier new,monospace">src---+<br></span></div><div><span style="font-family:courier new,monospace">       \                  /----\<br></span></div><div><span style="font-family:courier new,monospace">        +-- channel 2----+      +----   destination<br></span></div><div><span style="font-family:courier new,monospace">                          \----/<br></span></div><div><span style="font-family:courier new,monospace">                         junction<br></span></div><div><span style="font-family:courier new,monospace">```</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 18, 2019 at 11:34 PM Fabien Wernli <<a href="mailto:wernli@in2p3.fr">wernli@in2p3.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, May 17, 2019 at 01:19:07PM +0000, Faine, Mark R. (MSFC-IS40)[NICS] wrote:<br>
> Thanks, that does help and I am putting in a fallback log path as the last log path.  I think junction/channel is very difficult to understand.  If/else is probably the easiest, log paths aren’t that bad, but junction/channel is very unintuitive to me.<br>
<br>
Channels are like individual if (without else) statements.<br>
Junctions are channel containers, all channels being connected downstream.<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" rel="noreferrer" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" rel="noreferrer" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" rel="noreferrer" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</blockquote></div>