Hi Experts,
I created Index Pattern as xyz-* and created alias for this index pattern as abc using following command
POST /_aliases
{
"actions" : [
{ "add" : { "index" : "xyz-*", "alias" : "abc" } }
]
}
If new index is getting add in xyz-* pattern, lets say xyz-100
its not getting updated in abc alias,
Is there any command for this
Please Help.
Thank you
Regards RK