You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varb=client.Indices.UpdateAliasesAsync(x =>x.Actions(
y =>y.Add(newAddAction(){Index=indexName,Alias="xxxxxxxx"}),
y =>y.Remove(newRemoveAction(){Index=indexName,Alias=indexAlias}))).Result;
Elastic.Clients.Elasticsearch version: 8.17.1
Elasticsearch version: 8.14.3
.NET runtime version: net8.0
Description of the problem including expected versus actual behavior:
I am trying to change the alias of an index using the UpdateAliasesAsync method.
Expected behavior
The alias of debug-0001 should be xxxxxxxx.
The text was updated successfully, but these errors were encountered: