<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Setup Central Logging Server with Rsyslog in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 09 Mar 2022 21:36:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Bhuvan		</title>
		<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1736194</link>

		<dc:creator><![CDATA[Bhuvan]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30899#comment-1736194</guid>

					<description><![CDATA[Did you get any solution for this situation? Am facing the same issue.]]></description>
			<content:encoded><![CDATA[<p>Did you get any solution for this situation? Am facing the same issue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio		</title>
		<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1537012</link>

		<dc:creator><![CDATA[Antonio]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30899#comment-1537012</guid>

					<description><![CDATA[Hi Everyone,

I would like to share with the community about a critical instruction &#039;&lt;strong&gt;rsyslog&lt;/strong&gt;&#039; which is mandatory in order to make work exporting to &lt;strong&gt;CentOS 7/RHEL 8&lt;/strong&gt; as a logs server with mariadb-mysql database.

Very usefull in uses with &quot;&lt;strong&gt;Adiscon LogAnalyzer WebApp&lt;/strong&gt;&quot;. You just need to add to the &quot;&lt;strong&gt;/etc/rsyslog.conf&lt;/strong&gt;&quot; file as follows gère :
&lt;pre&gt;
$ModLoad ommysql
$ActionOmmysqlServerPort 1234
*.* :ommysql:database-server,database-name,database-userid,database-password
&lt;/pre&gt;
Hoping to help others... 
Best regards,
Antonio]]></description>
			<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I would like to share with the community about a critical instruction &#8216;<strong>rsyslog</strong>&#8216; which is mandatory in order to make work exporting to <strong>CentOS 7/RHEL 8</strong> as a logs server with mariadb-mysql database.</p>
<p>Very usefull in uses with &#8220;<strong>Adiscon LogAnalyzer WebApp</strong>&#8220;. You just need to add to the &#8220;<strong>/etc/rsyslog.conf</strong>&#8221; file as follows gère :</p>
<pre>
$ModLoad ommysql
$ActionOmmysqlServerPort 1234
*.* :ommysql:database-server,database-name,database-userid,database-password
</pre>
<p>Hoping to help others&#8230;<br />
Best regards,<br />
Antonio</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dachshund Digital		</title>
		<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1492195</link>

		<dc:creator><![CDATA[Dachshund Digital]]></dc:creator>
		<pubDate>Mon, 17 May 2021 18:22:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30899#comment-1492195</guid>

					<description><![CDATA[The &#039;stop&#039; is still wrong, it generates configuration error unless the given stop is the LAST line in the rsyslog configuration chain. I as chain, because &lt;strong&gt;/etc/rsyslog.d&lt;/strong&gt; context is injected before any defined rules in the actual &lt;strong&gt;/etc/rsyslog.conf&lt;/strong&gt; file.  

A typical &lt;strong&gt;rsyslog.conf&lt;/strong&gt; local file will have additional local rules defined. What happens right now, with &#039;&#038; stop&#039; replacing &#039;&#038; ~&#039; as I said the configuration error reported.  If the stop directive is removed, then you get some local files populated as expected, and others directed to a directory that holds local information.  

This can and will be confusing to support personnel.  You need to add a test of the hostname and if the hostname IS NOT the local system name then and only then the template (rule) is leveraged.  Doing this should leave local file content alone as is often defined in the actual rsyslog.conf file.]]></description>
			<content:encoded><![CDATA[<p>The &#8216;stop&#8217; is still wrong, it generates configuration error unless the given stop is the LAST line in the rsyslog configuration chain. I as chain, because <strong>/etc/rsyslog.d</strong> context is injected before any defined rules in the actual <strong>/etc/rsyslog.conf</strong> file.  </p>
<p>A typical <strong>rsyslog.conf</strong> local file will have additional local rules defined. What happens right now, with &#8216;&amp; stop&#8217; replacing &#8216;&amp; ~&#8217; as I said the configuration error reported.  If the stop directive is removed, then you get some local files populated as expected, and others directed to a directory that holds local information.  </p>
<p>This can and will be confusing to support personnel.  You need to add a test of the hostname and if the hostname IS NOT the local system name then and only then the template (rule) is leveraged.  Doing this should leave local file content alone as is often defined in the actual rsyslog.conf file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edongkido		</title>
		<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1485298</link>

		<dc:creator><![CDATA[Edongkido]]></dc:creator>
		<pubDate>Mon, 03 May 2021 18:50:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30899#comment-1485298</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1337295&quot;&gt;Steffen&lt;/a&gt;.

Thank you! this saves me a lot of time!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1337295">Steffen</a>.</p>
<p>Thank you! this saves me a lot of time!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1337573</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 16 Jun 2020 04:52:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30899#comment-1337573</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1337295&quot;&gt;Steffen&lt;/a&gt;.

@Steffen

Many thanks, ones again for sharing this. We are truly grateful.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-rsyslog-centralized-logging-in-centos-ubuntu/comment-page-1/#comment-1337295">Steffen</a>.</p>
<p>@Steffen</p>
<p>Many thanks, ones again for sharing this. We are truly grateful.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
