Skip to content

Commit

Permalink
Change joda style pattern to java style (elastic#15695) (elastic#15710)
Browse files Browse the repository at this point in the history
since 7.0 elasticsearch is using java.time style patterns.
YYYY becomes yyyy

Co-authored-by: Przemyslaw Gomulka <przemyslaw.gomulka@elastic.co>
  • Loading branch information
ycombinator and pgomulka authored Jan 27, 2020
1 parent eca1dc4 commit 6d07cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/shared-ilm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Date math is supported in this setting. For example:

[source,yaml]
----
setup.ilm.pattern: "{now/M{YYYY.MM}}-000001"
setup.ilm.pattern: "{now/M{yyyy.MM}}-000001"
----

For more information, see
Expand Down

0 comments on commit 6d07cd3

Please sign in to comment.