<?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: Selectively forwarding syslog to a syslog server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28435#M4859</link>
    <description>&lt;P&gt;If you want to forward a subset of your events as syslog, read this document :&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Dec 2012 01:07:54 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2012-12-28T01:07:54Z</dc:date>
    <item>
      <title>Selectively forwarding syslog to a syslog server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28431#M4855</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a number of syslog feeds coming into my indexer on udp port 514.&lt;/P&gt;

&lt;P&gt;I want to forward the syslog from one of the hosts on to another syslog server.&lt;/P&gt;

&lt;P&gt;I have set up entries in inputs.conf, props.conf, and transforms.conf, and can successfully forward all syslog data to the syslog server, but cannot do as the manual suggests, and forward from one host.&lt;/P&gt;

&lt;P&gt;If I use [syslog] as the stanza name in props.conf, all syslog gets forwarded as one would expect.&lt;/P&gt;

&lt;P&gt;If I use [source::upd:514] as the stanza in props.conf, the same - all syslog gets forwarded.&lt;/P&gt;

&lt;P&gt;If however, I do as the manual suggests, and use [host::hostname] - nothing gets forwarded.  I have also tried using the IP Address instead of the hostname, still nothing.&lt;/P&gt;

&lt;P&gt;Am I missing something obvious here ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2011 13:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28431#M4855</guid>
      <dc:creator>JovanMilosevic</dc:creator>
      <dc:date>2011-12-05T13:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Selectively forwarding syslog to a syslog server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28432#M4856</link>
      <description>&lt;P&gt;I believe hostname is referring to the value of host that is set in conjunction with a monitored file.&lt;/P&gt;

&lt;P&gt;Being that you are receiving these files via udp, your inputs.conf might look something like this:&lt;/P&gt;

&lt;P&gt;[udp://514]&lt;BR /&gt;
connection_host = syslog.company.com&lt;BR /&gt;
sourcetype = ltm_log&lt;BR /&gt;
source = ltm&lt;/P&gt;

&lt;P&gt;In this example, you would set hostname to syslog.company.com in props.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28432#M4856</guid>
      <dc:creator>AppServices</dc:creator>
      <dc:date>2020-09-28T12:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selectively forwarding syslog to a syslog server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28433#M4857</link>
      <description>&lt;P&gt;Have a look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/outputsconf"&gt;specs for outputs.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;At the end of that page , you will find a section detailing how to configure props.conf, transforms.conf and outputs.conf to route events to another syslog server&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2012 20:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28433#M4857</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-10-25T20:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selectively forwarding syslog to a syslog server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28434#M4858</link>
      <description>&lt;P&gt;Why manual are you referring to?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2012 21:13:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28434#M4858</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-10-25T21:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selectively forwarding syslog to a syslog server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28435#M4859</link>
      <description>&lt;P&gt;If you want to forward a subset of your events as syslog, read this document :&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Deploy/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 01:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Selectively-forwarding-syslog-to-a-syslog-server/m-p/28435#M4859</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-12-28T01:07:54Z</dc:date>
    </item>
  </channel>
</rss>

