From 69dc730341813c7ca44fd9317a443044627887e4 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 16 Feb 2017 12:17:27 -0500 Subject: [PATCH] Fix missing markup in configuration docs This commit adds a missing backtick in the configuration docs. --- docs/reference/setup/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/configuration.asciidoc b/docs/reference/setup/configuration.asciidoc index 706398f4c39..1f7c7e2f92a 100644 --- a/docs/reference/setup/configuration.asciidoc +++ b/docs/reference/setup/configuration.asciidoc @@ -113,7 +113,7 @@ command line with `es.node.name` or in the config file with `node.name`. Elasticsearch uses http://logging.apache.org/log4j/2.x/[Log4j 2] for logging. Log4j 2 can be configured using the log4j2.properties file. Elasticsearch exposes three properties, `${sys:es.logs.base_path}, -`${sys:es.logs.cluster_name}`, and `${sys:es.logs.node_name} (if the node name +`${sys:es.logs.cluster_name}`, and `${sys:es.logs.node_name}` (if the node name is explicitly set via `node.name`) that can be referenced in the configuration file to determine the location of the log files. The property `${sys:es.logs.base_path}` will resolve to the log directory,