A newer version is available. For the latest information, see the
current release documentation.
DeploymentHeapDumps
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DeploymentHeapDumps
editIntentionally left blank
Properties
edit-
elasticsearch(array[ResourceHeapDumps], required) - The list of Elasticsearch resources and their heap dumps
-
enterprise_search(array[ResourceHeapDumps], required) - The list of Enterprise Search resources and their heap dumps
Example
edit{
"elasticsearch" : [
{
"heap_dumps" : [
{
"captured" : "string",
"error" : "string",
"instance_id" : "string",
"size" : 0,
"status" : "string",
"type" : "string"
}
],
"id" : "string",
"ref_id" : "string"
}
],
"enterprise_search" : [
{
"heap_dumps" : [
{
"captured" : "string",
"error" : "string",
"instance_id" : "string",
"size" : 0,
"status" : "string",
"type" : "string"
}
],
"id" : "string",
"ref_id" : "string"
}
]
}