I'm curious about something. I'm developing a Windows service and log all the diagnostic events into the Windows Event Log. So when the service is running I open the Event Viewer (from Administrative tools) to view the results of my service's operation.
Batch size: Set the maximum number of events to read per polling request. Bydefault, each request reads up to 500 events. Set as high as you need to;however, if you configure the Source to pull from multiple event logs, be awarethat setting Batch Size higher can keep one log waiting longer while theSource collects a batch from another log.
If you are running this Source to collect events on a Windows Node without admin access, change the permission on the registry entry for the EventLog key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog to Read.
08ab062aa8