Update api-conventions.asciidoc

Docs: Fix bad date math index expression
This commit is contained in:
Clinton Gormley 2016-03-04 10:09:28 +01:00
parent 23d9f66cd3
commit 29e3443917
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ they resolve to given the current time is 22rd March 2024 noon utc.
| `<logstash-{now/M}>` | `logstash-2024.03.01` | `<logstash-{now/M}>` | `logstash-2024.03.01`
| `<logstash-{now/M{YYYY.MM}}>` | `logstash-2024.03` | `<logstash-{now/M{YYYY.MM}}>` | `logstash-2024.03`
| `<logstash-{now/M-1M{YYYY.MM}}>` | `logstash-2024.02` | `<logstash-{now/M-1M{YYYY.MM}}>` | `logstash-2024.02`
| `<logstash-{now/d{YYYY.MM.dd\|+12:00}}` | `logstash-2024.03.23` | `<logstash-{now/d{YYYY.MM.dd\|+12:00}}>` | `logstash-2024.03.23`
|====== |======
To use the characters `{` and `}` in the static part of an index name template, escape them To use the characters `{` and `}` in the static part of an index name template, escape them