<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to forward from HF to a RFC5424 syslog target in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699248#M115867</link>
    <description>&lt;P&gt;Of course you're using inputs.conf. Without it you'd have no inputs. Question is &lt;EM&gt;what&lt;/EM&gt; inputs you get your data from. Is it a simple tcp:// or udp:// input and you're receiving data directly on your indexer (which you shouldn't)? Is it an intermediate syslog daemon writing to files which are read by UF? Is it something else?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 07:09:09 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-09-17T07:09:09Z</dc:date>
    <item>
      <title>How to forward from HF to a RFC5424 syslog target</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699191#M115863</link>
      <description>&lt;P&gt;Good day,&lt;BR /&gt;I'm trying to setup the HF to forward to an additional syslog target which expects the RFC5424 (Grafana Alloy)&amp;nbsp;so far the HF is reaching the syslog target but then the target complains about missing priority and I'm not sure&amp;nbsp;if this because of the RFC5424 vs RFC3164&lt;/P&gt;&lt;P&gt;I've tried the following outputs.conf option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[syslog:my_syslog_group]
disabled = false
server = grafana-alloy.svc.cluster.local:51898
type = tcp
#other tested variant priority = &amp;lt;NO_PRI&amp;gt;
priority = &amp;lt;34&amp;gt;
#tested with or without timeformat
timestampformat = %b %e %H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;How can i make sure that the HF syslog forward is using the RFC5424 format?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 14:49:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699191#M115863</guid>
      <dc:creator>MattKr</dc:creator>
      <dc:date>2024-09-16T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward from HF to a RFC5424 syslog target</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699208#M115864</link>
      <description>&lt;P&gt;How are you getting the original data? Splunk has many great features but it's not a fully-blown syslog receiver/processor. If you're receiving them using syslog as well it would probably be better to use rsyslog/syslog-ng to receive the event and forward it from there (and send another copy to Splunk over HEC)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 18:25:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699208#M115864</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-16T18:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward from HF to a RFC5424 syslog target</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699212#M115865</link>
      <description>&lt;P&gt;The documentation for outputs.conf.spec specifically mentions RFC3164 so I don't believe Splunk has the configuration to support RFC5424 the way you want.&lt;/P&gt;&lt;P&gt;Honestly I would look at a packet capture at the destination from a good source and a relayed via Splunk HF to confirm.&amp;nbsp; However, I wouldn't get your hopes up that Splunk will relay the way you want.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 19:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699212#M115865</guid>
      <dc:creator>dural_yyz</dc:creator>
      <dc:date>2024-09-16T19:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward from HF to a RFC5424 syslog target</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699229#M115866</link>
      <description>&lt;P&gt;inputs.conf is used for the incoming data.&lt;/P&gt;&lt;P&gt;It's the chain: inputs, props and transforms to syslog described&amp;nbsp; &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Forwarding/Forwarddatatothird-partysystemsd" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to transform to RFC5424 this way but i doubt it's possible or is it?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 21:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699229#M115866</guid>
      <dc:creator>MattKr</dc:creator>
      <dc:date>2024-09-16T21:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward from HF to a RFC5424 syslog target</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699248#M115867</link>
      <description>&lt;P&gt;Of course you're using inputs.conf. Without it you'd have no inputs. Question is &lt;EM&gt;what&lt;/EM&gt; inputs you get your data from. Is it a simple tcp:// or udp:// input and you're receiving data directly on your indexer (which you shouldn't)? Is it an intermediate syslog daemon writing to files which are read by UF? Is it something else?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 07:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-from-HF-to-a-RFC5424-syslog-target/m-p/699248#M115867</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-09-17T07:09:09Z</dc:date>
    </item>
  </channel>
</rss>

