Open
Description
Hello , I am no expert in ETW but I know I have an event stream that has some custom properties and I want to use this tool to print them out to STDOUT.
I running the code from master to debug the issue and am getting the 1168
error while querying for information via TdhGetEventInformation
The configuration file is verry simple :
{
"LogConfig": {
"sources": [
{
"type": "ETW",
"providers": [
{
"ProviderGuid": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAA",
"level": "Error"
}
]
}
]
}
}
Do I need to do something extra for manifest based/ extra properties event ?