You can use the standard wildcard characters (* and ?) in queries to match variable characters or strings in log records. You can use more than the wildcard character.
Wildcard syntax
Examples:
If your criteria value contains more than one word, you can use the wildcard in each word. For example, 'Jo* N*' shows Joe North, John Natt, Joshua Named, and so on.
You can run a log query in these ways:
or 192.168.1.0/24 (shows all records for 192.168.1.0 to 192.168.1.255 inclusive)
192.168.* shows all records for 192.168.0.0 to 192.168.255.255 inclusive
Examples: src:*, severity:*, appi_name:*, protection_type:*