<?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 Is it possible to resolve an IP Address from a URL in the Search &amp; Reporting app? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224446#M66113</link>
    <description>&lt;P&gt;How do I get the IP from a URL?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Nov 2015 10:28:06 GMT</pubDate>
    <dc:creator>tonifrommknecht</dc:creator>
    <dc:date>2015-11-11T10:28:06Z</dc:date>
    <item>
      <title>Is it possible to resolve an IP Address from a URL in the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224446#M66113</link>
      <description>&lt;P&gt;How do I get the IP from a URL?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 10:28:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224446#M66113</guid>
      <dc:creator>tonifrommknecht</dc:creator>
      <dc:date>2015-11-11T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to resolve an IP Address from a URL in the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224447#M66114</link>
      <description>&lt;P&gt;Yes, you can use a scripted lookup, which will do a reverse DNS check on a given URL.&lt;/P&gt;

&lt;P&gt;Please check the example here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Knowledge/Addfieldsfromexternaldatasources#Example_of_external_fields_lookup"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.4/Knowledge/Addfieldsfromexternaldatasources#Example_of_external_fields_lookup&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is for an older version of Splunk, but the script is still shipped, and can be used as described.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 13:32:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224447#M66114</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2015-11-11T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to resolve an IP Address from a URL in the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224448#M66115</link>
      <description>&lt;P&gt;Use rex command in search, use sedcmd in props.  Did you want to make the ip address an indexed field or search time extraction?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  |rex field=urlField "[regex_to_capture_ip]"

  |rex field=urlField "(?&amp;lt;IP&amp;gt;(\d+\.\d+\.\d+\.\d+))"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Nov 2015 13:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224448#M66115</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-11-11T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to resolve an IP Address from a URL in the Search &amp; Reporting app?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224449#M66116</link>
      <description>&lt;P&gt;To use DNS in order to resolve a CNAME like yahoo.com to its A or AAAA records, please use the answer posed by DMohn.&lt;/P&gt;

&lt;P&gt;If you have an IP address in a URL field, please use my answer.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 13:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-resolve-an-IP-Address-from-a-URL-in-the-Search/m-p/224449#M66116</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-11-13T13:20:16Z</dc:date>
    </item>
  </channel>
</rss>

