<?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 How to import exported windows eventlog to eventviewer for indexing? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101063#M21166</link>
    <description>&lt;P&gt;I have exported evt files on Windows. I would like to index it by splunk. I know splunk on windows can index their own windows application and system, security logs. But I am not sure how to import exported evt files to windows event viewer in order to index them by splunk. Could somebody help to achieve this? Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2012 12:09:05 GMT</pubDate>
    <dc:creator>Takajian</dc:creator>
    <dc:date>2012-03-26T12:09:05Z</dc:date>
    <item>
      <title>How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101063#M21166</link>
      <description>&lt;P&gt;I have exported evt files on Windows. I would like to index it by splunk. I know splunk on windows can index their own windows application and system, security logs. But I am not sure how to import exported evt files to windows event viewer in order to index them by splunk. Could somebody help to achieve this? Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 12:09:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101063#M21166</guid>
      <dc:creator>Takajian</dc:creator>
      <dc:date>2012-03-26T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101064#M21167</link>
      <description>&lt;P&gt;Is this a one-time upload, or will you need to read these files on an ongoing basis?  If it's one-time, you can probably use the Manager in Splunk Web to read them in.  If it's ongoing, you may need to set up a file/directory monitor.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 20:38:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101064#M21167</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2012-03-26T20:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101065#M21168</link>
      <description>&lt;P&gt;I am thinking both cases. Do you know how I need to configure configuration file like props.conf. Windows eventlog is binary, so I think I need to configure something to index the eventlog by one-time upload or set up a file/directory. Could you kindly help?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2012 22:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101065#M21168</guid>
      <dc:creator>Takajian</dc:creator>
      <dc:date>2012-03-26T22:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101066#M21169</link>
      <description>&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;you would need to convert evtx file in a Splunk friendly format such as xml using wevtutil&lt;BR /&gt;
For example: &lt;BR /&gt;wevtutil qe /lf yourlog.evtx &amp;gt; yourlog.xml&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;You can import xml file by using Splunk input manager and defining you own sourcetype:&lt;BR /&gt;
Manader-&amp;gt;Data Inputs-&amp;gt;Files and Directories -&amp;gt; Start a new source type&lt;BR /&gt;
Select &lt;YOUR log=""&gt;.xml and then adjust parsing setting until you get individual events. I ended up with props.conf like following:&lt;/YOUR&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;BREAK_ONLY_BEFORE=&amp;lt;Event &lt;BR /&gt;&lt;BR /&gt;
NO_BINARY_CHECK=1 &lt;BR /&gt;&lt;BR /&gt;
SHOULD_LINEMERGE=true &lt;BR /&gt;&lt;BR /&gt;
TIME_PREFIX=SystemTime= &lt;BR /&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;From that point on Splunk should be able to parse xml event natively&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Note that xml event contains only bare xml data, while Windows event viewer also adds metadata to it, such as error message text. It might be possible to add this information while exporting logs (it offers saving language specific information during export), but I didn't try that.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 02:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101066#M21169</guid>
      <dc:creator>rovechkin_splun</dc:creator>
      <dc:date>2012-03-30T02:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101067#M21170</link>
      <description>&lt;P&gt;Actually Splunk supports monitoring evtx files as described here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.1/Data/MonitorWindowsdata#Index_exported_event_log_.28.evt_or_.evtx.29_files"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.1/Data/MonitorWindowsdata#Index_exported_event_log_.28.evt_or_.evtx.29_files&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 03:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101067#M21170</guid>
      <dc:creator>rovechkin_splun</dc:creator>
      <dc:date>2012-04-05T03:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to import exported windows eventlog to eventviewer for indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101068#M21171</link>
      <description>&lt;P&gt;For one time activity is there any way to upload the imported eventviewer logs in evtx format for analysis. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-import-exported-windows-eventlog-to-eventviewer-for/m-p/101068#M21171</guid>
      <dc:creator>ramya_k</dc:creator>
      <dc:date>2018-11-28T09:29:52Z</dc:date>
    </item>
  </channel>
</rss>

