<?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 Unable to forward syslog to third-party syslog server in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341170#M166045</link>
    <description>&lt;P&gt;I have an all-in-one environment, which indexed VPN logs.  I also want to forward the vpn raw logs to the third party syslog servers.&lt;BR /&gt;
I have configured outputs, transforms, and props as the snapshot, however, It cannot forward any log out. &lt;/P&gt;

&lt;P&gt;09-18-2017 17:45:02.632 +0800 INFO  Metrics - group=syslog_connections, vpnsyslog:172.18.165.144:514:172.18.165.144:514, sourcePort=8089, destIp=172.18.165.144, destPort=514, _tcp_Bps=0.00, _tcp_KBps=0.00, _tcp_avg_thruput=0.00, _tcp_Kprocessed=0, _tcp_eps=0.00&lt;/P&gt;

&lt;P&gt;Anything wrong with my configuration?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:48:19 GMT</pubDate>
    <dc:creator>forrest_NUS</dc:creator>
    <dc:date>2020-09-29T15:48:19Z</dc:date>
    <item>
      <title>Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341170#M166045</link>
      <description>&lt;P&gt;I have an all-in-one environment, which indexed VPN logs.  I also want to forward the vpn raw logs to the third party syslog servers.&lt;BR /&gt;
I have configured outputs, transforms, and props as the snapshot, however, It cannot forward any log out. &lt;/P&gt;

&lt;P&gt;09-18-2017 17:45:02.632 +0800 INFO  Metrics - group=syslog_connections, vpnsyslog:172.18.165.144:514:172.18.165.144:514, sourcePort=8089, destIp=172.18.165.144, destPort=514, _tcp_Bps=0.00, _tcp_KBps=0.00, _tcp_avg_thruput=0.00, _tcp_Kprocessed=0, _tcp_eps=0.00&lt;/P&gt;

&lt;P&gt;Anything wrong with my configuration?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:48:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341170#M166045</guid>
      <dc:creator>forrest_NUS</dc:creator>
      <dc:date>2020-09-29T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341171#M166046</link>
      <description>&lt;P&gt;Hi forrest_NUS,&lt;BR /&gt;
did you disabled local Firewall on these ports?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 13:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341171#M166046</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-18T13:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341172#M166047</link>
      <description>&lt;P&gt;Hi Cusello,&lt;/P&gt;

&lt;P&gt;The firewall is enabled. &lt;/P&gt;

&lt;P&gt;I added default group in the outputs.conf,  and it forwarded all logs to the third-party Syslog server.&lt;BR /&gt;
However, my requirement is just forward selected source type to third-party.&lt;BR /&gt;
My previous outputs.conf was like following:&lt;BR /&gt;
[syslog]&lt;BR /&gt;
defaultGroup = vpnsyslog&lt;/P&gt;

&lt;P&gt;[syslog:vpnsyslog]&lt;BR /&gt;
server = 172.18.165.144:514&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 00:45:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341172#M166047</guid>
      <dc:creator>forrest_NUS</dc:creator>
      <dc:date>2017-09-19T00:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341173#M166048</link>
      <description>&lt;P&gt;Hi forrest_NUS,&lt;BR /&gt;
If firewall must remain enabled you have to configure it to open the port 514.&lt;BR /&gt;
Only for test, try to disable firewall and check if it's ok, then try to open Port 514.&lt;/P&gt;

&lt;P&gt;If the problem will remain, test all connections between Indexer and third party server using &lt;CODE&gt;telnet 172.18.165.144 514&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If it's still OK, verify with with tcpdump if there's traffic between Indexer and third party server.&lt;BR /&gt;
You could also verify using some tool to send a syslog to third party, in this way you can exclude connections issues and eventually search Splunk configuration problems.&lt;/P&gt;

&lt;P&gt;I suggest to verify connections because your Splunk configuration seems to be ok.&lt;/P&gt;

&lt;P&gt;Anyway problem is often local or remote firewall!&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 06:55:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341173#M166048</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-19T06:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341174#M166049</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;

&lt;P&gt;Thanks for your kindly reply. &lt;BR /&gt;
I have verified the udp connection, and it's Okay.&lt;/P&gt;

&lt;P&gt;The issue became when I remove the defaultGroup in the outputs.conf, then no sysslog send out, &lt;BR /&gt;
If I keep the defaultGroup, then all logs would send to the third-party, however, I just want to send selected source type logs to the third party.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Forrest &lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341174#M166049</guid>
      <dc:creator>forrest_NUS</dc:creator>
      <dc:date>2017-09-19T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to forward syslog to third-party syslog server</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341175#M166050</link>
      <description>&lt;P&gt;Only one final test: in props.conf try to modify stanza: when you use sourcetype you can directly insert sourcetype:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[juniper:sslvpn]
TRANSFORMS-syslog = syslog-out
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 07:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Unable-to-forward-syslog-to-third-party-syslog-server/m-p/341175#M166050</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-19T07:20:43Z</dc:date>
    </item>
  </channel>
</rss>

