From e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355 Mon Sep 17 00:00:00 2001 From: Sheena Artrip Date: Mon, 20 Jun 2016 21:21:55 -0400 Subject: [PATCH] logstash: fix examples in service file --- nixos/modules/services/logging/logstash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/logging/logstash.nix b/nixos/modules/services/logging/logstash.nix index e019e6c3f237..2c3016d27df8 100644 --- a/nixos/modules/services/logging/logstash.nix +++ b/nixos/modules/services/logging/logstash.nix @@ -105,7 +105,7 @@ in prune { whitelist_names => [ "type", "@timestamp", "@version", - "MESSAGE", "PRIORITY", "SYSLOG_FACILITY", + "MESSAGE", "PRIORITY", "SYSLOG_FACILITY" ] } }