<?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: windows evtx logs to splunk linux deployment using a universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709474#M117203</link>
    <description>&lt;P&gt;This is just to add some pieces of information.&lt;/P&gt;&lt;P&gt;The Windows Event Log data is written to disk at least before and after a reboot or a restart of the "Windows Event Log" service. These files are then saved under &lt;FONT face="courier new,courier"&gt;C:\Windows\System32\winevt\Logs&lt;/FONT&gt; with names such as &lt;FONT face="courier new,courier"&gt;Application.evtx&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;Security.evtx&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;These files are in a somehow "binary" format, but this format is known and there are tools to extract their data in text format. E.g. using the Python language there's a module named "python-evtx".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I did &lt;STRONG&gt;not&lt;/STRONG&gt; try using this module inside a Linux based Indexer to directly read the data from the files.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Doing this is probably a bad idea for the standard Windows Event Logs as these are best read using the solution provided above, but in case of "standalone" event files, which other applications might create, using such tools is a way to go.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2025 15:18:06 GMT</pubDate>
    <dc:creator>rvany</dc:creator>
    <dc:date>2025-01-22T15:18:06Z</dc:date>
    <item>
      <title>windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/489582#M83711</link>
      <description>&lt;P&gt;i am trying to forward logs from a windows server to a linux splunk enterprise using the universal forwarder. the application.evtx file was transfered to folder D:\Archive_Logs\Application_Logs\Application.evtx instead of the regular folder where application logs are stored. I used the inputs.conf to monitor the file using [monitor://d:\Archive_Logs\Application_Logs\Application.evtx] . It seems to have ingested it but i only got 1 event with unreadable data. This is the same unreadable data when I try to use Add Data In feature in splunk. I read the document from &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/Data/MonitorWindowseventlogdata" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/Data/MonitorWindowseventlogdata&lt;/A&gt; and says there are some issues about using linux splunk for monitoring windows event logs. Not sure why this is not working because we also have other servers with windows event logs being sent to the same linux splunk enterprise but those are using the regular [WinEventLog://Application] input. Why does this happen and how can i get our logs sent to splunk? We have a splunk deployment with a deployment master pushing apps to windows servers.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:16:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/489582#M83711</guid>
      <dc:creator>d4rk_sp1d3r</dc:creator>
      <dc:date>2020-09-30T05:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/489583#M83712</link>
      <description>&lt;P&gt;The issue is that files in .evtx format are not readable - they are a custom binary format used by Microsoft. So even if you tries to read them on a Windows based Splunk server, it would not work. If they are sitting on a disk folder, then somebody has exported them and they are no longer Windows event logs, but just files containing data extracted from a windows event log. &lt;/P&gt;

&lt;P&gt;When using the standard Splunk Windows logs collection process - [WinEventLog://Application] - this is using API calls to read each event, rather than trying to read a file directly on disk. &lt;/P&gt;

&lt;P&gt;You will need to either convert the files to readable text, or switch to reading the events within the eventlog before being exported. There seems to be some details on using the tool  WEVTUTIL to perform this conversion. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/ask-the-performance-team/windows-vista-and-exported-event-log-files/ba-p/372550"&gt;https://techcommunity.microsoft.com/t5/ask-the-performance-team/windows-vista-and-exported-event-log-files/ba-p/372550&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/489583#M83712</guid>
      <dc:creator>wyfwa4</dc:creator>
      <dc:date>2020-04-30T16:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709474#M117203</link>
      <description>&lt;P&gt;This is just to add some pieces of information.&lt;/P&gt;&lt;P&gt;The Windows Event Log data is written to disk at least before and after a reboot or a restart of the "Windows Event Log" service. These files are then saved under &lt;FONT face="courier new,courier"&gt;C:\Windows\System32\winevt\Logs&lt;/FONT&gt; with names such as &lt;FONT face="courier new,courier"&gt;Application.evtx&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;Security.evtx&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;These files are in a somehow "binary" format, but this format is known and there are tools to extract their data in text format. E.g. using the Python language there's a module named "python-evtx".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I did &lt;STRONG&gt;not&lt;/STRONG&gt; try using this module inside a Linux based Indexer to directly read the data from the files.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Doing this is probably a bad idea for the standard Windows Event Logs as these are best read using the solution provided above, but in case of "standalone" event files, which other applications might create, using such tools is a way to go.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 15:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709474#M117203</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2025-01-22T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709486#M117205</link>
      <description>Here is one old answer for indexing windows .evtx files.&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Ingesting-offline-Windows-Event-logs-from-different-systems/m-p/649515" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Ingesting-offline-Windows-Event-logs-from-different-systems/m-p/649515&lt;/A&gt;</description>
      <pubDate>Wed, 22 Jan 2025 16:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709486#M117205</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-01-22T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709563#M117223</link>
      <description>&lt;P&gt;Thank you for the link(s). Would be great if Splunk had included this important bit of information in their docs...&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 07:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709563#M117223</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2025-01-23T07:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: windows evtx logs to splunk linux deployment using a universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709583#M117227</link>
      <description>I think that as those are usually ingested directly in windows nodes via correct input method, this is not a normal use case. Those who needs to investigate those files later usually already knows how this can do.</description>
      <pubDate>Thu, 23 Jan 2025 12:37:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/windows-evtx-logs-to-splunk-linux-deployment-using-a-universal/m-p/709583#M117227</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-01-23T12:37:48Z</dc:date>
    </item>
  </channel>
</rss>

