Hi,
I have a scenario where my index name is changing frequently, I want to create index mapping at one go. with my-index-*
But I am not able to create at one go.
PUT /my-index-*/_mapping
{
"properties": {
"email": {
"type": "keyword"
........................................
}
}
}
Kindly help,
Tahseen