<?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 Google map  like kaspersky map in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167940#M47862</link>
    <description>&lt;P&gt;I have used the exact use case that OP has which is how I know it will work.  As far as needing the actual lat/long values, &lt;CODE&gt;iplocation&lt;/CODE&gt; provides those, too (which is how the visualization works) as well as other location details.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2015 23:29:13 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-08-11T23:29:13Z</dc:date>
    <item>
      <title>Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167935#M47857</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I project to realize a map of all attack on fortinet firewall like kaspersky cyber attack map.&lt;/P&gt;

&lt;P&gt;I receive log by Syslog on firewall and have source and destination ip inside. I create a pivot to convert ip to longitude and latitude. &lt;/P&gt;

&lt;P&gt;On Google maps app, i use this search &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;| pivot localisation rsique values(dstip_lat) values(dstip_lon)| geonormalize
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I have this result in event tab with correct geo coordinates (i mask data) but i have no point on map.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/547iE99E5116CA34B32E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Any idea ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167935#M47857</guid>
      <dc:creator>pmloikju</dc:creator>
      <dc:date>2015-08-11T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167936#M47858</link>
      <description>&lt;P&gt;The geoip app is no longer necessary because the feature is now built into Splunk via the &lt;CODE&gt;iplocation&lt;/CODE&gt; command so try this on the search bar (not in a dashboard):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | iplocation YourIPAddressFieldName
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then click on the Visualization tab, click on the leftmost menu/control (just under the word "Events") and select Map. You no longer need Google at all.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 22:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167936#M47858</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-11T22:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167937#M47859</link>
      <description>&lt;P&gt;For the map visualization, I think it's geostats, not iplocation?&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Visualizationreference#Maps"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Visualizationreference#Maps&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Geostats"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Geostats&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#map"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/PanelreferenceforSimplifiedXML#map&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167937#M47859</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-08-11T23:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167938#M47860</link>
      <description>&lt;P&gt;I got a populated world map doing it exactly the way that I described.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167938#M47860</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-11T23:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167939#M47861</link>
      <description>&lt;P&gt;Okay, but... Iplocation does a lookup specifically for geographic information pertaining to IP addresses. If they have geographic data, then they appear on the map. If they don't, the event will have empty fields.&lt;/P&gt;

&lt;P&gt;geostats is the general purpose search command to populate the map visualization.&lt;/P&gt;

&lt;P&gt;Happy to upvote your tested answer here, because the OP is asking about IP addresses. But wanted to provide the broader context for future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167939#M47861</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-08-11T23:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167940#M47862</link>
      <description>&lt;P&gt;I have used the exact use case that OP has which is how I know it will work.  As far as needing the actual lat/long values, &lt;CODE&gt;iplocation&lt;/CODE&gt; provides those, too (which is how the visualization works) as well as other location details.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167940#M47862</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-11T23:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167941#M47863</link>
      <description>&lt;P&gt;Thanks !&lt;/P&gt;

&lt;P&gt;It's look great but i have no location data.&lt;/P&gt;

&lt;P&gt;Is it need to configure a database for  &lt;CODE&gt;iplocation&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/546iBB7C943F2079BD03/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 08:42:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167941#M47863</guid>
      <dc:creator>pmloikju</dc:creator>
      <dc:date>2015-08-12T08:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167942#M47864</link>
      <description>&lt;P&gt;You cannot pass a &lt;CODE&gt;multivalued&lt;/CODE&gt; field, try it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| pivot localisation risque values(dstip) | rename values(dstip) AS dstip | mvexpand dstip | iplocation dstip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:07:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167942#M47864</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-12T13:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167943#M47865</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| pivot localisation rsique values(dstip)  | rename values(dstip) AS dstip | mvexpand dstip | iplocation dstip | geostats  count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Nice ! I got blue dot to each location on map with search bar but not in dashboard.&lt;/P&gt;

&lt;P&gt;Now i will customize the map, with this i think:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/CustomChartingConfig-Overview"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/CustomChartingConfig-Overview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 15:20:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167943#M47865</guid>
      <dc:creator>pmloikju</dc:creator>
      <dc:date>2015-08-12T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Google map  like kaspersky map</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167944#M47866</link>
      <description>&lt;P&gt;Exactly, you should be able to save your search as a dashboard/panel using the "Save As" link.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 15:46:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Google-map-like-kaspersky-map/m-p/167944#M47866</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-12T15:46:34Z</dc:date>
    </item>
  </channel>
</rss>

