graylog: remove geo ip stuff

This commit is contained in:
Ingolf Wagner 2020-03-06 15:28:38 +08:00
parent 59265377bd
commit e1880ebe53
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -47,7 +47,8 @@ in {
services.graylog.rootPasswordSha2 = services.graylog.rootPasswordSha2 =
lib.fileContents <secrets/graylog/root-password-hash>; lib.fileContents <secrets/graylog/root-password-hash>;
services.geoip-updater.enable = true; # not working at the moment
#services.geoip-updater.enable = true;
# https://wiki.splunk.com/Http_status.csv # https://wiki.splunk.com/Http_status.csv
environment.etc."graylog/server/httpCodes.csv" = { environment.etc."graylog/server/httpCodes.csv" = {