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
|
./grafana.nix
|
||||||
./graylog.nix
|
./graylog.nix
|
||||||
./jenkins.nix
|
./jenkins.nix
|
||||||
./kibana.nix
|
#./kibana.nix
|
||||||
#./lektor-gaykraft.nix
|
#./lektor-gaykraft.nix
|
||||||
#./lektor-terranix.nix
|
#./lektor-terranix.nix
|
||||||
./mail-fetcher.nix
|
./mail-fetcher.nix
|
||||||
|
|
|
@ -23,8 +23,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.elasticsearch.enable = true;
|
|
||||||
services.mongodb.enable = true;
|
services.mongodb.enable = true;
|
||||||
|
services.elasticsearch.enable = true;
|
||||||
|
services.elasticsearch.listenAddress =
|
||||||
|
"${config.networking.hostName}.private";
|
||||||
|
|
||||||
services.graylog.enable = true;
|
services.graylog.enable = true;
|
||||||
services.graylog.elasticsearchHosts =
|
services.graylog.elasticsearchHosts =
|
||||||
|
|
Loading…
Reference in a new issue