<?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: MaxMind Database Update does not affect  searches results in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/535844#M24375</link>
    <description>&lt;P&gt;Hi Aatom,&lt;/P&gt;&lt;P&gt;Yes, I finally figured out MaxMind changed their method regarding DB accesses.&lt;/P&gt;&lt;P&gt;In order to get the database up to date, you now need to have an account on maxmind.&lt;/P&gt;&lt;P&gt;Here's the page describing the new policies:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.maxmind.com/geoip/geoip2/geolite2/" target="_blank"&gt;https://dev.maxmind.com/geoip/geoip2/geolite2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you have signed up, you need to generate a license key as described in this page:&amp;nbsp;&lt;A href="https://dev.maxmind.com/geoip/geoip-direct-downloads/" target="_blank"&gt;https://dev.maxmind.com/geoip/geoip-direct-downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm on an outdated version of splunk, I chose to not integrate it through a splunk custom command even it would be more convenient to raise an alert in case of download failure.&lt;/P&gt;&lt;P&gt;Personaly, I use the following script scheduled on my deployment server crontab in order to refresh datas:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; #!/bin/bash

 cd /opt/splunk/share
 cp GeoLite2-City.mmdb GeoLite2-City.mmdb.old
 wget -O GeoLite2-City.tar.gz "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&amp;amp;license_key=MYLICENSEKEY&amp;amp;suffix=tar.gz" || { echo 'Could not download MaxMind GeoIP DB, exiting.' ; exit 1; }
 tar --strip-components=1  -zxf GeoLite2-City.tar.gz
 chmod 644 GeoLite2-City.mmdb&lt;/LI-CODE&gt;&lt;P&gt;Since I've updated the script to use License Key (just replace "MYLICENSEKEY" by your own in the script) everything is working smoothly again and my customer is happier to have threat source locations on their dashboards&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answer is hepling you to get correct the issue you are facing as it seems pretty similar to the one I faced.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Xavier.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 14:12:10 GMT</pubDate>
    <dc:creator>lenorxav</dc:creator>
    <dc:date>2021-01-14T14:12:10Z</dc:date>
    <item>
      <title>MaxMind Database Update does not affect  searches results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474187#M24371</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm having an issue with maxming GeoLite database update.&lt;/P&gt;

&lt;P&gt;Even I'm updating the database on Splunk the Country found for some IPs still be incorrect when using iplocation command.&lt;/P&gt;

&lt;P&gt;What I did on Splunk:&lt;BR /&gt;
Checked IPs showing Country mismatch are updated in the new version of the DB&lt;BR /&gt;
Update GeoLite database on all search heads, indexers and deployment server&lt;BR /&gt;
Restarted all Splunk infrastructure&lt;/P&gt;

&lt;P&gt;Splunk version : Entreprise 6.3.2&lt;/P&gt;

&lt;P&gt;Can you please help me figure why Splunk seems still using old database datas even it doesn't exists anymore?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 08:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474187#M24371</guid>
      <dc:creator>lenorxav</dc:creator>
      <dc:date>2020-04-09T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: MaxMind Database Update does not affect  searches results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474188#M24372</link>
      <description>&lt;P&gt;Update on all search heads AND indexers involved which you mentioned. &lt;BR /&gt;
So did you replace the DB or put it in another location and use conf to point at it?&lt;BR /&gt;
&lt;A href="http://www.georgestarcher.com/splunk-updating-the-geoip-database/"&gt;http://www.georgestarcher.com/splunk-updating-the-geoip-database/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 17:26:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474188#M24372</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2020-04-09T17:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: MaxMind Database Update does not affect  searches results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474189#M24373</link>
      <description>&lt;P&gt;Hi Starcher,&lt;/P&gt;

&lt;P&gt;I've replaced the DB, there's no specific modification on the conf to point to another location.&lt;/P&gt;

&lt;P&gt;I'm using the default $SPLUNK_HOME/share/ location for DB.&lt;/P&gt;

&lt;P&gt;What I'm doing in update process:&lt;BR /&gt;
- Rename previous version of the database to GeoLite2-City.mmdb.old&lt;BR /&gt;
- Download new version and change the file rights to 644&lt;/P&gt;

&lt;P&gt;Since it didn't work as usual, I performed a rolling-restart of search head cluster and a restrt of indexers.&lt;/P&gt;

&lt;P&gt;So far, it still be inconclusive, the old datas are persistent.&lt;/P&gt;

&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 07:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/474189#M24373</guid>
      <dc:creator>lenorxav</dc:creator>
      <dc:date>2020-04-10T07:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: MaxMind Database Update does not affect  searches results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/535731#M24374</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/208995"&gt;@lenorxav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you find a resolution to this issue? I am having a similar problem where I updated the mmdb but it is not reflecting on the SH. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 22:55:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/535731#M24374</guid>
      <dc:creator>Aatom</dc:creator>
      <dc:date>2021-01-13T22:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: MaxMind Database Update does not affect  searches results</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/535844#M24375</link>
      <description>&lt;P&gt;Hi Aatom,&lt;/P&gt;&lt;P&gt;Yes, I finally figured out MaxMind changed their method regarding DB accesses.&lt;/P&gt;&lt;P&gt;In order to get the database up to date, you now need to have an account on maxmind.&lt;/P&gt;&lt;P&gt;Here's the page describing the new policies:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.maxmind.com/geoip/geoip2/geolite2/" target="_blank"&gt;https://dev.maxmind.com/geoip/geoip2/geolite2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you have signed up, you need to generate a license key as described in this page:&amp;nbsp;&lt;A href="https://dev.maxmind.com/geoip/geoip-direct-downloads/" target="_blank"&gt;https://dev.maxmind.com/geoip/geoip-direct-downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm on an outdated version of splunk, I chose to not integrate it through a splunk custom command even it would be more convenient to raise an alert in case of download failure.&lt;/P&gt;&lt;P&gt;Personaly, I use the following script scheduled on my deployment server crontab in order to refresh datas:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; #!/bin/bash

 cd /opt/splunk/share
 cp GeoLite2-City.mmdb GeoLite2-City.mmdb.old
 wget -O GeoLite2-City.tar.gz "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&amp;amp;license_key=MYLICENSEKEY&amp;amp;suffix=tar.gz" || { echo 'Could not download MaxMind GeoIP DB, exiting.' ; exit 1; }
 tar --strip-components=1  -zxf GeoLite2-City.tar.gz
 chmod 644 GeoLite2-City.mmdb&lt;/LI-CODE&gt;&lt;P&gt;Since I've updated the script to use License Key (just replace "MYLICENSEKEY" by your own in the script) everything is working smoothly again and my customer is happier to have threat source locations on their dashboards&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answer is hepling you to get correct the issue you are facing as it seems pretty similar to the one I faced.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Xavier.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 14:12:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/MaxMind-Database-Update-does-not-affect-searches-results/m-p/535844#M24375</guid>
      <dc:creator>lenorxav</dc:creator>
      <dc:date>2021-01-14T14:12:10Z</dc:date>
    </item>
  </channel>
</rss>

