<?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: Putting Google Maps onto a Dashboard in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138900#M11826</link>
    <description>&lt;P&gt;You cannot convert it to advancedXML by editor. You need to change the domain as I explained. Add "?howsource=advanced"&lt;BR /&gt;
(&lt;A href="http://localhost:8000/en-US/app/search/my_view?showsource=advanced"&gt;http://localhost:8000/en-US/app/search/my_view?showsource=advanced&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2014 02:19:49 GMT</pubDate>
    <dc:creator>appleman</dc:creator>
    <dc:date>2014-04-23T02:19:49Z</dc:date>
    <item>
      <title>Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138897#M11823</link>
      <description>&lt;P&gt;I'm not entirely certain I understand how to put Google Maps stuff onto a standard Splunk search dashboard.  I'm trying to add a map of the data from one of the searches to a dashbaord to display that data, but I'm not understanding what I have to do to put the XML data into there.  Can someone give me a little bit of guidance getting started?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:33:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138897#M11823</guid>
      <dc:creator>teward001</dc:creator>
      <dc:date>2014-04-22T18:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138898#M11824</link>
      <description>&lt;P&gt;Here is what I always do to add Google Map into a dashboard.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Create a dashboard base (no map) in splunk dashboard. (Simple XML)&lt;/LI&gt;
&lt;LI&gt;Convert the simpleXML to advancedXML -&amp;gt; Try below.
(&lt;A href="http://localhost:8000/en-US/app/search/my_view?showsource=advanced"&gt;http://localhost:8000/en-US/app/search/my_view?showsource=advanced&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;In Google Map app, create a query that you want to add.&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Add the below module into the splunk dashboard.&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="HiddenSearch" layoutpanel="panel_row1_col1" autorun="true"&gt;&lt;BR /&gt;
      &lt;OBJECT&gt;&lt;PARAM name="search" /&gt;YOUR SEARCH&lt;BR /&gt;
      &lt;PARAM name="earliest" /&gt;-24h@h&lt;BR /&gt;
      &lt;MODULE name="GoogleMaps"&gt;&lt;BR /&gt;
          &lt;PARAM name="height" /&gt;500px&lt;BR /&gt;
          &lt;PARAM name="mapType" /&gt;roadmap&lt;BR /&gt;
          &lt;PARAM name="scrollwheel" /&gt;off&lt;BR /&gt;
      &lt;/MODULE&gt;&lt;BR /&gt;
  &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Put your query created in GoogleMap app in "YOUR SEARCH".&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 01:10:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138898#M11824</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-04-23T01:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138899#M11825</link>
      <description>&lt;P&gt;Is it possible to add this as its own item on a preexisting dashboard at all?  As well, this did not work, there was no way to apply these changes in the link you provided, and no apparent way to get to advancedXML in the editor.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 02:04:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138899#M11825</guid>
      <dc:creator>teward001</dc:creator>
      <dc:date>2014-04-23T02:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138900#M11826</link>
      <description>&lt;P&gt;You cannot convert it to advancedXML by editor. You need to change the domain as I explained. Add "?howsource=advanced"&lt;BR /&gt;
(&lt;A href="http://localhost:8000/en-US/app/search/my_view?showsource=advanced"&gt;http://localhost:8000/en-US/app/search/my_view?showsource=advanced&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 02:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138900#M11826</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-04-23T02:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138901#M11827</link>
      <description>&lt;P&gt;I did that, but even in that URL you've stated, there's no way to commit the changes.  After I have the AdvancedXML, where does that go?  Does that go to the "Edit Source", get pasted, and then saved, or what?  Considering that I"m new to Splunk, you might have to deal with the more noobish questions from me.  &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 03:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138901#M11827</guid>
      <dc:creator>teward001</dc:creator>
      <dc:date>2014-04-23T03:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138902#M11828</link>
      <description>&lt;P&gt;I'm sorry, I missed the part. Once you convert to advanced one, then you have to copy all advancedXML module in XML source box, and pasted (replace) it the original simpleXML on the splunk dashboard.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 03:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138902#M11828</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2014-04-23T03:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138903#M11829</link>
      <description>&lt;P&gt;This didn't work, it now triggers an error message about not being able to generate the dashboard, as well as these: Misconfigured view 'test_dashboard' - layoutPanel is not defined for module GoogleMaps.  Misconfigured view 'test_dashboard' - layoutPanel is not defined for module HiddenSearch.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:27:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138903#M11829</guid>
      <dc:creator>teward001</dc:creator>
      <dc:date>2020-09-28T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138904#M11830</link>
      <description>&lt;P&gt;The module "layoutpanel="panel_row1_col1" defines where you put your panel on the dashboard. I need to see your module, but if you defines "panel_row1_col1", the panel should be on the top left. If you can share your XML that would help.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:27:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138904#M11830</guid>
      <dc:creator>appleman</dc:creator>
      <dc:date>2020-09-28T16:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Putting Google Maps onto a Dashboard</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138905#M11831</link>
      <description>&lt;P&gt;Can someone please explain step 4? I'm new to splunk and need some detailed info.&lt;BR /&gt;
thanks heaps.&lt;BR /&gt;
cheers,&lt;BR /&gt;
Parth&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2014 04:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Putting-Google-Maps-onto-a-Dashboard/m-p/138905#M11831</guid>
      <dc:creator>pandyaparth</dc:creator>
      <dc:date>2014-07-30T04:46:19Z</dc:date>
    </item>
  </channel>
</rss>

