2014-03-19 02:55 PM
For example, Rule Test with the following query :
device.type = "winevent_nic" && alert.id = "access:privilege-escalation-success" && ip.addr = "13.101.134.216"
returns 12 values. However, Rule Test with the following query (same exact time range):
device.type = "winevent_nic" && alert.id = "access:privilege-escalation-success" && ip.addr begins "13.101."
returns "No Values Available For The Rule."
2014-03-21 09:29 AM
I see. Thank you Fielder.