<?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 split outputs in splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513419#M87071</link>
    <description>&lt;P&gt;suricata is here:&lt;/P&gt;&lt;P&gt;/opt/splunkforwarder/etc/apps/TA-unified2/local/inputs.conf&lt;/P&gt;&lt;P&gt;Added an explicit call to _TCP_ROUTING&amp;nbsp; tho this should not be needed:&lt;/P&gt;&lt;P&gt;[monitor:///nsm/sensors/.../snortlogs/.../json_out.txt]&lt;BR /&gt;_TCP_ROUTING = lbssl&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; here&lt;BR /&gt;initCrcLength = 630&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;disabled = false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Also tried it without _TCP_ROUTING)&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2020 19:04:03 GMT</pubDate>
    <dc:creator>virginiatech199</dc:creator>
    <dc:date>2020-08-10T19:04:03Z</dc:date>
    <item>
      <title>How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513343#M87055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Running Splunk Universal Forwarder 7.3.6 (build 47d8552a4d84) on CentOS 7.&lt;/P&gt;&lt;P&gt;I am sending two logs -- suricata and bro - to indexers in AWS. The default splunk group for these two is lbssl&lt;/P&gt;&lt;P&gt;I want to split the two up like so:&lt;/P&gt;&lt;P&gt;suricata goes to lbssl (as it always has)&lt;/P&gt;&lt;P&gt;bro goes to NAD&lt;/P&gt;&lt;P&gt;Based on this thread: &lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-can-we-send-data-to-2-different-groups-of-indexers/td-p/280318" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/How-can-we-send-data-to-2-different-groups-of-indexers/td-p/280318&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have set my outputs.conf file&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;#ESG_072114_03&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;[tcpout]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;defaultGroup = lbssl&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;[tcpout:lbssl]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;compressed = true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;server = old-url.com:443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslCertPath = $SPLUNK_HOME/etc/auth/server.pem&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslPassword = long-encrypted-password-goes-here&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslRootCAPath = $SPLUNK_HOME/etc/apps/ssl_forwarder/cert/ca_chain.pem&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslVerifyServerCert = false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;[tcpout:NAD]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;compressed = true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;server = new-url-for-bro-NAD-flow:443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslCertPath = $SPLUNK_HOME/etc/auth/server.pem&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslPassword = another-long-encrypted-password-goes-here&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslRootCAPath = $SPLUNK_HOME/etc/apps/ssl_forwarder/cert/ca_chain.pem&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;sslVerifyServerCert = false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and in inputs.conf for the bro app added routing option:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;[default]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;_TCP_ROUTING = NAD&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;host=server-name-goes-here-01&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Never get any data for old-url which is the suricata flow that got to splunk before changes.&lt;/P&gt;&lt;P&gt;new-url-for-bro-NAD-flow does appear to get data.&lt;/P&gt;&lt;P&gt;Any thoughts on what is incorrect/misconfigured or additional needed configs would be helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 13:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513343#M87055</guid>
      <dc:creator>virginiatech199</dc:creator>
      <dc:date>2020-08-10T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513350#M87056</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if this is same UF for both files then you must set output per monitor like it has done on&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Can-single-forwarder-forward-data-to-two-different-indexer-s/td-p/71677" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Can-single-forwarder-forward-data-to-two-different-indexer-s/td-p/71677&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are using [default] it's used for all traffic.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513350#M87056</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-10T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513362#M87058</link>
      <description>&lt;P&gt;i'll let you know.....&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513362#M87058</guid>
      <dc:creator>virginiatech199</dc:creator>
      <dc:date>2020-08-10T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513372#M87060</link>
      <description>&lt;P&gt;Where is the input.conf defined for suricata?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:36:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513372#M87060</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-10T14:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513419#M87071</link>
      <description>&lt;P&gt;suricata is here:&lt;/P&gt;&lt;P&gt;/opt/splunkforwarder/etc/apps/TA-unified2/local/inputs.conf&lt;/P&gt;&lt;P&gt;Added an explicit call to _TCP_ROUTING&amp;nbsp; tho this should not be needed:&lt;/P&gt;&lt;P&gt;[monitor:///nsm/sensors/.../snortlogs/.../json_out.txt]&lt;BR /&gt;_TCP_ROUTING = lbssl&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; here&lt;BR /&gt;initCrcLength = 630&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;disabled = false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Also tried it without _TCP_ROUTING)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513419#M87071</guid>
      <dc:creator>virginiatech199</dc:creator>
      <dc:date>2020-08-10T19:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513420#M87072</link>
      <description>&lt;P&gt;For the moment, stand by on this question. Getting log errors&lt;/P&gt;&lt;P&gt;"08-10-2020 19:04:06.716 +0000 WARN TcpOutputProc - The TCP output processor has paused the data flow. Forwarding to output group NAD has been blocked for 200 seconds. This will probably stall the data flow towards indexing and other network outputs. Review the receiving system's health in the Splunk Monitoring Console. It is probably not accepting data."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checking with team that manages NAD; this is an AWS load balancer&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 19:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513420#M87072</guid>
      <dc:creator>virginiatech199</dc:creator>
      <dc:date>2020-08-10T19:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: How split outputs in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513538#M87085</link>
      <description>&lt;P&gt;can you try monitoring different file from same universal forwarder and this input stanza should use default routing which lbssl (I mean don't define _TCP_ROUTING). check if you see data coming into your AWS indexers. if you see data coming from the new input that means there is issue with fishbucket.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 09:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-split-outputs-in-splunk/m-p/513538#M87085</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-11T09:58:17Z</dc:date>
    </item>
  </channel>
</rss>

