<?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: Oldskool (Syslog) Meets Newskool (Loki)	</title>
	<atom:link href="https://labs.lux4rd0.com/2021/01/oldskool-syslog-meets-newskool-loki/feed/" rel="self" type="application/rss+xml" />
	<link>https://labs.lux4rd0.com/2021/01/oldskool-syslog-meets-newskool-loki/</link>
	<description>Create. Experience. Share. Do.</description>
	<lastBuildDate>Sat, 18 Nov 2023 22:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Daniel		</title>
		<link>https://labs.lux4rd0.com/2021/01/oldskool-syslog-meets-newskool-loki/#comment-53</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 18:49:56 +0000</pubDate>
		<guid isPermaLink="false">https://labs.lux4rd0.com/?p=151#comment-53</guid>

					<description><![CDATA[great post that has inspired me to set this up on my home lab. I loaded your dashboard but in my case, all the hostname are missing in the middle panel. i do see a large numberic number but sometimes says No Data in the that panel but don&#039;t see all the host as the screenshot in your tutorial. any thoughts?

 count_over_time({host=~&quot;$host&quot;, job=&quot;syslog&quot;} [$__interval] &#124;~ &quot;$free_form_filter&quot; &#124;~ &quot;$filter&quot;)

I do see all my host on the Log Line Counts By Host (Unfiltered). i also see Logs By Host on the bottom panel.

Thoughts?]]></description>
			<content:encoded><![CDATA[<p>great post that has inspired me to set this up on my home lab. I loaded your dashboard but in my case, all the hostname are missing in the middle panel. i do see a large numberic number but sometimes says No Data in the that panel but don&#8217;t see all the host as the screenshot in your tutorial. any thoughts?</p>
<p> count_over_time({host=~&#8221;$host&#8221;, job=&#8221;syslog&#8221;} [$__interval] |~ &#8220;$free_form_filter&#8221; |~ &#8220;$filter&#8221;)</p>
<p>I do see all my host on the Log Line Counts By Host (Unfiltered). i also see Logs By Host on the bottom panel.</p>
<p>Thoughts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anon		</title>
		<link>https://labs.lux4rd0.com/2021/01/oldskool-syslog-meets-newskool-loki/#comment-51</link>

		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Mon, 24 Jan 2022 21:23:40 +0000</pubDate>
		<guid isPermaLink="false">https://labs.lux4rd0.com/?p=151#comment-51</guid>

					<description><![CDATA[Here is the complete config needed, so that syslog-ng does not crash and can use default-network-drivers

@version: 3.29
@include &quot;scl.conf&quot;

source s_local {
    internal();
};

source s_network {
    default-network-drivers(
    );
};

destination d_loki {
    syslog(&quot;promtail&quot; transport(&quot;tcp&quot;) port(&quot;1514&quot;));
};

log {
        source(s_local);
        source(s_network);
        destination(d_loki);
};]]></description>
			<content:encoded><![CDATA[<p>Here is the complete config needed, so that syslog-ng does not crash and can use default-network-drivers</p>
<p>@version: 3.29<br />
@include &#8220;scl.conf&#8221;</p>
<p>source s_local {<br />
    internal();<br />
};</p>
<p>source s_network {<br />
    default-network-drivers(<br />
    );<br />
};</p>
<p>destination d_loki {<br />
    syslog(&#8220;promtail&#8221; transport(&#8220;tcp&#8221;) port(&#8220;1514&#8221;));<br />
};</p>
<p>log {<br />
        source(s_local);<br />
        source(s_network);<br />
        destination(d_loki);<br />
};</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
