<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to connect to a windows server and grab the Event logs? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434713#M162043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean to grab server logs not just qlikview logs, or does system monitor do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 14:27:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-07T14:27:26Z</dc:date>
    <item>
      <title>Is there a way to connect to a windows server and grab the Event logs?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434710#M162040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to connect to a windows server and grab the Event logs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 13:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434710#M162040</guid>
      <dc:creator />
      <dc:date>2013-05-07T13:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to connect to a windows server and grab the Event logs?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434711#M162041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is - by use "wevtutil" in a cmd-file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wevtutil qe Application /f:text /q:"*[System/Level&amp;gt;=1]" &amp;gt;D:\YOURPATH\Application.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result is a strutured text-stream and not data sets, but this could transform with vbscript and QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that the user had appropiate access to the event-logs!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434711#M162041</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-05-07T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to connect to a windows server and grab the Event logs?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434712#M162042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the System Monitor, i think they do pull data from system logs. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434712#M162042</guid>
      <dc:creator />
      <dc:date>2013-05-07T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to connect to a windows server and grab the Event logs?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434713#M162043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean to grab server logs not just qlikview logs, or does system monitor do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434713#M162043</guid>
      <dc:creator />
      <dc:date>2013-05-07T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to connect to a windows server and grab the Event logs?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434714#M162044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use MSLogparser as a preprocessor and load the output to QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-way-to-connect-to-a-windows-server-and-grab-the-Event/m-p/434714#M162044</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-05-07T14:28:01Z</dc:date>
    </item>
  </channel>
</rss>

