<?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: several host subset send other splunk-server? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44618#M22132</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The big problem seems to be that you, by default in &lt;CODE&gt;outputs.conf&lt;/CODE&gt;, send all events to &lt;CODE&gt;a-output&lt;/CODE&gt;, and then have a special configuration for your FW-data in &lt;CODE&gt;transforms.conf&lt;/CODE&gt; to send it to the same place (&lt;CODE&gt;a-output&lt;/CODE&gt;). &lt;/P&gt;

&lt;P&gt;Also, the destination seems to be the host where data originated (192.168.1.5), which seems a bit odd.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;UPDATE:&lt;/P&gt;

&lt;P&gt;add an extra (group of) indexer(s) in the &lt;CODE&gt;outputs.conf&lt;/CODE&gt; that specifies a separate indexer. There is no need to set autoLB=true, since that is a default value.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = a-output
indexAndForward = 1

[tcpout:a-output]
server=your_ordinary_indexer:port

[tcpout:fw-group]
server=your_firewall_indexer:port
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you use the transform for the firewall data to use &lt;CODE&gt;fw-group&lt;/CODE&gt; instead of &lt;CODE&gt;a-output&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
    <pubDate>Sun, 06 May 2012 10:46:11 GMT</pubDate>
    <dc:creator>kristian_kolb</dc:creator>
    <dc:date>2012-05-06T10:46:11Z</dc:date>
    <item>
      <title>several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44617#M22131</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;
I have a three host in indexer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I'm only one host, send another splunk-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;but, all host send another splunk-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;where is bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;-- inputs.conf --&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514] 
connection_host = ip 
index = main 
sourcetype = test_syslog 
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;-- props.conf --&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[host::192.168.1.5]
TRANSFORMS-data1 = change-index1, change-source1, fw-forward 

[host::192.168.1.4] 
TRANSFORMS-data2 = change-index2, change-source2 

[host::192.168.1.3] 
TRANSFORMS-data3 = change-index3, change-source3 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;-- transforms.conf --&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[change-index1]
DEST_KEY = _MetaData:Index
REGEX=.
FORMAT = IDX_1

[change-source1]
DEST_KEY = MetaData:Source
REGEX=.
FORMAT = source::firewall-1

[fw-forward]
REGEX=.
DEST_KEY = _TCP_ROUTING
FORMAT = a-output
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;-- outputs.conf --&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = a-output
indexAndForward = 1

[tcpout:a-output]
autoLB=true
server=192.168.1.5:9004
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;</description>
      <pubDate>Sun, 06 May 2012 09:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44617#M22131</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2012-05-06T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44618#M22132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The big problem seems to be that you, by default in &lt;CODE&gt;outputs.conf&lt;/CODE&gt;, send all events to &lt;CODE&gt;a-output&lt;/CODE&gt;, and then have a special configuration for your FW-data in &lt;CODE&gt;transforms.conf&lt;/CODE&gt; to send it to the same place (&lt;CODE&gt;a-output&lt;/CODE&gt;). &lt;/P&gt;

&lt;P&gt;Also, the destination seems to be the host where data originated (192.168.1.5), which seems a bit odd.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;UPDATE:&lt;/P&gt;

&lt;P&gt;add an extra (group of) indexer(s) in the &lt;CODE&gt;outputs.conf&lt;/CODE&gt; that specifies a separate indexer. There is no need to set autoLB=true, since that is a default value.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = a-output
indexAndForward = 1

[tcpout:a-output]
server=your_ordinary_indexer:port

[tcpout:fw-group]
server=your_firewall_indexer:port
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you use the transform for the firewall data to use &lt;CODE&gt;fw-group&lt;/CODE&gt; instead of &lt;CODE&gt;a-output&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 10:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44618#M22132</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-06T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44619#M22133</link>
      <description>&lt;P&gt;Do you know how?&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 11:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44619#M22133</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2012-05-06T11:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44620#M22134</link>
      <description>&lt;P&gt;see update above. /k&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 13:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44620#M22134</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-06T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44621#M22135</link>
      <description>&lt;P&gt;Thanks you for answer my question.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 14:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44621#M22135</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2012-05-06T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44622#M22136</link>
      <description>&lt;P&gt;Please mark it as answered and/or upvote if this solved your problem. Thanks. /k&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2012 14:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44622#M22136</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-05-06T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: several host subset send other splunk-server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44623#M22137</link>
      <description>&lt;P&gt;kristian. &lt;BR /&gt;
The problem was solved.&lt;BR /&gt;
thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2012 03:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/several-host-subset-send-other-splunk-server/m-p/44623#M22137</guid>
      <dc:creator>khyoung7410</dc:creator>
      <dc:date>2012-05-07T03:43:11Z</dc:date>
    </item>
  </channel>
</rss>

