From 6d68a1fbf3ce6837b01d6ed6b74d5b7a49ef2ca9 Mon Sep 17 00:00:00 2001 From: Christian Lask Date: Wed, 27 Jul 2016 17:45:38 +0200 Subject: logstash: 1.5.3 -> 2.3.4 Note: the option to configure the watchdog timeout seems to be gone in the 2.3 series of Logstash. It complains about an unknown option and it is not in the source anymore. I am thus removing this configuration option to adjust the service to these changes, too. --- nixos/modules/services/logging/logstash.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nixos/modules/services/logging/logstash.nix') diff --git a/nixos/modules/services/logging/logstash.nix b/nixos/modules/services/logging/logstash.nix index 2c3016d27df..62f6e187ea0 100644 --- a/nixos/modules/services/logging/logstash.nix +++ b/nixos/modules/services/logging/logstash.nix @@ -51,12 +51,6 @@ in description = "Logging verbosity level."; }; - watchdogTimeout = mkOption { - type = types.int; - default = 10; - description = "Set watchdog timeout value in seconds."; - }; - filterWorkers = mkOption { type = types.int; default = 1; @@ -140,7 +134,6 @@ in "-w ${toString cfg.filterWorkers} " + ops havePluginPath "--pluginpath ${pluginPath} " + "${verbosityFlag} " + - "--watchdog-timeout ${toString cfg.watchdogTimeout} " + "-f ${writeText "logstash.conf" '' input { ${cfg.inputConfig} -- cgit 1.4.1