<?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 Google Maps - Where to install in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29575#M778</link>
    <description>&lt;P&gt;We have our search heads pooled in batches of 4. I installed Google Maps into the shared application directory and have restarted all search heads, but I'm encountering an error when trying to use the geoip command. &lt;STRONG&gt;Streamed search execute failed because: Error in 'script': Getinfo probe failed for external search command 'geoip'&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Should I be installing this app on all of our indexers? Should I install it on our deployment server and then have one of our serverClasses handle getting it to our search heads and/or indexers?&lt;/P&gt;

&lt;P&gt;I see this error referenced in quite a few places on SplunkBase, but I'm not really finding a similar situation to compare ours to.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Feb 2013 23:42:14 GMT</pubDate>
    <dc:creator>pkeller</dc:creator>
    <dc:date>2013-02-12T23:42:14Z</dc:date>
    <item>
      <title>Google Maps - Where to install</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29575#M778</link>
      <description>&lt;P&gt;We have our search heads pooled in batches of 4. I installed Google Maps into the shared application directory and have restarted all search heads, but I'm encountering an error when trying to use the geoip command. &lt;STRONG&gt;Streamed search execute failed because: Error in 'script': Getinfo probe failed for external search command 'geoip'&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Should I be installing this app on all of our indexers? Should I install it on our deployment server and then have one of our serverClasses handle getting it to our search heads and/or indexers?&lt;/P&gt;

&lt;P&gt;I see this error referenced in quite a few places on SplunkBase, but I'm not really finding a similar situation to compare ours to.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 23:42:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29575#M778</guid>
      <dc:creator>pkeller</dc:creator>
      <dc:date>2013-02-12T23:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - Where to install</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29576#M779</link>
      <description>&lt;P&gt;You can test if this is a distributed search issue where it's trying to execute the command on the Indexers by using splunk_server in a search and piping to geoip:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... splunk_server=localhost | geoip src_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If running the command local on the search head solves the issue, you can make a more permanent solution to tell Splunk to execute the command only on search heads, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;COMMANDS.CONF:
[geoip]
local=true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2013 23:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29576#M779</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2013-02-13T23:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - Where to install</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29577#M780</link>
      <description>&lt;P&gt;I was running into the same problem today. We have 4 Indexers and 7 Search Heads running. First In installed Google Maps on one of the Search Heads, resulting in the same error message stated above.&lt;BR /&gt;
Then I have installed it on one of the indexers and run the geoip command locally on this Indexer, which was running fine. In the last step I installed the app on all 4 Indexers, and then it was running fine fro the Search Head as well.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:50:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29577#M780</guid>
      <dc:creator>nhamel</dc:creator>
      <dc:date>2013-04-26T11:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - Where to install</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29578#M781</link>
      <description>&lt;P&gt;Ron,&lt;/P&gt;

&lt;P&gt;If you run the geoip from the search head Only, Will you still get the data from the indexers?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 15:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29578#M781</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2013-12-03T15:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps - Where to install</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29579#M782</link>
      <description>&lt;P&gt;you will, but you will not be able to utilize any distributed map(reduce) function on geoip / geostats part,that will be on the search head&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Google-Maps-Where-to-install/m-p/29579#M782</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2014-04-28T12:51:30Z</dc:date>
    </item>
  </channel>
</rss>

