Update api-conventions.asciidoc
Docs: Fix bad date math index expression
This commit is contained in:
parent
23d9f66cd3
commit
29e3443917
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue