get_status
Retrieve the status of the Kibana server, including multi-space support, by specifying the target space or using the default configuration.
Instructions
Get Kibana server status with multi-space support
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space | No | Target Kibana space (optional, defaults to configured space) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"space": {
"description": "Target Kibana space (optional, defaults to configured space)",
"type": "string"
}
},
"type": "object"
}