telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.87k stars 1.08k forks source link

Geoip ASN not working #1346

Closed adamjanzen closed 1 year ago

adamjanzen commented 1 year ago

Since code push f438be7, the ASN lookup hasn't worked. I checked, and the MaxMind databases are being updated.

Perhaps the Logstash configuration should be updated to point at the ASN database that is auto-updated by Logstash (/usr/share/logstash/data/plugins/filters/geoip/...), so that it uses it?

t3chn0m4g3 commented 1 year ago

Thanks. The default_database_type needs to be set as described here. Setting the path will disable the automatic updates. Images are being currently build and will be available soon.

t3chn0m4g3 commented 1 year ago

Images are now available. Thanks again for reporting and please leave feedback if this also fixes it for you.

adamjanzen commented 1 year ago

Image change worked, thanks!

t3chn0m4g3 commented 1 year ago

Awesome, thanks for the swift feedback!