<?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: Map visualization is not available with Pivot. Is there an efficient workaround? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110574#M6258</link>
    <description>&lt;P&gt;uppsss too many open tabs, so I pasted the wrong URL! Updated the answer to point to the correct URL. And yes, from the pivot editor you're not able to create a map directly &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2014 12:30:25 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-11-11T12:30:25Z</dc:date>
    <item>
      <title>Map visualization is not available with Pivot. Is there an efficient workaround?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110571#M6255</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;just found out that there is no map visualization available if you use Pivot.&lt;/P&gt;

&lt;P&gt;You can add attributes to get the geo location data from an IP address but you can't visualize it, currently.&lt;/P&gt;

&lt;P&gt;Only workaround I see is the &lt;STRONG&gt;'| datamodel'&lt;/STRONG&gt; command:&lt;/P&gt;

&lt;P&gt;Example: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    | datamodel MyModel WebSales search | geostats latfield=WebSales.clientip_lat longfield=WebSales.clientip_long 
      sum(WebSales.price) by WebSales.product_id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is a lot of typing... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Any other idea?&lt;/P&gt;

&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110571#M6255</guid>
      <dc:creator>hsesterhenn</dc:creator>
      <dc:date>2014-11-11T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Map visualization is not available with Pivot. Is there an efficient workaround?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110572#M6256</link>
      <description>&lt;P&gt;Hi hsesterhenn,&lt;/P&gt;

&lt;P&gt;here is a good tutorial for some other way to get a map using data model:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.function1.com/2014/09/extending-the-power-of-pivot"&gt;http://www.function1.com/2014/09/extending-the-power-of-pivot&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/SearchReference/Tstats"&gt;tstats&lt;/A&gt; would be another command that could be used &lt;/P&gt;

&lt;P&gt;hope that helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110572#M6256</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-11T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Map visualization is not available with Pivot. Is there an efficient workaround?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110573#M6257</link>
      <description>&lt;P&gt;Well. &lt;/P&gt;

&lt;P&gt;The first one is JS magic. Looks cool but not exactly my point. &lt;BR /&gt;
And no map mantioned there?????&lt;/P&gt;

&lt;P&gt;I was talking about the Splunk Pivot function which relies on a data model.&lt;/P&gt;

&lt;P&gt;TStats... that's another option, indeed. Pipe this output to geostats.&lt;/P&gt;

&lt;P&gt;But it's only working if you have accelerated the data model.&lt;/P&gt;

&lt;P&gt;Would look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|&amp;nbsp;tstats .... | iplocation ip_field ... | geostats ... 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Turn it into a map.&lt;/P&gt;

&lt;P&gt;Good idea. Still manual work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Holger&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110573#M6257</guid>
      <dc:creator>hsesterhenn</dc:creator>
      <dc:date>2014-11-11T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Map visualization is not available with Pivot. Is there an efficient workaround?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110574#M6258</link>
      <description>&lt;P&gt;uppsss too many open tabs, so I pasted the wrong URL! Updated the answer to point to the correct URL. And yes, from the pivot editor you're not able to create a map directly &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 12:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110574#M6258</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-11T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Map visualization is not available with Pivot. Is there an efficient workaround?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110575#M6259</link>
      <description>&lt;P&gt;Sorry, missed the edited link completely...&lt;/P&gt;

&lt;P&gt;Cool stuff and tips... worth trying!&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 20:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Map-visualization-is-not-available-with-Pivot-Is-there-an/m-p/110575#M6259</guid>
      <dc:creator>hsesterhenn</dc:creator>
      <dc:date>2015-09-02T20:37:12Z</dc:date>
    </item>
  </channel>
</rss>

