23 lines
420 B
Plaintext
23 lines
420 B
Plaintext
#pragma namespace("\\root")
|
|
|
|
instance of ConsoleEventConsumer
|
|
{
|
|
Name = "1";
|
|
};
|
|
|
|
instance of __EventFilter
|
|
{
|
|
Name = "1";
|
|
EventNamespace = "root\\default";
|
|
Query = "select * from FastEvent where o isa \"FastEvent\"";
|
|
QueryLanguage = "WQL";
|
|
};
|
|
|
|
|
|
instance of __FilterToConsumerBinding
|
|
{
|
|
Consumer = "ConsoleEventConsumer.Name=\"1\"";
|
|
Filter = "__EventFilter.Name=\"1\"";
|
|
};
|
|
|