Manage cases
Edit case details, perform bulk actions like deleting or updating multiple cases at once, and export or import cases between spaces or when upgrading to a new stack version.
To view a case, go to the Cases page and select its name. From the case details page you can:
- Edit the description.
- Add or edit comments.
-
Paste images directly into comments using Cmd + v (Mac) or Ctrl + v (Windows/Linux). Pasted images are preformatted in Markdown. - Update assignees, status, and severity.
- Add or change connectors and push updates to external systems.
To attach alerts, files, observables, or visualizations to a case, refer to Attach objects to cases.
From the Cases page, select one or more cases to perform bulk actions such as deleting cases or changing their status, severity, assignees, or tags.
Use export and import to move cases between Kibana spaces. Exports are saved as newline-delimited JSON (.ndjson) files and include user actions, text string comments, and Lens visualizations.
Files and alerts attached to the case are not included; you must re-add them after importing. Before importing cases, also ensure that any referenced data (such as Lens visualizations, Timelines, or alerts) already exists in the destination space, otherwise those references won't work.
- Find Saved Objects in the navigation menu or by using the global search field.
- Filter by type or search by case title to find the cases you want to export.
- Select one or more cases, then click Export.
- In the export dialog, keep Include related objects enabled to include connectors, then click Export.
- Find Saved Objects in the navigation menu or by using the global search field, then click Import.
- Select the
.ndjsonfile containing the exported cases. - Configure the import options and click Import.
- Review the import log, then click Done.
If the imported case had connectors attached, you'll be prompted to re-authenticate them. Click Go to connectors and complete the required steps.