Skip to content

Commit

Permalink
[7.0] [DOCS] Update default value of index.name.time_format (#56453) (#…
Browse files Browse the repository at this point in the history
…56465)

Corrects the default value of index.name.time_format
  • Loading branch information
jakelandis authored May 8, 2020
1 parent d81e86a commit b4f7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/settings/monitoring-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ anything defined here.
`index.name.time_format`::

A mechanism for changing the default date suffix for the, by default, daily Monitoring indices.
The default value is `YYYY.MM.DD`, which is why the indices are created daily.
The default value is `yyyy.MM.dd`, which is why the indices are created daily.

`use_ingest`::

Expand Down

0 comments on commit b4f7a3f

Please sign in to comment.