feat: add comprehensive access logging to Graylog with GeoIP
- Add fluent-bit inputs for Caddy access logs (JSON) and SSH logs - Create GeoIP task to download MaxMind GeoLite2-City database - Mount GeoIP database in Graylog container - Enable Gitea access logging via environment variables - Add parsers.conf for Caddy JSON log parsing - Remove unused nosql/redis container and configuration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -159,6 +159,7 @@
|
||||
GRAYLOG_MONGODB_URI: "mongodb://127.0.0.1:27017/graylog"
|
||||
volumes:
|
||||
- "{{ graylog_path }}/graylog/data:/usr/share/graylog/data:z"
|
||||
- "{{ geoip_path }}/{{ geoip_database_edition }}.mmdb:/etc/graylog/server/GeoLite2-City.mmdb:ro"
|
||||
requires:
|
||||
- graylog-mongo
|
||||
- graylog-opensearch
|
||||
|
||||
Reference in New Issue
Block a user