Hi I just want to create index with date math from dev tool console for rollover
but I got below error:
request
PUT /%3Cindex_test-%7Bnow%2Fd%7BYYYYMMDD%7D%7D%3E
{
"aliases": {
"logs_write": {}
}
}
{
"error" : "Incorrect HTTP method for uri [/%3Cindex_test-%7Bnow/d%7BYYYYMMDD%7D%7D%3E?pretty=true] and method [PUT], allowed: [POST]",
"status" : 405
}
What's wrong?