Closed
Description
Hi
I am using CatAliases API to get the list of all aliases .
My request is something like
ICatAliasesRequest catAliasesRequest = new CatAliasesRequest();
return m_elasticClient.CatAliases(catAliasesRequest);
and i am trying to read every record received from response(IEnumerable). I am observing that the records returned only have alias and index information and returns null for Search and Index routing .
Could anyone please confirm if this is a known issue or point me if i am doing something wrong ?
Thanks in advance !!
Metadata
Metadata
Assignees
Labels
No labels