Hello Im performing a search based on data table an im getting this error
Error: Search has encountered an error and could not load data. Please try again, and contact support if this error continues.
events:
$e.metadata.log_type = "SENTINELONE_ALERTS"
$e.security_result.threat_name != ""
(
$e.principal.hostname = /^B|^F|^C|^D/ nocase
AND $e.principal.ip in %auto_data_table_network_xx_country_xxx.cidr
)
What i have to change in my Query ? thanks



