<?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: dns resolving in search failed in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187233#M37435</link>
    <description>&lt;P&gt;You would be better off posting an example of specifically what does not work, rather than a non-specific "can't get to work".&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2014 22:33:41 GMT</pubDate>
    <dc:creator>grijhwani</dc:creator>
    <dc:date>2014-06-03T22:33:41Z</dc:date>
    <item>
      <title>dns resolving in search failed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187232#M37434</link>
      <description>&lt;P&gt;Hi Splunkers&lt;/P&gt;

&lt;P&gt;Using syslog output from Netfilter/Iptables. &lt;BR /&gt;
Reading it into Splunk, but cant get IP resolved to DNS.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Tried several links available. &lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/61853/resolve-ip-address"&gt;http://answers.splunk.com/answers/61853/resolve-ip-address&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/30075/dns-lookup-failing"&gt;http://answers.splunk.com/answers/30075/dns-lookup-failing&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/8051/dns-lookup-via-splunk"&gt;http://answers.splunk.com/answers/8051/dns-lookup-via-splunk&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Also tried Iptable and Lookup plugins &lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;No luck: whats next ? &lt;BR /&gt;
Would appreciate a fine Firewall dashboard, maybe there is a better solution around ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 17:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187232#M37434</guid>
      <dc:creator>wwillemsen1</dc:creator>
      <dc:date>2014-06-03T17:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: dns resolving in search failed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187233#M37435</link>
      <description>&lt;P&gt;You would be better off posting an example of specifically what does not work, rather than a non-specific "can't get to work".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 22:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187233#M37435</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-06-03T22:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: dns resolving in search failed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187234#M37436</link>
      <description>&lt;P&gt;Should not be complicated:&lt;BR /&gt;
I get a list of IPnrs form the remote syslog, fine, but whatever I try, nameresolution fails.&lt;BR /&gt;
It remains a list of IPnumber, I like to see names.&lt;/P&gt;

&lt;P&gt;Ihe links I mentioned deal with this issue, but no go here.&lt;BR /&gt;
What else to try ?&lt;/P&gt;

&lt;P&gt;(Even beter: a dashboard for Netfilter/IpTables, with graphs and all, but the ones available dont work properly. Ill get to that later.)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 15:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187234#M37436</guid>
      <dc:creator>wwillemsen1</dc:creator>
      <dc:date>2014-06-04T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: dns resolving in search failed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187235#M37437</link>
      <description>&lt;P&gt;Just post an &lt;EM&gt;EXAMPLE&lt;/EM&gt; of what doesn't work. Stop keep describing it and &lt;EM&gt;SHOW&lt;/EM&gt; us.  And post it in your question, not as an answer, which it is not.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 15:47:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187235#M37437</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-06-04T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: dns resolving in search failed</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187236#M37438</link>
      <description>&lt;P&gt;There, I fixed it. Case of RTFM, and proper field names. Also sorted the columns. Nice.&lt;/P&gt;

&lt;P&gt;host="192.168.x.x" | lookup dnslookup clientip as DST OUTPUT clienthost as DST_RESOLVED | lookup dnslookup clientip as SRC OUTPUT clienthost as SRC_RESOLVED  | Table _time SRC SRC_RESOLVED DST DST_RESOLVED PROTO DPT&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Digging in Netfilter-Iptables after this.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/dns-resolving-in-search-failed/m-p/187236#M37438</guid>
      <dc:creator>wwillemsen1</dc:creator>
      <dc:date>2020-09-28T16:49:00Z</dc:date>
    </item>
  </channel>
</rss>

