<?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 forwarding syslog to multiple endpoints in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116968#M24375</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to forwarded syslog data from a Splunk heavy forwarder to ArcSight. I can forward syslog to one ArcSight connector with no issues, but in order to scale I need to forward data to more than one connector. I cannot get that to work in Splunk.&lt;/P&gt;

&lt;P&gt;Currently using 5.0.5 will be upgrading to 6.0.2 in the next couple of weeks.&lt;/P&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;P&gt;[syslog:arcsight_receiver]&lt;BR /&gt;
server=xxxxxxx:514, xxxxxxx:514&lt;/P&gt;

&lt;P&gt;Data is being forwarded to the first target, but not the second.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 16:49:59 GMT</pubDate>
    <dc:creator>ebailey</dc:creator>
    <dc:date>2014-04-02T16:49:59Z</dc:date>
    <item>
      <title>forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116968#M24375</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to forwarded syslog data from a Splunk heavy forwarder to ArcSight. I can forward syslog to one ArcSight connector with no issues, but in order to scale I need to forward data to more than one connector. I cannot get that to work in Splunk.&lt;/P&gt;

&lt;P&gt;Currently using 5.0.5 will be upgrading to 6.0.2 in the next couple of weeks.&lt;/P&gt;

&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;P&gt;[syslog:arcsight_receiver]&lt;BR /&gt;
server=xxxxxxx:514, xxxxxxx:514&lt;/P&gt;

&lt;P&gt;Data is being forwarded to the first target, but not the second.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:49:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116968#M24375</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2014-04-02T16:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116969#M24376</link>
      <description>&lt;P&gt;Are you looking for cloning or load balancing?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116969#M24376</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-02T16:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116970#M24377</link>
      <description>&lt;P&gt;load balancing - we need to scale across multiple connectors&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116970#M24377</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2014-04-02T16:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116971#M24378</link>
      <description>&lt;P&gt;Okay - I think the syslog output doesn't support that. You've used the LB syntax that works with tcpout outputs for Splunk receivers, but &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/Admin/outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.2/Admin/outputsconf&lt;/A&gt; doesn't mention that ability:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
defaultGroup = &amp;lt;target_group&amp;gt;, &amp;lt;target_group&amp;gt;, ...

[syslog:&amp;lt;target_group&amp;gt;]
server = [&amp;lt;ip&amp;gt;|&amp;lt;servername&amp;gt;]:&amp;lt;port&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That doesn't include optional comma-separated LB alternatives &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 16:59:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116971#M24378</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-02T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116972#M24379</link>
      <description>&lt;P&gt;Thanks - the syntax seemed to imply it would work but I guess not. I saw the format with multiple target groups as the capability I needed.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 17:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116972#M24379</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2014-04-02T17:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116973#M24380</link>
      <description>&lt;P&gt;Specifying multiple target groups clones the data instead.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 18:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116973#M24380</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-02T18:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116974#M24381</link>
      <description>&lt;P&gt;Thanks for your help. Looks like I am out of luck.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 16:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116974#M24381</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2014-04-23T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116975#M24382</link>
      <description>&lt;P&gt;I have not tested this, but could something like this work?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype_or_source_of_your_choosing]
TRANSFORMS-my_syslog_group = send_to_server1,send_to_server2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[send_to_server1]
DEST_KEY = _SYSLOG_ROUTING
FORMAT = my_syslog_group1

[send_to_server2]
DEST_KEY = _SYSLOG_ROUTING
FORMAT = my_syslog_group2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog:my_syslog_group1]
server = myhostname1:514
type = tcp

[syslog:my_syslog_group2]
server = myhostname2:514
type = tcp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Apr 2014 18:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116975#M24382</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2014-04-23T18:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116976#M24383</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We tried it and had a peculiar behavior :&lt;BR /&gt;
1st attempt : all sourcetypes were forwarded but db data sourcetype&lt;BR /&gt;
2nd attempt none were forwarded to the second output, yet all were forwarded to the 1st one.&lt;/P&gt;

&lt;P&gt;Do you have any idea why?&lt;BR /&gt;
Any other solutions?&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:25:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116976#M24383</guid>
      <dc:creator>SarahSplunk123</dc:creator>
      <dc:date>2015-10-07T09:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: forwarding syslog to multiple endpoints</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116977#M24384</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;It can be done as in Dan's post :&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/4083/can-i-route-some-data-as-syslog-output-to-multiple-destinations.html"&gt;http://answers.splunk.com/answers/4083/can-i-route-some-data-as-syslog-output-to-multiple-destinations.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/forwarding-syslog-to-multiple-endpoints/m-p/116977#M24384</guid>
      <dc:creator>SarahSplunk123</dc:creator>
      <dc:date>2015-10-07T11:36:13Z</dc:date>
    </item>
  </channel>
</rss>

