From 1986685e29aa7e050c53a44fe2ab2cc6501cc484 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 27 Feb 2014 11:06:52 -0800 Subject: [PATCH] Fix logstash indexer upstart conf. A line which should've been a comment in the upstart config for logstash-indexers lost its '#' make it not a comment and a syntax error. Make this line a comment again. Change-Id: Idc4853db68a3ae25bea6ebee80f047cc087457ac --- modules/logstash/files/logstash-indexer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/logstash/files/logstash-indexer.conf b/modules/logstash/files/logstash-indexer.conf index 49b2fc1619..84dd380899 100644 --- a/modules/logstash/files/logstash-indexer.conf +++ b/modules/logstash/files/logstash-indexer.conf @@ -1,4 +1,4 @@ -logstash - indexer instance +# logstash - indexer instance # # Adapted from http://cookbook.logstash.net/recipes/using-upstart/