Path parameters
-
Limits the information returned to the specific target. Supports a comma-separated list, such as http,ingest.
GET /_info/{target}
curl \
-X GET http://api.example.com/_info/{target}
Response examples (200)
{
"cluster_name": "string",
"http": {
"current_open": 42.0,
"total_opened": 42.0,
"clients": [
{
"id": 42.0,
"agent": "string",
"local_address": "string",
"remote_address": "string",
"last_uri": "string",
"opened_time_millis": 42.0,
"closed_time_millis": 42.0,
"last_request_time_millis": 42.0,
"request_count": 42.0,
"request_size_bytes": 42.0,
"x_opaque_id": "string"
}
],
"routes": {
"additionalProperty1": {
"requests": {
"count": 42.0,
"total_size_in_bytes": 42.0,
"size_histogram": [
{}
]
},
"responses": {
"count": 42.0,
"total_size_in_bytes": 42.0,
"handling_time_histogram": [
{}
],
"size_histogram": [
{}
]
}
},
"additionalProperty2": {
"requests": {
"count": 42.0,
"total_size_in_bytes": 42.0,
"size_histogram": [
{}
]
},
"responses": {
"count": 42.0,
"total_size_in_bytes": 42.0,
"handling_time_histogram": [
{}
],
"size_histogram": [
{}
]
}
}
}
},
"ingest": {
"pipelines": {
"additionalProperty1": {
"count": 42.0,
"current": 42.0,
"failed": 42.0,
"processors": [
{
"additionalProperty1": {},
"additionalProperty2": {}
}
],
"": 42.0,
"ingested_as_first_pipeline_in_bytes": 42.0,
"produced_as_first_pipeline_in_bytes": 42.0
},
"additionalProperty2": {
"count": 42.0,
"current": 42.0,
"failed": 42.0,
"processors": [
{
"additionalProperty1": {},
"additionalProperty2": {}
}
],
"": 42.0,
"ingested_as_first_pipeline_in_bytes": 42.0,
"produced_as_first_pipeline_in_bytes": 42.0
}
},
"total": {
"count": 42.0,
"current": 42.0,
"failed": 42.0,
"": 42.0
}
},
"thread_pool": {
"additionalProperty1": {
"active": 42.0,
"completed": 42.0,
"largest": 42.0,
"queue": 42.0,
"rejected": 42.0,
"threads": 42.0
},
"additionalProperty2": {
"active": 42.0,
"completed": 42.0,
"largest": 42.0,
"queue": 42.0,
"rejected": 42.0,
"threads": 42.0
}
},
"script": {
"cache_evictions": 42.0,
"compilations": 42.0,
"compilations_history": {
"additionalProperty1": 42.0,
"additionalProperty2": 42.0
},
"compilation_limit_triggered": 42.0,
"contexts": [
{
"context": "string",
"compilations": 42.0,
"cache_evictions": 42.0,
"compilation_limit_triggered": 42.0
}
]
}
}