20 lines
350 B
Plaintext
20 lines
350 B
Plaintext
instance of ConsoleEventConsumer
|
|
{
|
|
Name = "1";
|
|
};
|
|
|
|
instance of __EventFilter
|
|
{
|
|
Name = "1";
|
|
Query = "select * from FastEvent where o isa \"FastEvent\"";
|
|
QueryLanguage = "WQL";
|
|
};
|
|
|
|
|
|
instance of __FilterToConsumerBinding
|
|
{
|
|
Consumer = "ConsoleEventConsumer.Name=\"1\"";
|
|
Filter = "__EventFilter.Name=\"1\"";
|
|
};
|
|
|