<?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 indexed data to another syslog server? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252298#M48503</link>
    <description>&lt;P&gt;Unfortunately it did not work. &lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 16:22:00 GMT</pubDate>
    <dc:creator>satishsdange</dc:creator>
    <dc:date>2016-05-18T16:22:00Z</dc:date>
    <item>
      <title>How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252293#M48498</link>
      <description>&lt;P&gt;Hi Gang -&lt;/P&gt;

&lt;P&gt;I know this question has been asked and answered several times, but I could not fix my problem. Could someone please help me out&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat inputs.conf
[monitor:///var/log/syslog]
host = splunk_indx
sourcetype = syslog
root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat outputs.conf
[tcpout:syslog]
server = 54.169.86.31:514
sendCookedData = false


root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat props.conf
[syslog]
TRANSFORMS-forward = syslogTcpOut
root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat transforms.conf
[syslogTcpOut]
REGEX = .
DEST_KEY=_TCP_ROUTING
FORMAT=syslog
root@ip-172-31-26-78:/opt/splunk/etc/system/local#
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;BTW, I have referred this post &lt;A href="https://answers.splunk.com/answers/65818/forward-data-to-a-third-party-system.html"&gt;https://answers.splunk.com/answers/65818/forward-data-to-a-third-party-system.html&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;Thank you so much!!!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 15:47:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252293#M48498</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2016-05-17T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252294#M48499</link>
      <description>&lt;P&gt;The props and transforms should be in Heavy Forwarder/Indexers. It seems like you did all these on the forwarder itself. (read comment#4 on the reference answer)&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 15:55:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252294#M48499</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-05-17T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252295#M48500</link>
      <description>&lt;P&gt;Config is from indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 16:21:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252295#M48500</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2016-05-17T16:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252296#M48501</link>
      <description>&lt;P&gt;Any taker for this question?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 03:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252296#M48501</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2016-05-18T03:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252297#M48502</link>
      <description>&lt;P&gt;Hi satishsdange,&lt;/P&gt;

&lt;P&gt;I recomend you to change this in your configuration&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat outputs.conf
 [tcpout:syslog_forward]
 server = 54.169.86.31:514
 sendCookedData = false


 root@ip-172-31-26-78:/opt/splunk/etc/system/local# cat transforms.conf
 [syslogTcpOut]
 REGEX = .
 DEST_KEY=_TCP_ROUTING
 FORMAT=syslog_forward
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope i help you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 08:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252297#M48502</guid>
      <dc:creator>jmallorquin</dc:creator>
      <dc:date>2016-05-18T08:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward indexed data to another syslog server?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252298#M48503</link>
      <description>&lt;P&gt;Unfortunately it did not work. &lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 16:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-indexed-data-to-another-syslog-server/m-p/252298#M48503</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2016-05-18T16:22:00Z</dc:date>
    </item>
  </channel>
</rss>

