<?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: Splunk v6: GeoIP usage without pivot in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105858#M27498</link>
    <description>&lt;P&gt;Hey zigi, thanks. Fast and precise as always &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;
Whichgeoip ddatabase is shipped with Splunk by default? Is there a way to replace it, eg. with a commercial version of maxmind?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2013 23:05:55 GMT</pubDate>
    <dc:creator>Simon</dc:creator>
    <dc:date>2013-10-18T23:05:55Z</dc:date>
    <item>
      <title>Splunk v6: GeoIP usage without pivot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105856#M27496</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;In Splunk v6, when using datamodels, I can add GeoIP information to ipv4 attributes.&lt;BR /&gt;
Is it somehow possible, to use this GeoIP informations in a common search for later adding to a native map panel in a dashboard?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Simon&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 13:41:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105856#M27496</guid>
      <dc:creator>Simon</dc:creator>
      <dc:date>2013-10-18T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6: GeoIP usage without pivot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105857#M27497</link>
      <description>&lt;P&gt;You can use the &lt;CODE&gt;iplocation&lt;/CODE&gt; search command to manually add location information based on IPv4 address in a search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined | iplocation clientip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In order to drive maps in dashboards with that information it's recommended to use the &lt;CODE&gt;geostats&lt;/CODE&gt; command, which precomputes aggregated information for multiple zoom levels:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined | iplocation clientip | geostats count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=access_combined | iplocation clientip | geostats count by method
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Oct 2013 22:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105857#M27497</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2013-10-18T22:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6: GeoIP usage without pivot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105858#M27498</link>
      <description>&lt;P&gt;Hey zigi, thanks. Fast and precise as always &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;BR /&gt;
Whichgeoip ddatabase is shipped with Splunk by default? Is there a way to replace it, eg. with a commercial version of maxmind?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 23:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105858#M27498</guid>
      <dc:creator>Simon</dc:creator>
      <dc:date>2013-10-18T23:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6: GeoIP usage without pivot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105859#M27499</link>
      <description>&lt;P&gt;I think you can point to any tile server using the mapping.tileLayer.url attribute of the &lt;MAP&gt; element in simple XML; see &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/MAP&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2013 00:36:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105859#M27499</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2013-10-19T00:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk v6: GeoIP usage without pivot</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105860#M27500</link>
      <description>&lt;P&gt;ChrisG: Thanks for pointing this out, but I was more asking for another IPv4 to location translation data base.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2013 08:16:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-v6-GeoIP-usage-without-pivot/m-p/105860#M27500</guid>
      <dc:creator>Simon</dc:creator>
      <dc:date>2013-10-19T08:16:14Z</dc:date>
    </item>
  </channel>
</rss>

