check_eventlog with Windows Log Channels always returns "Ok - No entries found" #201
-
|
Hello everyone, Now we want to check and filter Windows Log Channels for messages, but we always get an ‘Ok - No entries found’, no matter how we filter. You can find the trace output in the attachment. In the ‘AppID’ channel log, 10 events were visible in the event log viewer (4 x error, 6 x information). We would be very happy to receive ideas on where our error lies. Thank you very much, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This is a know issue and on the roadmap. Right now, windows eventlog data is fetched via wmi and that's limited to system logs. Application eventlogs can only be fetched via powershell and not by wmi. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thanks for the quick reply and the hint with Powershell. |
Beta Was this translation helpful? Give feedback.
This is a know issue and on the roadmap. Right now, windows eventlog data is fetched via wmi and that's limited to system logs. Application eventlogs can only be fetched via powershell and not by wmi.