summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSheena Artrip <sheena.artrip@gmail.com>2016-06-20 21:21:55 -0400
committerSheena Artrip <sheena.artrip@gmail.com>2016-06-24 14:36:18 -0400
commite5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355 (patch)
treebcb6ad49c6934f7a698bc5fa764317303c2cc4a3 /nixos
parentb07051ce6c3ba3039c89b6755da279002b0c3ace (diff)
downloadnixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar.gz
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar.bz2
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar.lz
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar.xz
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.tar.zst
nixpkgs-e5fc302b1a0e4bdb7d39cdbfaa8bb2533610c355.zip
logstash: fix examples in service file
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/logging/logstash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/logstash.nix b/nixos/modules/services/logging/logstash.nix
index e019e6c3f23..2c3016d27df 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"
               ]
             }
           }