From 6a483946ef4bf514eff202fd4278d21859418557 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Wed, 15 Oct 2014 11:20:27 -0400 Subject: [PATCH] Removed extra Brace --- TimberWinR.ServiceHost/default.json | 50 ++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/TimberWinR.ServiceHost/default.json b/TimberWinR.ServiceHost/default.json index fd463ee..1b7eab4 100644 --- a/TimberWinR.ServiceHost/default.json +++ b/TimberWinR.ServiceHost/default.json @@ -1,6 +1,6 @@ { "TimberWinR": { - "Inputs": { + "Inputs": { "WindowsEvents": [ { "source": "Application,System", @@ -8,35 +8,35 @@ "resolveSIDS": true } ], - "Tcp": [ + "Tcp": [ { - "_comment": "Output from NLog", + "_comment": "Output from NLog", "port": 5140 } ] - }, - "Filters":[ - { - "grok":{ - "condition": "[EventTypeName] == \"Information Event\"", - "match":[ - "Text", - "" - ], - "drop": "true" - } - }] }, - "Outputs": { - "Redis": [ - { - "_comment": "Change the host to your Redis instance", - "port": 6379, - "host": [ - "logaggregator.vistaprint.svc" - ] + "Filters": [ + { + "grok": { + "condition": "[EventTypeName] == \"Information Event\"", + "match": [ + "Text", + "" + ], + "drop": "true" } - ] - } + } + ] + }, + "Outputs": { + "Redis": [ + { + "_comment": "Change the host to your Redis instance", + "port": 6379, + "host": [ + "logaggregator.vistaprint.svc" + ] + } + ] } }