-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
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
Labels
No labels