Skip to content

Commit 6b08f43

Browse files
Change joda style pattern to java style (#15695) (#15711)
since 7.0 elasticsearch is using java.time style patterns. YYYY becomes yyyy Co-authored-by: Przemyslaw Gomulka <[email protected]>
1 parent b440b99 commit 6b08f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbeat/docs/shared-ilm.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Date math is supported in this setting. For example:
6666

6767
[source,yaml]
6868
----
69-
setup.ilm.pattern: "{now/M{YYYY.MM}}-000001"
69+
setup.ilm.pattern: "{now/M{yyyy.MM}}-000001"
7070
----
7171

7272
For more information, see

0 commit comments

Comments
 (0)