Kibana
Version : 1.0.0
Kibana Cases APIs to manage resources such as connectors, data views, and saved objects.
Find Cases
Search for Kibana cases using filters and optional search query.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Search Query | Simple query string passed to the Kibana cases search. | Optional |
Search Fields | Comma-separated list or JSON array of fields to search. | Optional |
Default Search Operator | Default operator for the simple query string (AND/OR). | Optional |
Status | Filter by case status (open, in-progress, closed). | Optional |
Severity | Filter by case severity (low, medium, high, critical). | Optional |
Owner | Filter by case owner (single value or list). | Optional |
Assignees | Filter by assignee IDs (comma separated or JSON array). | Optional |
Tags | Filter by tags (comma separated or JSON array). | Optional |
Category | Filter by category (single value or list). | Optional |
From Date | Return cases created after this date/time (KQL date). | Optional |
To Date | Return cases created before this date/time (KQL date). | Optional |
Sort Field | Field to sort results by (createdAt, updatedAt, closedAt, title, category, status, severity). | Optional |
Sort Order | Sort order for the results (asc/desc). | Optional |
Page | Page number to return (default 1). | Optional |
Per Page | Number of items per page (1-100, default 20). | Optional |
Explode Results | If enabled, each case result is emitted as a separate row. | Optional |
Time between consecutive API requests (in millis) | Time to wait between consecutive API requests in milliseconds (Default is 0 millisecond) | Optional |
Output
JSON containing the following items:
{
"result": {},
"error": null,
"has_error":false,
}
Get Case Alerts
Retrieve alerts attached to a specific Kibana case.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Case ID Column | Column name containing the Kibana case ID. | Required |
Time between consecutive API requests (in millis) | Time to wait between consecutive API requests in milliseconds (Default is 0 millisecond) | Optional |
Output
JSON containing the following items:
{
"result": {},
"error": null,
"has_error":false,
}
Release Notes
v1.0.0
New Kibana Integration with find cases
and get case alerts
actions
Updated about 9 hours ago