From e6dce13bdaa6a71cc7ae5e644c26267dae726ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krze=C5=9Bniak?= Date: Wed, 6 May 2020 19:42:17 +0200 Subject: [PATCH] DOCS: minor formatting (#56263) Removed extra back ticks. Please cherry-pick to other branches. --- docs/reference/how-to/avoid-oversharding.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/how-to/avoid-oversharding.asciidoc b/docs/reference/how-to/avoid-oversharding.asciidoc index 0062b17d1c0..7e620df196c 100644 --- a/docs/reference/how-to/avoid-oversharding.asciidoc +++ b/docs/reference/how-to/avoid-oversharding.asciidoc @@ -99,7 +99,7 @@ If creating indices using {ls}, the {logstash-ref}/plugins-outputs-elasticsearch.html#plugins-outputs-elasticsearch-index[index] property of the {es} output can be modified to a <> covering a longer time period. -For example, use `logstash-%{+YYYY.MM}`` instead of `logstash-%{+YYYY.MM.dd}`` +For example, use `logstash-%{+YYYY.MM}` instead of `logstash-%{+YYYY.MM.dd}` to create monthly, rather than daily, indices. {beats} also lets you change the date math expression defined in the `index` property of the {es} output, such as for {filebeat-ref}/elasticsearch-output.html#index-option-es[Filebeat].