Returns the amount of heap memory currently used by the field data cache on every data node in the cluster
IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes stats API.
Path parameters
-
Comma-separated list of fields used to limit returned information. To retrieve all fields, omit this parameter.
GET /_cat/fielddata/{fields}
curl \
-X GET http://api.example.com/_cat/fielddata/{fields}
Response examples (200)
[
{
"id": "string",
"host": "string",
"ip": "string",
"node": "string",
"field": "string",
"size": "string"
}
]