<?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: Can the Splunk Add-on for Sysmon work with a file input on a Heavy Forwarder ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627485#M107719</link>
    <description>&lt;P&gt;Splunk covers that as well. Select "Monitor" instead of "Upload".&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.3/Data/MonitorfilesanddirectorieswithSplunkWeb" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.3/Data/MonitorfilesanddirectorieswithSplunkWeb&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/b2Kztj03hBc" target="_blank"&gt;https://youtu.be/b2Kztj03hBc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 16:06:00 GMT</pubDate>
    <dc:creator>wmazur-splunk</dc:creator>
    <dc:date>2023-01-18T16:06:00Z</dc:date>
    <item>
      <title>Can the Splunk Add-on for Sysmon work with a file input on a Heavy Forwarder ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627436#M107714</link>
      <description>&lt;P&gt;I would like to be able to configure the&amp;nbsp;&lt;SPAN&gt;Splunk Add-on for Sysmon to ingest logs from a file instead of the Windows Event Log directly. The default &lt;STRONG&gt;input.conf&lt;/STRONG&gt; in the Splunk Add-on for Sysmon App contains the following:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[WinEventLog://WEC-Sysmon]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;disabled = true&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;renderXml = 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;source = XmlWinEventLog:Microsoft-Windows-Sysmon/Operational&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sourcetype = XmlWinEventLog:WEC-Sysmon&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host = WinEventLogForwardHost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I tried to override the input like so:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[monitor:///path/to/my_file/filename.log]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;disabled = false&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;renderXml = 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;source = XmlWinEventLog:Microsoft-Windows-Sysmon/Operational&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;sourcetype = XmlWinEventLog:WEC-Sysmon&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host = WinEventLogForwardHost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, it doesn't work and no logs appear to be sent by the Heavy Forwarder to my Indexer. the file I am using contains Windows Logs in a standard Windows Event Log XML format (1 per line). I want to be CIM compliant with my Sysmon logs but I cannot use a&amp;nbsp;WinEventLog:// input, I have to use a file input.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 09:41:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627436#M107714</guid>
      <dc:creator>whardy</dc:creator>
      <dc:date>2023-01-18T09:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Splunk Add-on for Sysmon work with a file input on a Heavy Forwarder ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627442#M107715</link>
      <description>&lt;P&gt;Probably it won't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try "regular" approach: Settings -&amp;gt; Data Input -&amp;gt; Upload files from computer, select `&lt;STRONG&gt;XmlWinEventLog:WEC-Sysmon`&amp;nbsp;&lt;/STRONG&gt;as a source type in second step (Set Source Type).&lt;/P&gt;&lt;P&gt;You can select source type from any installed add-on. Splunk will try to digest the input according to the expected source type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 11:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627442#M107715</guid>
      <dc:creator>wmazur-splunk</dc:creator>
      <dc:date>2023-01-18T11:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Splunk Add-on for Sysmon work with a file input on a Heavy Forwarder ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627471#M107717</link>
      <description>&lt;P&gt;This is not an option since the file is constantly being updated with new logs and manually uploading the file is not an option.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 14:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627471#M107717</guid>
      <dc:creator>whardy</dc:creator>
      <dc:date>2023-01-18T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Splunk Add-on for Sysmon work with a file input on a Heavy Forwarder ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627485#M107719</link>
      <description>&lt;P&gt;Splunk covers that as well. Select "Monitor" instead of "Upload".&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.3/Data/MonitorfilesanddirectorieswithSplunkWeb" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.3/Data/MonitorfilesanddirectorieswithSplunkWeb&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/b2Kztj03hBc" target="_blank"&gt;https://youtu.be/b2Kztj03hBc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-the-Splunk-Add-on-for-Sysmon-work-with-a-file-input-on-a/m-p/627485#M107719</guid>
      <dc:creator>wmazur-splunk</dc:creator>
      <dc:date>2023-01-18T16:06:00Z</dc:date>
    </item>
  </channel>
</rss>

