Kibana
This integration enables using Elastic Security for SIEM for security operations management and searching Elastic logs. This pack is to be used in combination with the Elasticsearch v2 integration.
Analytics & SIEM · Kibana
Details
| ID | Kibana |
|---|---|
| Provider | Elastic |
| Category | Analytics & SIEM |
| From Version | 6.0.0 |
| Docker Image | demisto/elasticsearch:1.0.0.10133006 |
README
Use the Kibana integration to manage Elastic Security cases, detection alerts, rules, and value lists for security operations.
This integration was tested with Elasticsearch versions 6.6.2, 7.3, 8.4.1, and 9.3.1.
Configure Kibana in Cortex
| Parameter | Description | Required |
|---|---|---|
| Server URL | The Elasticsearch server to which the integration connects. Ensure that the URL includes the correct Elasticsearch port. The default port for Elasticsearch v7 and below is 9200. Use the Server URL for on-premises deployments. | True |
| Elastic API Port | The port for the Elastic API. | False |
| Kibana API Port | The port for the Kibana API. | False |
| Authorization type | The authentication type and credentials to use: Basic Auth (Username and Password), Bearer Auth (Username and Password), or API Key Auth (API Key ID and API Key). | False |
| API key ID | False | |
| API Key | False | |
| Username | The username and password to use instead of API key and API ID. | False |
| Password | False | |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False | |
| Client type | In some hosted ElasticSearch environments, the standard ElasticSearch client is not supported. If you encounter any related client issues, please consider using the OpenSearch client type. | False |
| Request timeout (in seconds). | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
kibana-cases-find
Lists cases in Kibana.
Base Command
kibana-cases-find
Input
| Argument Name | Description | Required |
|---|---|---|
| status | The status of the cases to retrieve. Possible values are: open, in-progress, closed. Default is open. | Optional |
| severity | The severity of the cases to retrieve. Possible values are: critical, high, medium, low. | Optional |
| from_time | The earliest time to search from (for example, 2025-10-02T00:27:58.162Z). | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.Cases.Status | unknown | The status of the case in Kibana. |
| Kibana.Cases.Version | unknown | The version number of the case in Kibana. |
| Kibana.Cases.ID | unknown | The ID number of the case in Kibana. |
kibana-case-alerts-find
Returns information on the alerts of the input case in Kibana.
Base Command
kibana-case-alerts-find
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The ID of the case in Kibana. Locate it with the “kibana-cases-find” command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.CaseAlerts.ID | unknown | The ID of alerts tied to the case in Kibana. |
kibana-alert-status-update
Updates the status of an input alert.
Base Command
kibana-alert-status-update
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | The alert ID to update. Find it with the “kibana-detection-alerts-list” command. | Required |
| status | The status to set the alert to. Possible values are: open, closed. | Required |
Context Output
There is no context output for this command.
kibana-case-status-update
Updates the status of an input case.
Base Command
kibana-case-status-update
Input
| Argument Name | Description | Required |
|---|---|---|
| status | The status of the case to update. Possible values are: open, in-progress, closed. | Required |
| case_id | The ID of the case in Kibana. Locate it with the “kibana-cases-find” command. | Required |
| version_id | The version ID of the case. Find it with the “kibana-cases-find” command. This ID changes after each case update. | Required |
Context Output
There is no context output for this command.
kibana-user-spaces-find
Gets the list of user spaces in Kibana.
Base Command
kibana-user-spaces-find
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.UserSpaces.description | unknown | The default user space description. |
| Kibana.UserSpaces.disabledFeatures | unknown | The list of disabled Kibana features. |
kibana-case-comments-find
Finds comments for an input case ID.
Base Command
kibana-case-comments-find
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to find comments for. Locate it with the “kibana-cases-find” command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.CaseComments.version | unknown | The version number of the case comment in Kibana. |
| Kibana.CaseComments.id | unknown | The ID number of the case comment in Kibana. |
kibana-case-delete
Deletes a case in Kibana based on case ID.
Base Command
kibana-case-delete
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to delete. Locate it with the “kibana-cases-find” command. | Required |
Context Output
There is no context output for this command.
kibana-rule-delete
Deletes a rule in Kibana based on the input rule ID.
Base Command
kibana-rule-delete
Input
| Argument Name | Description | Required |
|---|---|---|
| rule_id | The rule ID to delete. Find it with the “kibana-rule-details-search” command. | Required |
Context Output
There is no context output for this command.
kibana-rule-details-search
Retrieves details about a detection rule in Kibana based on the input KQL filter.
Base Command
kibana-rule-details-search
Input
| Argument Name | Description | Required |
|---|---|---|
| kql_query | The KQL filter to search rules with. For example: “alert.attributes.name: Smith”. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.RuleDetails.enabled | unknown | Whether the rule is enabled in Kibana. |
| Kibana.RuleDetails.name | unknown | The name of the rule in Kibana. |
| Kibana.RuleDetails.id | unknown | The ID of the rule in Kibana. |
kibana-case-comment-add
Adds a comment to a case in Kibana. The case ID and owner can be obtained from the “kibana-cases-find” command.
Base Command
kibana-case-comment-add
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to add the comment to. Locate it with the “kibana-cases-find” command. | Required |
| case_owner | The owner of the case, as listed in the “kibana-cases-find” command output. Possible values are: cases, observability, securitySolution. | Required |
| comment | The comment to add to the case in Kibana. | Required |
Context Output
There is no context output for this command.
kibana-user-list-get
Searches for the list of users in Kibana and returns the users’ UIDs.
Base Command
kibana-user-list-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.UserList.username | unknown | The username of the user in Kibana. |
| Kibana.UserList.roles | unknown | The associated roles of the user in Kibana. |
kibana-alert-assign
Assigns an alert in Kibana to a user via user ID input.
Base Command
kibana-alert-assign
Input
| Argument Name | Description | Required |
|---|---|---|
| user_id | The UID of the user to be assigned. Locate it with the “kibana-user-list-get” command. | Required |
| alert_id | The alert ID to assign the user to. Find it with the “kibana-detection-alerts-list” command. | Required |
Context Output
There is no context output for this command.
kibana-detection-alerts-list
Searches for detection alerts in Kibana.
Base Command
kibana-detection-alerts-list
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_status | The status of the detection alert to search for. Possible values are: open, closed. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.DetectionAlerts.bhe.windows.security_id | unknown | The username associated with the detection alert. |
| Kibana.DetectionAlerts.kibana.alert.original_data_stream.dataset | unknown | The dataset associated with the detection alert. |
| Kibana.DetectionAlerts.message | unknown | The raw log message of the detection alert. |
| Kibana.DetectionAlerts.kibana.alert.uuid | unknown | The ID of the detection alert. |
| Kibana.DetectionAlerts.kibana.alert.rule.name | unknown | The rule name associated with the detection alert. |
kibana-alert-note-add
Adds a note to an alert in Kibana.
Base Command
kibana-alert-note-add
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | The alert ID to update the note on. Find it with the “kibana-detection-alerts-list” command. | Required |
| note | The note text to add to the alert. | Required |
Context Output
There is no context output for this command.
kibana-alerting-health-get
Retrieves the health status of the Kibana alerting framework.
Base Command
kibana-alerting-health-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.AlertingFrameworkHealth.alerting_framework_health.decryption_health.status | unknown | Whether Kibana can successfully decrypt encrypted alert data. |
| Kibana.AlertingFrameworkHealth.alerting_framework_health.execution_health.status | unknown | Whether rules are running on time or failing. |
| Kibana.AlertingFrameworkHealth.alerting_framework_health.read_health.status | unknown | Whether rule configurations can be successfully retrieved from internal Kibana indices. |
kibana-alert-rule-disable
Disables a detection alerting rule. Clears associated alerts from the active alerts page.
Base Command
kibana-alert-rule-disable
Input
| Argument Name | Description | Required |
|---|---|---|
| rule_id | The rule ID to disable. Find it with the “kibana-rule-details-search” command. | Required |
Context Output
There is no context output for this command.
kibana-alert-rule-enable
Enables a rule used for detection alerting.
Base Command
kibana-alert-rule-enable
Input
| Argument Name | Description | Required |
|---|---|---|
| rule_id | The rule ID to enable. Find it with the “kibana-rule-details-search” command. | Required |
Context Output
There is no context output for this command.
kibana-exception-lists-get
Retrieves a list of all exception list containers.
Base Command
kibana-exception-lists-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.ExceptionLists.name | unknown | The name of the exception list. |
| Kibana.ExceptionLists.list_id | unknown | The list ID of the exception list. |
| Kibana.ExceptionLists.description | unknown | The description of the exception list. |
kibana-value-list-create
Creates a value list in Kibana.
Base Command
kibana-value-list-create
Input
| Argument Name | Description | Required |
|---|---|---|
| description | The description of the value list. | Required |
| name | The name of the value list. | Required |
| data_type | The Elasticsearch data type the list container holds. Possible values are: keyword, ip, ip_range, text. | Required |
| list_id | The identifier of the value list. | Required |
Context Output
There is no context output for this command.
kibana-value-lists-get
Finds all value lists in the Kibana Detection Rules menu.
Base Command
kibana-value-lists-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.ValueLists.name | unknown | The name of the value list. |
| Kibana.ValueLists.id | unknown | The ID of the value list. |
| Kibana.ValueLists.description | unknown | The description of the value list. |
kibana-value-list-items-import
Imports value list items from a TXT or CSV file.
Base Command
kibana-value-list-items-import
Input
| Argument Name | Description | Required |
|---|---|---|
| list_id | The value list ID to import values to. Find it with the “kibana-value-lists-get” command. | Required |
| file_content | The IOC file entries to import to Kibana in Python string format. | Required |
Context Output
There is no context output for this command.
kibana-value-list-item-create
Creates a value list item and associates it with the specified value list.
Base Command
kibana-value-list-item-create
Input
| Argument Name | Description | Required |
|---|---|---|
| list_id | The value list ID to update. Find it with the “kibana-value-lists-get” command. | Required |
| new_value_list_item | The item to add to the specified value list. | Required |
Context Output
There is no context output for this command.
kibana-value-list-items-get
Displays entries in an input value list.
Base Command
kibana-value-list-items-get
Input
| Argument Name | Description | Required |
|---|---|---|
| list_id | The value list ID to retrieve values for. Find it with the “kibana-value-lists-get” command. | Required |
| result_size | The size of results to return. Default is 100. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.ValueListItems.value | unknown | The value of the value list item. |
| Kibana.ValueListItems.id | unknown | The ID of the value list item. |
| Kibana.ValueListItems.list_id | unknown | The list ID of the value list. |
kibana-value-list-item-delete
Deletes a value list item, given the item ID and list ID as input.
Base Command
kibana-value-list-item-delete
Input
| Argument Name | Description | Required |
|---|---|---|
| item_id | The value list entry ID to delete. Find it with the “kibana-value-list-items-get” command. | Required |
| list_id | The value list ID to delete the value from. Find it with the “kibana-value-lists-get” command. | Required |
Context Output
There is no context output for this command.
kibana-value-list-delete
Deletes a value list given the list ID as input.
Base Command
kibana-value-list-delete
Input
| Argument Name | Description | Required |
|---|---|---|
| list_id | The value list ID to delete. Find it with the “kibana-value-lists-get” command. | Required |
Context Output
There is no context output for this command.
kibana-status-get
Checks the Kibana operational status.
Base Command
kibana-status-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.OperationalStatus.core.elasticsearch.level | unknown | The connection health between Kibana and Elasticsearch. |
| Kibana.OperationalStatus.overall.level | unknown | The aggregated health status of the Kibana instance. |
| Kibana.OperationalStatus.core.savedObjects.level | unknown | The health status of the Saved Objects repository. |
kibana-task-manager-health-get
Retrieves the health status of the Kibana task manager.
Base Command
kibana-task-manager-health-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.TaskManagerHealth.capacity_estimation.status | unknown | The ability to handle scheduled tasks in Kibana. |
| Kibana.TaskManagerHealth.configuration.status | unknown | The configuration status of the Kibana task manager. |
| Kibana.TaskManagerHealth.runtime.status | unknown | The performance, drift, and load of Kibana task execution. |
| Kibana.TaskManagerHealth.workload.status | unknown | The status of tasks running, to identify potential overload. |
kibana-upgrade-readiness-status-get
Checks the status of the cluster.
Base Command
kibana-upgrade-readiness-status-get
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.UpgradeReadinessStatus.details | unknown | The details for what is needed prior to Kibana upgrades. |
| Kibana.UpgradeReadinessStatus.readyForUpgrade | unknown | Whether Kibana is ready for upgrade. |
kibana-case-comment-delete
Deletes a case comment.
Base Command
kibana-case-comment-delete
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to delete the comment on. Retrieve case IDs with the “kibana-cases-find” command. | Required |
| comment_id | The identifier for the comment. Find comment IDs with the “kibana-case-comments-find” command. | Required |
Context Output
There is no context output for this command.
kibana-case-file-add
Attaches a file to a case.
Base Command
kibana-case-file-add
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to attach the file to. Locate it with the “kibana-cases-find” command. | Required |
| file_id | The file entry ID from Cortex XSOAR context data to add to the case. | Required |
Context Output
There is no context output for this command.
kibana-user-by-email-get
Searches for a single user’s UID in Kibana by email address filter.
Base Command
kibana-user-by-email-get
Input
| Argument Name | Description | Required |
|---|---|---|
| email_wildcard | The full or partial email address to search for the user with (for example, william.smith@*). | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.UserData.profile_uid | unknown | The user ID for tracking user activity and checking privileges. |
| Kibana.UserData.roles | unknown | The roles tied to the user account. |
kibana-case-information-get
Retrieves information for a specific case in Kibana.
Base Command
kibana-case-information-get
Input
| Argument Name | Description | Required |
|---|---|---|
| case_id | The case ID to retrieve information for. View available case IDs with the “kibana-cases-find” command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Kibana.CaseInfo.status | unknown | Whether the case is open, in-progress, or closed. |
| Kibana.CaseInfo.owner | unknown | The application that created the case. |
| Kibana.CaseInfo.version | unknown | The version of the case being updated. |
| Kibana.CaseInfo.id | unknown | The unique identifier for a case. |
Configuration parameters
url— Server URL (required)elastic_port— Elastic API Portkibana_port— Kibana API Portauth_type— Authorization typeapi_key_auth_credentials— API key IDcredentials— Usernameinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsclient_type— Client typetimeout— Request timeout (in seconds).
Commands (32)
-
kibana-alert-assignAssigns an alert in Kibana to a user via user ID input.
-
kibana-alert-note-addAdds a note to an alert in Kibana.
-
kibana-alert-rule-disableDisables a detection alerting rule. Clears associated alerts from the active alerts page.
-
kibana-alert-rule-enableEnables a rule used for detection alerting.
-
kibana-alert-status-updateUpdates the status of an input alert.
-
kibana-alerting-health-getRetrieves the health status of the Kibana alerting framework.
-
kibana-case-alerts-findReturns information on the alerts of the input case in Kibana.
-
kibana-case-comment-addAdds a comment to a case in Kibana. The case ID and owner can be obtained from the "kibana-cases-find" command.
-
kibana-case-comment-deleteDeletes a case comment.
-
kibana-case-comments-findFinds comments for an input case ID.
-
kibana-case-deleteDeletes a case in Kibana based on case ID.
-
kibana-case-file-addAttaches a file to a case.
-
kibana-case-information-getRetrieves information for a specific case in Kibana.
-
kibana-case-status-updateUpdates the status of an input case.
-
kibana-cases-findLists cases in Kibana.
-
kibana-detection-alerts-listSearches for detection alerts in Kibana.
-
kibana-exception-lists-getRetrieves a list of all exception list containers.
-
kibana-rule-deleteDeletes a rule in Kibana based on the input rule ID.
-
kibana-rule-details-searchRetrieves details about a detection rule in Kibana based on the input KQL filter.
-
kibana-status-getChecks the Kibana operational status.
-
kibana-task-manager-health-getRetrieves the health status of the Kibana task manager.
-
kibana-upgrade-readiness-status-getChecks the status of the cluster.
-
kibana-user-by-email-getSearches for a single user's UID in Kibana by email address filter.
-
kibana-user-list-getSearches for the list of users in Kibana and returns the users' UIDs.
-
kibana-user-spaces-findGets the list of user spaces in Kibana.
-
kibana-value-list-createCreates a value list in Kibana.
-
kibana-value-list-deleteDeletes a value list given the list ID as input.
-
kibana-value-list-item-createCreates a value list item and associates it with the specified value list.
-
kibana-value-list-item-deleteDeletes a value list item, given the item ID and list ID as input.
-
kibana-value-list-items-getDisplays entries in an input value list.
-
kibana-value-list-items-importImports value list items from a TXT or CSV file.
-
kibana-value-lists-getFinds all value lists in the Kibana Detection Rules menu.
display: Kibana name: Kibana category: Analytics & SIEM provider: Elastic sectionorder: - Connect commonfields: id: Kibana version: -1 configuration: - additionalinfo: The Elasticsearch server to which the integration connects. Ensure that the URL includes the correct Elasticsearch port. The default port for Elasticsearch v7 and below is 9200. Use the Server URL for on-premises deployments. display: Server URL name: url required: true section: Connect type: 0 - additionalinfo: The port for the Elastic API. defaultvalue: '9200' display: Elastic API Port name: elastic_port required: false section: Connect type: 0 - additionalinfo: The port for the Kibana API. defaultvalue: '443' display: Kibana API Port name: kibana_port required: false section: Connect type: 0 - additionalinfo: 'The authentication type and credentials to use: Basic Auth (Username and Password), Bearer Auth (Username and Password), or API Key Auth (API Key ID and API Key).' display: Authorization type name: auth_type options: - Basic auth - Bearer auth - API key auth required: false section: Connect type: 15 - display: API key ID displaypassword: API Key name: api_key_auth_credentials required: false section: Connect type: 9 - additionalinfo: The username and password to use instead of API key and API ID. display: Username displaypassword: Password name: credentials required: false section: Connect type: 9 - advanced: true display: Trust any certificate (not secure) name: insecure required: false section: Connect type: 8 - advanced: true display: Use system proxy settings name: proxy required: false section: Connect type: 8 - additionalinfo: In some hosted ElasticSearch environments, the standard ElasticSearch client is not supported. If you encounter any related client issues, please consider using the OpenSearch client type. advanced: true defaultvalue: Elasticsearch display: Client type name: client_type options: - Elasticsearch - OpenSearch - Elasticsearch_v8 - Elasticsearch_v9 required: false section: Connect type: 15 - advanced: true defaultvalue: '60' display: Request timeout (in seconds). name: timeout required: false section: Connect type: 0 description: This integration enables using Elastic Security for SIEM for security operations management and searching Elastic logs. This pack is to be used in combination with the Elasticsearch v2 integration. script: commands: - arguments: - auto: PREDEFINED defaultValue: open description: The status of the cases to retrieve. name: status predefined: - open - in-progress - closed - auto: PREDEFINED description: The severity of the cases to retrieve. name: severity predefined: - critical - high - medium - low - description: The earliest time to search from (for example, 2025-10-02T00:27:58.162Z). name: from_time type: shortText description: Lists cases in Kibana. name: kibana-cases-find outputs: - contextPath: Kibana.Cases.Status description: The status of the case in Kibana. - contextPath: Kibana.Cases.Version description: The version number of the case in Kibana. - contextPath: Kibana.Cases.ID description: The ID number of the case in Kibana. - arguments: - description: The ID of the case in Kibana. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText description: Returns information on the alerts of the input case in Kibana. name: kibana-case-alerts-find outputs: - contextPath: Kibana.CaseAlerts.ID description: The ID of alerts tied to the case in Kibana. - arguments: - description: The alert ID to update. Find it with the "kibana-detection-alerts-list" command. name: alert_id required: true type: shortText - auto: PREDEFINED description: The status to set the alert to. name: status predefined: - open - closed required: true description: Updates the status of an input alert. name: kibana-alert-status-update - arguments: - auto: PREDEFINED description: The status of the case to update. name: status predefined: - open - in-progress - closed required: true - description: The ID of the case in Kibana. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText - description: The version ID of the case. Find it with the "kibana-cases-find" command. This ID changes after each case update. name: version_id required: true type: shortText description: Updates the status of an input case. name: kibana-case-status-update - arguments: [] description: Gets the list of user spaces in Kibana. name: kibana-user-spaces-find outputs: - contextPath: Kibana.UserSpaces.description description: The default user space description. - contextPath: Kibana.UserSpaces.disabledFeatures description: The list of disabled Kibana features. - arguments: - description: The case ID to find comments for. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText description: Finds comments for an input case ID. name: kibana-case-comments-find outputs: - contextPath: Kibana.CaseComments.version description: The version number of the case comment in Kibana. - contextPath: Kibana.CaseComments.id description: The ID number of the case comment in Kibana. - arguments: - description: The case ID to delete. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText description: Deletes a case in Kibana based on case ID. name: kibana-case-delete - arguments: - description: The rule ID to delete. Find it with the "kibana-rule-details-search" command. name: rule_id required: true type: shortText description: Deletes a rule in Kibana based on the input rule ID. name: kibana-rule-delete - arguments: - description: 'The KQL filter to search rules with. For example: "alert.attributes.name: *Smith*".' name: kql_query type: shortText description: Retrieves details about a detection rule in Kibana based on the input KQL filter. name: kibana-rule-details-search outputs: - contextPath: Kibana.RuleDetails.enabled description: Whether the rule is enabled in Kibana. - contextPath: Kibana.RuleDetails.name description: The name of the rule in Kibana. - contextPath: Kibana.RuleDetails.id description: The ID of the rule in Kibana. - arguments: - description: The case ID to add the comment to. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText - auto: PREDEFINED description: The owner of the case, as listed in the "kibana-cases-find" command output. name: case_owner predefined: - cases - observability - securitySolution required: true - description: The comment to add to the case in Kibana. name: comment required: true type: shortText description: Adds a comment to a case in Kibana. The case ID and owner can be obtained from the "kibana-cases-find" command. name: kibana-case-comment-add - arguments: [] description: Searches for the list of users in Kibana and returns the users' UIDs. name: kibana-user-list-get outputs: - contextPath: Kibana.UserList.username description: The username of the user in Kibana. - contextPath: Kibana.UserList.roles description: The associated roles of the user in Kibana. - arguments: - description: The UID of the user to be assigned. Locate it with the "kibana-user-list-get" command. name: user_id required: true type: shortText - description: The alert ID to assign the user to. Find it with the "kibana-detection-alerts-list" command. name: alert_id required: true type: shortText description: Assigns an alert in Kibana to a user via user ID input. name: kibana-alert-assign compliantpolicies: - User Soft Remediation - arguments: - auto: PREDEFINED description: The status of the detection alert to search for. name: alert_status predefined: - open - closed required: true description: Searches for detection alerts in Kibana. name: kibana-detection-alerts-list outputs: - contextPath: Kibana.DetectionAlerts.bhe.windows.security_id description: The username associated with the detection alert. - contextPath: Kibana.DetectionAlerts.kibana.alert.original_data_stream.dataset description: The dataset associated with the detection alert. - contextPath: Kibana.DetectionAlerts.message description: The raw log message of the detection alert. - contextPath: Kibana.DetectionAlerts.kibana.alert.uuid description: The ID of the detection alert. - contextPath: Kibana.DetectionAlerts.kibana.alert.rule.name description: The rule name associated with the detection alert. - arguments: - description: The alert ID to update the note on. Find it with the "kibana-detection-alerts-list" command. name: alert_id required: true type: shortText - description: The note text to add to the alert. name: note required: true type: shortText description: Adds a note to an alert in Kibana. name: kibana-alert-note-add - arguments: [] description: Retrieves the health status of the Kibana alerting framework. name: kibana-alerting-health-get outputs: - contextPath: Kibana.AlertingFrameworkHealth.alerting_framework_health.decryption_health.status description: Whether Kibana can successfully decrypt encrypted alert data. - contextPath: Kibana.AlertingFrameworkHealth.alerting_framework_health.execution_health.status description: Whether rules are running on time or failing. - contextPath: Kibana.AlertingFrameworkHealth.alerting_framework_health.read_health.status description: Whether rule configurations can be successfully retrieved from internal Kibana indices. - arguments: - description: The rule ID to disable. Find it with the "kibana-rule-details-search" command. name: rule_id required: true type: shortText description: Disables a detection alerting rule. Clears associated alerts from the active alerts page. name: kibana-alert-rule-disable - arguments: - description: The rule ID to enable. Find it with the "kibana-rule-details-search" command. name: rule_id required: true type: shortText description: Enables a rule used for detection alerting. name: kibana-alert-rule-enable - arguments: [] description: Retrieves a list of all exception list containers. name: kibana-exception-lists-get outputs: - contextPath: Kibana.ExceptionLists.name description: The name of the exception list. - contextPath: Kibana.ExceptionLists.list_id description: The list ID of the exception list. - contextPath: Kibana.ExceptionLists.description description: The description of the exception list. - arguments: - description: The description of the value list. name: description required: true type: shortText - description: The name of the value list. name: name required: true type: shortText - auto: PREDEFINED description: The Elasticsearch data type the list container holds. name: data_type predefined: - keyword - ip - ip_range - text required: true - description: The identifier of the value list. name: list_id required: true type: shortText description: Creates a value list in Kibana. name: kibana-value-list-create - arguments: [] description: Finds all value lists in the Kibana Detection Rules menu. name: kibana-value-lists-get outputs: - contextPath: Kibana.ValueLists.name description: The name of the value list. - contextPath: Kibana.ValueLists.id description: The ID of the value list. - contextPath: Kibana.ValueLists.description description: The description of the value list. - arguments: - description: The value list ID to import values to. Find it with the "kibana-value-lists-get" command. name: list_id required: true type: shortText - description: The IOC file entries to import to Kibana in Python string format. name: file_content required: true type: shortText description: Imports value list items from a TXT or CSV file. name: kibana-value-list-items-import - arguments: - description: The value list ID to update. Find it with the "kibana-value-lists-get" command. name: list_id required: true type: shortText - description: The item to add to the specified value list. name: new_value_list_item required: true type: shortText description: Creates a value list item and associates it with the specified value list. name: kibana-value-list-item-create - arguments: - description: The value list ID to retrieve values for. Find it with the "kibana-value-lists-get" command. name: list_id required: true type: shortText - defaultValue: '100' description: The size of results to return. name: result_size type: number description: Displays entries in an input value list. name: kibana-value-list-items-get outputs: - contextPath: Kibana.ValueListItems.value description: The value of the value list item. - contextPath: Kibana.ValueListItems.id description: The ID of the value list item. - contextPath: Kibana.ValueListItems.list_id description: The list ID of the value list. - arguments: - description: The value list entry ID to delete. Find it with the "kibana-value-list-items-get" command. name: item_id required: true type: shortText - description: The value list ID to delete the value from. Find it with the "kibana-value-lists-get" command. name: list_id required: true type: shortText description: Deletes a value list item, given the item ID and list ID as input. name: kibana-value-list-item-delete - arguments: - description: The value list ID to delete. Find it with the "kibana-value-lists-get" command. name: list_id required: true type: shortText description: Deletes a value list given the list ID as input. name: kibana-value-list-delete - arguments: [] description: Checks the Kibana operational status. name: kibana-status-get outputs: - contextPath: Kibana.OperationalStatus.core.elasticsearch.level description: The connection health between Kibana and Elasticsearch. - contextPath: Kibana.OperationalStatus.overall.level description: The aggregated health status of the Kibana instance. - contextPath: Kibana.OperationalStatus.core.savedObjects.level description: The health status of the Saved Objects repository. - arguments: [] description: Retrieves the health status of the Kibana task manager. name: kibana-task-manager-health-get outputs: - contextPath: Kibana.TaskManagerHealth.capacity_estimation.status description: The ability to handle scheduled tasks in Kibana. - contextPath: Kibana.TaskManagerHealth.configuration.status description: The configuration status of the Kibana task manager. - contextPath: Kibana.TaskManagerHealth.runtime.status description: The performance, drift, and load of Kibana task execution. - contextPath: Kibana.TaskManagerHealth.workload.status description: The status of tasks running, to identify potential overload. - arguments: [] description: Checks the status of the cluster. name: kibana-upgrade-readiness-status-get outputs: - contextPath: Kibana.UpgradeReadinessStatus.details description: The details for what is needed prior to Kibana upgrades. - contextPath: Kibana.UpgradeReadinessStatus.readyForUpgrade description: Whether Kibana is ready for upgrade. - arguments: - description: The case ID to delete the comment on. Retrieve case IDs with the "kibana-cases-find" command. name: case_id required: true type: shortText - description: The identifier for the comment. Find comment IDs with the "kibana-case-comments-find" command. name: comment_id required: true type: shortText description: Deletes a case comment. name: kibana-case-comment-delete - arguments: - description: The case ID to attach the file to. Locate it with the "kibana-cases-find" command. name: case_id required: true type: shortText - description: The file entry ID from Cortex XSOAR context data to add to the case. name: file_id required: true type: shortText description: Attaches a file to a case. name: kibana-case-file-add - arguments: - description: The full or partial email address to search for the user with (for example, william.smith@*). name: email_wildcard required: true type: shortText description: Searches for a single user's UID in Kibana by email address filter. name: kibana-user-by-email-get outputs: - contextPath: Kibana.UserData.profile_uid description: The user ID for tracking user activity and checking privileges. - contextPath: Kibana.UserData.roles description: The roles tied to the user account. - arguments: - description: The case ID to retrieve information for. View available case IDs with the "kibana-cases-find" command. name: case_id required: true type: shortText description: Retrieves information for a specific case in Kibana. name: kibana-case-information-get outputs: - contextPath: Kibana.CaseInfo.status description: Whether the case is open, in-progress, or closed. - contextPath: Kibana.CaseInfo.owner description: The application that created the case. - contextPath: Kibana.CaseInfo.version description: The version of the case being updated. - contextPath: Kibana.CaseInfo.id description: The unique identifier for a case. dockerimage: demisto/elasticsearch:1.0.0.10133006 runonce: false script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)