Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a way to connect to a windows server and grab the Event logs?

Is there a way to connect to a windows server and grab the Event logs?

4 Replies
marcus_sommer

Yes it is - by use "wevtutil" in a cmd-file:

wevtutil qe Application /f:text /q:"*[System/Level>=1]" >D:\YOURPATH\Application.txt

result is a strutured text-stream and not data sets, but this could transform with vbscript and QV.

Make sure that the user had appropiate access to the event-logs!

- Marcus

Not applicable
Author

Take a look at the System Monitor, i think they do pull data from system logs.

Not applicable
Author

I mean to grab server logs not just qlikview logs, or does system monitor do that?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I use MSLogparser as a preprocessor and load the output to QV.

-Rob