2025-04-27 07:49:33 -04:00

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\"";
};