<?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: Sysmon logs appear as binary/hex in Splunk how to fix? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748281#M58844</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311042"&gt;@bakeery&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you confirm which UF version you are running on? There is a known issue (SPL-217199) in &amp;lt; 9.0.1 relating to WinEventLog sourcetype having encoded broken fields appended and I'm wondering if this could be related?&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://splunk.my.site.com/customer/s/article/Special-characters-in-sourcetype-for-windows-data-in-UF" target="_blank"&gt;https://splunk.my.site.com/customer/s/article/Special-characters-in-sourcetype-for-windows-data-in-UF&lt;/A&gt;&amp;nbsp;for more info.&lt;/P&gt;&lt;P&gt;If you are on &amp;lt;9.0.1 I would recommend upgrading to see if this resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 21:24:52 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-06-18T21:24:52Z</dc:date>
    <item>
      <title>Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748269#M58842</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I’m using the Splunk Universal Forwarder on Windows to collect event logs. My inputs.conf includes the following configurations:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;[WinEventLog://Security]
disabled = 0
index = win_log

[WinEventLog://System]
disabled = 0
index = win_log

[WinEventLog://Application]
disabled = 0
index = win_log

[WinEventLog://Microsoft-Windows-Sysmon/Operational]
disabled = 0
renderXml = true
index = win_log&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first three (Security, System, and Application) work perfectly and show readable, structured logs.&lt;/P&gt;&lt;P&gt;However, when I run:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;index=win_log sourcetype=*sysmon*&lt;/LI-CODE&gt;&lt;P&gt;I get logs in unreadable binary or hex format like:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;\x00\x00**\x00\x00 &amp;#2;\x00\x00@&amp;#12;\x00\x00\x00\x00\x00\x00\xCE....&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;How can I fix this and get properly parsed Sysmon logs (with fields like CommandLine, ParentProcess, etc.)?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splu.PNG" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39413iBCF0C76EFFE4798A/image-size/large?v=v2&amp;amp;px=999" role="button" title="splu.PNG" alt="splu.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 19:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748269#M58842</guid>
      <dc:creator>bakeery</dc:creator>
      <dc:date>2025-06-18T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748274#M58843</link>
      <description>&lt;P&gt;It is highly improbable that the eventlog input mangles the events. I'd rather suspect that it's being ingested some different way. Since there is a UTF-16-encoded text there I'd suspect that apart from ingesting data from event log you're somehow trying to read the raw evtx file.&lt;/P&gt;&lt;P&gt;Or you've hit some bug in the UF.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 20:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748274#M58843</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-06-18T20:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748281#M58844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311042"&gt;@bakeery&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you confirm which UF version you are running on? There is a known issue (SPL-217199) in &amp;lt; 9.0.1 relating to WinEventLog sourcetype having encoded broken fields appended and I'm wondering if this could be related?&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://splunk.my.site.com/customer/s/article/Special-characters-in-sourcetype-for-windows-data-in-UF" target="_blank"&gt;https://splunk.my.site.com/customer/s/article/Special-characters-in-sourcetype-for-windows-data-in-UF&lt;/A&gt;&amp;nbsp;for more info.&lt;/P&gt;&lt;P&gt;If you are on &amp;lt;9.0.1 I would recommend upgrading to see if this resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 21:24:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748281#M58844</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-18T21:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748292#M58846</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311042"&gt;@bakeery&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using sysmon add-on?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://splunkbase.splunk.com/app/5709" target="_blank"&gt;#https://splunkbase.splunk.com/app/5709&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also refer below #&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-the-Sysmon-Technology-Add-on-Parsing-my-Sysmon-Logs/m-p/370757" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Why-isn-t-the-Sysmon-Technology-Add-on-Parsing-my-Sysmon-Logs/m-p/370757&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 06:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748292#M58846</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-06-19T06:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748296#M58848</link>
      <description>&lt;P&gt;Thank you for your reply. I am using Splunk 9.4.2&amp;nbsp;which is the latest version as of now.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748296#M58848</guid>
      <dc:creator>bakeery</dc:creator>
      <dc:date>2025-06-19T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sysmon logs appear as binary/hex in Splunk how to fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748298#M58849</link>
      <description>&lt;P&gt;No, I am not using a Splunk add-on I am using the Splunk forwarder to send the logs&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:46:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Sysmon-logs-appear-as-binary-hex-in-Splunk-how-to-fix/m-p/748298#M58849</guid>
      <dc:creator>bakeery</dc:creator>
      <dc:date>2025-06-19T07:46:53Z</dc:date>
    </item>
  </channel>
</rss>

