From 1cab1ad2a41b28ac569cb77809b48ed6b66d2b39 Mon Sep 17 00:00:00 2001 From: Luca Belluccini Date: Thu, 14 Jul 2022 12:18:21 +0200 Subject: [PATCH] [DOC] Improve wording of the date source (#1072) Clarify the field being used as source of the date formatting pattern in the index. --- docs/index.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 9c6fc01b4fa6fb..c25f8de1eeff2f 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -743,8 +743,7 @@ Indexes may not contain uppercase characters. For weekly indexes ISO 8601 format is recommended, eg. logstash-%{+xxxx.ww}. Logstash uses http://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html[Joda -formats] for the index pattern from event timestamp. - +formats] and the `@timestamp` field of each event is being used as source for the date. [id="plugins-{type}s-{plugin}-keystore"] ===== `keystore`