I would like to use * in part of a query, but this doesn't seem to work.
Code: Select all
Example query: type:"eventlog" AND hostname:"exch*.domain"Grtz
Willem
Code: Select all
Example query: type:"eventlog" AND hostname:"exch*.domain"Code: Select all
type:eventlog AND hostname:exch*.domainCode: Select all
type:eventlog AND hostname:exch*.domain.beYes, but perhaps not exactly in the way one might expect them to.WillemDH wrote:Are you sure wildcards are supported by nls?
Code: Select all
type:eventlog AND hostname:exch* AND hostname:*.domain