First of all, I'd like to rant about how stupidly hard searching for something event logs, but I bet MS is not listening to me so that's about it.
My problem is this: I'm trying to find out all the events that have this value (0x84e9c0d) in the data portion of the event. However, the query editor tells me that "the specified query is invalid". What is wrong with this query? I've copied the code directly from https://blogs.technet.microsoft.com/askds/2011/09/26/advanced-xml-filtering-in-the-windows-event-viewer/
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">
*[EventData[Data and (Data=’0x84e9c0d′)]]
</Select>
</Query>
</QueryList>