% ----------------------------
\begin{frame}[fragile]

\frametitle{Config Files}

Configuration is done in \code{/etc/rsyslog.conf} and
\code{/etc/rsyslog.d} 

Order matters, so I prepend configuration snippets with numbers:

\begin{itemize}

\item \code{/etc/rsyslog.d/00-AllowedHosts.conf}

\item \code{/etc/rsyslog.d/40-Windows-Servers.conf}

\item \code{/etc/rsyslog.d/99-EverythingElse.conf}

\end{itemize}

In general rules need to begin in the first column (no spaces) and
they should be on one line. 

The Debian config file forces snippets to end in \code{.conf}

%\begin{codeblock}
%$IncludeConfig /etc/rsyslog.d/*.conf
%\end{codeblock}

\end{frame} % end frame 

