<?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 index data which is forwarded to DNS? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268807#M51597</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;i have followed the way u specified but i could not see any events in indexer.&lt;BR /&gt;
on my forwarder i am getting a message as Forwarding to indexer group default-autolb-group blocked for 100 seconds.&lt;/P&gt;

&lt;P&gt;here is my outputs.conf&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = splunk-dns-test.XXXX:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://splunk-dns-test.test-XXXX:9997]&lt;/P&gt;

&lt;P&gt;and on my indexer i enabled listening &lt;/P&gt;

&lt;P&gt;can you please help me &lt;/P&gt;

&lt;P&gt;thanks &lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2016 20:20:54 GMT</pubDate>
    <dc:creator>saifuddin9122</dc:creator>
    <dc:date>2016-07-25T20:20:54Z</dc:date>
    <item>
      <title>How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268798#M51588</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am using DNS lists for load balancing. I am pointing my forwarders to send data to my DNS, but I was wondering how can an indexer listen for data which is being forwarded to DNS?&lt;/P&gt;

&lt;P&gt;I searched for document, but I could not find it, so can anyone please let me know how I can solve it?&lt;/P&gt;

&lt;P&gt;Is it simply by enabling the listening port on my indexers?&lt;BR /&gt;
or do I need any connection between my DNS and indexers?&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268798#M51588</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-07-21T20:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268799#M51589</link>
      <description>&lt;P&gt;You need to setup Indexer to receive data onto a port (e.g. 9997). Then you need to configure your DNS LB to forward oncoming traffic to that port (9997) on the Indexers, So here is how it'll look like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                To DNS LB                       Forward to 
Forwarders------------------&amp;gt; DNS LB --------------------&amp;gt; Indexers (receiving on 9997)
               on some port                Indexers on 
                say 9997                          port 9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268799#M51589</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-21T21:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268800#M51590</link>
      <description>&lt;P&gt;This is not recommended. This was being done at a previous company I consulted for and resulted in terrible performance, upon talking to a few at Splunk we discovered that the load balancers were breaking up the stream from the UF. It is much better to allow the SUFs to load balance for you - as they were designed.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268800#M51590</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2016-07-21T21:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268801#M51591</link>
      <description>&lt;P&gt;SUFs do you mean static list load balancing??&lt;/P&gt;

&lt;P&gt;can you please provide me some clear point what your are talking about LBS.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 13:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268801#M51591</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-07-22T13:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268802#M51592</link>
      <description>&lt;P&gt;Yes, the static list found in the outputs.conf.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Forwarding/Configureforwarderswithoutputs.confd#Define_typical_deployment_topologies"&gt;Load balancing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268802#M51592</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2016-07-22T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268803#M51593</link>
      <description>&lt;P&gt;ok thanks for clarification !!!&lt;/P&gt;

&lt;P&gt;working on both as a part of testing&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 16:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268803#M51593</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-07-22T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268804#M51594</link>
      <description>&lt;P&gt;It may be possible that what you are looking for is the &lt;A href="https://splunkbase.splunk.com/app/1809/"&gt;Splunk App for Stream&lt;/A&gt;.  Stream uses the underlying packet capturing mechanisms on the various platforms to capture data off the wire and send it in via the Forwarder.&lt;/P&gt;

&lt;P&gt;The topic is a bit lengthy to get into the solution here, I'd recommend reading and following the extensive documentation in the app and its areas themselves.&lt;/P&gt;

&lt;P&gt;The &lt;A href="https://splunkbase.splunk.com/app/1809/"&gt;Splunk App for Stream&lt;/A&gt;.&lt;BR /&gt;
How to &lt;A href="http://docs.splunk.com/Documentation/StreamApp/6.6.0/DeployStreamApp/InstallSplunkAppforStream"&gt;Install the Splunk App for Stream&lt;/A&gt;.&lt;BR /&gt;
One of the many pages on how to &lt;A href="http://docs.splunk.com/Documentation/StreamApp/6.6.0/DeployStreamApp/SetupStream"&gt;Easily Set Up the Splunk App for Stream&lt;/A&gt;.  "Easily" being relative, you know.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 01:29:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268804#M51594</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-07-24T01:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268805#M51595</link>
      <description>&lt;P&gt;Huh.  Somehow I didn't see any of the other comments against the original question.  This may not be your solution.  I'll leave it for now just in case, but no worries if it isn't.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 01:31:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268805#M51595</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-07-24T01:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268806#M51596</link>
      <description>&lt;P&gt;Please also keep in mind that Splunk app for Stream is a Splunk-supported free app - supported and free!&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2016 17:47:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268806#M51596</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-07-24T17:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268807#M51597</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;i have followed the way u specified but i could not see any events in indexer.&lt;BR /&gt;
on my forwarder i am getting a message as Forwarding to indexer group default-autolb-group blocked for 100 seconds.&lt;/P&gt;

&lt;P&gt;here is my outputs.conf&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = splunk-dns-test.XXXX:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://splunk-dns-test.test-XXXX:9997]&lt;/P&gt;

&lt;P&gt;and on my indexer i enabled listening &lt;/P&gt;

&lt;P&gt;can you please help me &lt;/P&gt;

&lt;P&gt;thanks &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 20:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268807#M51597</guid>
      <dc:creator>saifuddin9122</dc:creator>
      <dc:date>2016-07-25T20:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to index data which is forwarded to DNS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268808#M51598</link>
      <description>&lt;P&gt;Can you confirm with tcpdump (or wireshark depending on your OS) that the packets are being seen on your interface on the Splunk server?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 20:46:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-index-data-which-is-forwarded-to-DNS/m-p/268808#M51598</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-07-25T20:46:26Z</dc:date>
    </item>
  </channel>
</rss>

