From 7a48a1e2cd8460e1b1f4b02739a0dccf24340b55 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Thu, 15 Aug 2019 18:56:58 +0200 Subject: [PATCH] use hostnames --- hosts/containers/logging/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/containers/logging/configuration.nix b/hosts/containers/logging/configuration.nix index 6213d81c..553fb672 100644 --- a/hosts/containers/logging/configuration.nix +++ b/hosts/containers/logging/configuration.nix @@ -63,10 +63,10 @@ enable = true; passwordSecret = "SDwK3ug9U4gYSVtj3h22i0l57QO6p5RE58sNehAgU3vXgqGa2HuNyhL19vhoUKFqy28rqGfDQkRD5834NqPi5wLsy8H1hz5V"; # mongo.serv.zentralwerk. ? - elasticsearchHosts = [ "http://172.20.73.15:9200" ]; + elasticsearchHosts = [ "http://elastic1.serv.zentralwerk.org:9200" ]; rootPasswordSha2 = "3e784172684dcd89d66175b8719cd7894cc96b454ef1d5aa74bd92b3c57da7cd"; # mongo.serv.zentralwerk. ? - mongodbUri = "mongodb://172.20.73.14/graylog"; + mongodbUri = "mongodb://mongo.serv.zentralwerk.org/graylog"; extraConfig = '' http_bind_address = 0.0.0.0:9000 elasticsearch_shards = 1