You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The observable can belong to cases, alerts or Cortex job reports. In a query POST /api/v0/query and POST /api/v1/query, it should be possible to filter these different types of observable using {"_name": "fromCase"}, {"_name": "fromAlert"} and {"_name": "fromJobReport"}
The text was updated successfully, but these errors were encountered:
Request Type
Enhancement
Feature Description
The observable can belong to cases, alerts or Cortex job reports. In a query
POST /api/v0/query
andPOST /api/v1/query
, it should be possible to filter these different types of observable using{"_name": "fromCase"}
,{"_name": "fromAlert"}
and{"_name": "fromJobReport"}
The text was updated successfully, but these errors were encountered: