graylog: remove geo ip stuff
This commit is contained in:
parent
59265377bd
commit
e1880ebe53
1 changed files with 2 additions and 1 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Reference in a new issue