Hi All
I am working on a query in Google Chronicle SIEM where I have predefined list of 15 events. However, only 11 of those events are currently present in the SIEM Logs.
My requirement is to use the full list of 15 events as a reference and build a query that validates whether each exists in the SIEM logs or not. The output should includes all 15 events, not just the ones found in the logs.
Expected output format:
PRODUCT | EVENT (From predefined list) | status
----------------------------------------------------------------------------------
Product | Event1 | Logs are Available
Product | Event1 | Logs are not Available
Logs Available - events exists I'm both siem and predefined list
Log not Available - event exists in the predefined list but not in siem logs.
I attempted using Data Tables, but I'm facing issues correlating the table values with Metadata field's. I was also unable to correctly store and reference the value in variables.
Looking for the correct approach or query structure to achieve this requirement.
Thankyou....


