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 NameDescriptionRequired
Search QuerySimple query string passed to the Kibana cases search.Optional
Search FieldsComma-separated list or JSON array of fields to search.Optional
Default Search OperatorDefault operator for the simple query string (AND/OR).Optional
StatusFilter by case status (open, in-progress, closed).Optional
SeverityFilter by case severity (low, medium, high, critical).Optional
OwnerFilter by case owner (single value or list).Optional
AssigneesFilter by assignee IDs (comma separated or JSON array).Optional
TagsFilter by tags (comma separated or JSON array).Optional
CategoryFilter by category (single value or list).Optional
From DateReturn cases created after this date/time (KQL date).Optional
To DateReturn cases created before this date/time (KQL date).Optional
Sort FieldField to sort results by (createdAt, updatedAt, closedAt, title, category, status, severity).Optional
Sort OrderSort order for the results (asc/desc).Optional
PagePage number to return (default 1).Optional
Per PageNumber of items per page (1-100, default 20).Optional
Explode ResultsIf 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 NameDescriptionRequired
Case ID ColumnColumn 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 alertsactions


© Devo Technology Inc. All Rights Reserved.