It's because you don't get any data from the module called "log_eventtest", probably in the source "System" and with type "Information" you dont have any data, try to remove the "eventtype" filter and you will get more data.
Can anyone tell me why
module_begin
module_name log_eventtest
module_type generic_data_string
module_logevent
module_description System errors test
module_source System
module_eventtype Information
module_end
would constantly come back as a Non Initialized module
when
module_begin
module_name System Events (Log Me In)
module_type generic_data_string
module_logevent
module_description Log Events coming from Log Me In
module_source Application
module_application LogMeIn
module_end
works absolutely fine
server is the latest VMWare Virtual Appliance and host PC is Server 2008 32 SP2 with the latest 3.1 windows client installed
Thanks