From 815ea928b2e1611d1ed32dca361e3fe07d04abc9 Mon Sep 17 00:00:00 2001 From: glerb <56281590+glerb@users.noreply.github.com> Date: Wed, 27 Nov 2019 05:36:59 -0800 Subject: [PATCH] [Docs] Correct typo in log file name (#49620) --- docs/reference/setup/logging-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/logging-config.asciidoc b/docs/reference/setup/logging-config.asciidoc index d1705a887bcd5..e9a85c83f398d 100644 --- a/docs/reference/setup/logging-config.asciidoc +++ b/docs/reference/setup/logging-config.asciidoc @@ -45,7 +45,7 @@ appender.rolling.strategy.action.condition.nested_condition.exceeds = 2GB <15> -------------------------------------------------- <1> Configure the `RollingFile` appender -<2> Log to `/var/log/elasticsearch/production.json` +<2> Log to `/var/log/elasticsearch/production_server.json` <3> Use JSON layout. <4> `type_name` is a flag populating the `type` field in a `ESJsonLayout`. It can be used to distinguish different types of logs more easily when parsing them.