Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
add graylog plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Feb 19, 2019
1 parent cd1a762 commit 585e435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/adapay.nix
Expand Up @@ -533,6 +533,7 @@ in {
};
graylog = {
enable = true;
plugins = with pkgs.graylogPlugins [ "auth_sso" "pagerduty" "slack" ];
elasticsearchHosts = [ "http://graylog:9200" ];
inherit (graylogCreds) rootPasswordSha2 passwordSecret;
};
Expand Down

0 comments on commit 585e435

Please sign in to comment.