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
I found that get_case_observables can be used, but it requires a case.
# Append the custom query if specified
if "query" in attributes:
criteria = And(parent_criteria, attributes["query"])
else:
criteria = parent_criteria
data = {
"query": criteria
}
Can we make case_id optional? Or should we implement a find_observables?
Request Type
Feature Request
Problem Description
Add a
find_observable
method to allow searching for observables, cross cases.The text was updated successfully, but these errors were encountered: