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.
GET /_cat/fielddata
curl \
-X GET http://api.example.com/_cat/fielddata
Response examples (200)
[
{
"id": "string",
"host": "string",
"ip": "string",
"node": "string",
"field": "string",
"size": "string"
}
]