Hello everyone,
I have tried to create a parser without success
Can anyone help me identify the error?
Reference Log:
<190>1 2024-11-11T20:24:37.752440+00:00 CoreX tpmd 655 - - Event|13601|LOG_INFO|||TPM_Sign requested by hpe-restd was successful
Hello everyone,
I have tried to create a parser without success
Can anyone help me identify the error?
Reference Log:
<190>1 2024-11-11T20:24:37.752440+00:00 CoreX tpmd 655 - - Event|13601|LOG_INFO|||TPM_Sign requested by hpe-restd was successful
You have several issues
Here are some docs on parsing, I recommend reviewing these and making sure your code is compliant with the parser language and UDM.
parser syntax reference: https://cloud.google.com/chronicle/docs/reference/parser-syntax
UDM usage guide: https://cloud.google.com/chronicle/docs/unified-data-model/udm-usage#metadataevent_type
UDM field list: https://cloud.google.com/chronicle/docs/reference/udm-field-list
Hi MadAre,
It looks like you may have a typo on this line:
"event.idm.read_only_udmmetadata.description" => "TPM_Sign requested by hpe-restd was successful"
Corrected: "event.idm.read_only_udm.metadata.description"
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.