Better formatting of date-match URL encoding
This commit is contained in:
parent
7452028e50
commit
6cf7a93837
|
@ -106,6 +106,7 @@ GET /<logstash-{now/d}>/_search
|
||||||
======================================================
|
======================================================
|
||||||
The special characters used for date rounding must be url encoded as follows:
|
The special characters used for date rounding must be url encoded as follows:
|
||||||
|
|
||||||
|
[horizontal]
|
||||||
`<`:: `%3C`
|
`<`:: `%3C`
|
||||||
`>`:: `%3E`
|
`>`:: `%3E`
|
||||||
`/`:: `%2F`
|
`/`:: `%2F`
|
||||||
|
|
Loading…
Reference in New Issue