Skip to content

Cat.Allocation field mismatch #4699

@dpaissan

Description

@dpaissan

NEST/Elasticsearch.Net version:7.7.0

Elasticsearch version:7.7.0

Description of the problem including expected versus actual behavior:
When Cat.Allocation is called, no information about the allocation is actually returned. I think that the mapping in this file is wrong/outdated.
From what I receive from Elasticsearch, the name should be separed with a dot instead of camel case: e.g. "disk.avail" instead of "diskAvail".

Steps to reproduce:
1.Just call client.Cat.Allocation() and inspect the response.

Expected behavior
I expect the API call to return the allocation information.

Provide ConnectionSettings (if relevant):

Provide DebugInformation (if relevant):

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