Skip to content

CatAliases API #1591

Closed
Closed
@DivyaMalini

Description

@DivyaMalini

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions