Search and share cases
Quickly locate relevant cases and share them with others or external ticketing systems to streamline collaboration and handoffs.
The Cases page has a search bar for quickly finding cases and case data. You can search for case titles, descriptions, and IDs using keywords and text.
Note the following rules for search:
- Keywords: Searches for keywords (like case and alert IDs) must be exact.
- Text: Text searches (such as case titles and descriptions) are case-insensitive.
- Multi-word terms: If a term contains spaces, wrap it in quotation marks so it's treated as a single term. For example,
"Needs review". - Multiple criteria: To search on more than one criterion at once, separate each term with a space.
- Syntax: No special syntax is required for general keyword and text searches. To target a field library or custom field, use
label:valuesyntax (described later).
You can also search for alert and event IDs, observable values, case comments, and custom fields (text type only). For example, in Elastic Security you can search for a specific IP address that's been specified as an observable, a colleague's comment, or the ID of an alert that's attached to the case.
You can search by the values of case template and field library fields. Use each field's label rather than its internal name. Number, date, checkbox, and user-selection fields all support search, including numeric and date ranges.
To target a specific field, use label:value syntax. The left side is the field's label as it appears on the case; the right side is the value to match. For example, the following finds cases where the field labeled Team is set to A1:
"Team":"A1"
Unlike general text search, label:value searches are case-sensitive. For example, "Team":"A1" matches A1, not a1. You can mix label:value pairs with free-text terms in the same query:
"Team":"A1" "Priority":"High" phishing "Escalation reason"
Substring matches also work. For example, "Summary":"network" matches a text area whose value contains "network".
You can filter cases by attributes such as assignees, categories, severity, status, and tags.
To send a case to an external system, select the push button in the External incident management system section of the individual case page. This information is not sent automatically. If you make further changes to the shared case fields, you should push the case again.
For more information about configuring connections to external incident management systems, refer to Configure case settings.
Cases have two types of identifiers:
-
Numeric ID: A short, human-readable number that appears after the case name. Use it for quick reference in conversations or searches. Numeric IDs increment by one for each new case in your space and are assigned by a background task that runs every 10 minutes. - UUID: A longer alphanumeric identifier for the cases API. Copy it from Actions → Copy Case ID on the Cases page or from the action menu in a case.