From 1ad34fff41c856f6194a2b86cdb09e4396ed7719 Mon Sep 17 00:00:00 2001 From: "samuel.bufe" Date: Tue, 9 Aug 2016 17:33:42 +0200 Subject: [PATCH] fixed syntax error --- customer/elk/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/elk/common.yaml b/customer/elk/common.yaml index 79145a16..bc5741fe 100644 --- a/customer/elk/common.yaml +++ b/customer/elk/common.yaml @@ -14,7 +14,7 @@ elasticsearch::instance: elasticsearch::config: cluster.name: "elk-logstash" - node.name: %{fqdn} + node.name: "%{fqdn}" node.master: true node.data: true index.number_of_shards: 2 -- 2.39.5