mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Update api-conventions.asciidoc
Docs: Fix bad date math index expression
This commit is contained in:
parent
23d9f66cd3
commit
29e3443917
1 changed files with 1 additions and 1 deletions
|
@ -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{YYYY.MM}}>` | `logstash-2024.03`
|
||||
| `<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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue