Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-30 18:15:05 +00:00
committed by GitHub
353 changed files with 2868 additions and 1956 deletions
+1 -2
View File
@@ -159,10 +159,9 @@ in
###### implementation
config = mkIf cfg.enable {
systemd.services.logstash = with pkgs; {
systemd.services.logstash = {
description = "Logstash Daemon";
wantedBy = [ "multi-user.target" ];
environment = { JAVA_HOME = jre; };
path = [ pkgs.bash ];
serviceConfig = {
ExecStartPre = ''${pkgs.coreutils}/bin/mkdir -p "${cfg.dataDir}" ; ${pkgs.coreutils}/bin/chmod 700 "${cfg.dataDir}"'';
+1
View File
@@ -120,6 +120,7 @@ let
};
};
passthru.elkPackages = elk;
testScript = ''
import json