Process Search Validation (v2)

POST {{cb_url}}/api/investigate/v2/orgs/{{cb_org_key}}/processes/search_validation

Validates a given process query and potentially gives suggestions on how to fix invalid queries.

Request Schema

{
    "valid": true,
    "value_search_query": true
}

RBAC PERMISSIONS REQUIRED

Permission (.notation name)Operation(s)
org.search.eventsREAD

See Documentation

Request Body

{"query"=>"process_name:chrome.exe"}

RESPONSES

status: OK

{"invalid_message":"org.apache.solr.common.SolrException: undefined field bad_process_name","valid":false,"value_search_query":false,"invalid_trigger_offset":0}