I would like to see if the geoip database is being downloaded. Getting information from Bard, it tells me that I need to create a file on my server here:
/var/log/geoip/geoip.log
I have done this but the geoip.log file is empty. First question, is this correct? Second question how can I trigger Elasticsearch to download the geoip database so that I can see if the log file gets updated.
I wonder if the reason I'm not seeing any successful downloads is due to me not allowing outside access to post 9200. Are the geoip database updates done through post 9200?
No, the geoip databases are downloaded from geoip.elastic.co using port 443.
Do you have any ingest pipeline using the geoip processor? It will only download the database if you have at least one ingest pipeline using the geoip processor.
The documentation has more information on what will be downloaded and from where.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.