Skip to content

Commit

Permalink
Change joda style pattern to java style (elastic#15695)
Browse files Browse the repository at this point in the history
since 7.0 elasticsearch is using java.time style patterns.
YYYY becomes yyyy
  • Loading branch information
pgomulka authored and ycombinator committed Jan 21, 2020
1 parent 020406f commit 4688bde
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 4688bde

Please sign in to comment.