kibana: remove kibana
This commit is contained in:
parent
26032cf23f
commit
5c20aaad6d
2 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
./grafana.nix
|
||||
./graylog.nix
|
||||
./jenkins.nix
|
||||
./kibana.nix
|
||||
#./kibana.nix
|
||||
#./lektor-gaykraft.nix
|
||||
#./lektor-terranix.nix
|
||||
./mail-fetcher.nix
|
||||
|
|
|
@ -23,8 +23,10 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.elasticsearch.enable = true;
|
||||
services.mongodb.enable = true;
|
||||
services.elasticsearch.enable = true;
|
||||
services.elasticsearch.listenAddress =
|
||||
"${config.networking.hostName}.private";
|
||||
|
||||
services.graylog.enable = true;
|
||||
services.graylog.elasticsearchHosts =
|
||||
|
|
Loading…
Reference in a new issue