For example, a query such as this:
Code: Select all
NLStags=sharepoint AND type=eventlog AND EventID=4672 AND NOT (SubjectUserName:xxxa1 OR SubjectUserName:xxxa2 OR SubjectUserName:SYSTEM OR SubjectUserName:audit001 OR SubjectUserName:es_002_maint)Code: Select all
sharepoint AND eventlog AND 4672 AND NOT (xxxa1 OR xxxa2 OR SYSTEM OR audit001 OR es_002_maint)Is this the normal behavior I should expect? The match for sharepoint has me concerned as I have other data with sharepoint in the name and may not want that field to match a query.
I guess I expected a field value pair to do matching.
Please help me get a better idea of what to expect. Should I use fields in a query.
Thanks
Steve B