<?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: Ingesting same Windows log with two different input stanzas in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/553954#M38459</link>
    <description>&lt;P&gt;Look into "CLONE_SOURCETYPE"? or maybe this here. sorry for the hit n run...&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-can-I-use-CLONE-SOURCETYPE-to-send-a-cloned-modified-event/m-p/317487" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-can-I-use-CLONE-SOURCETYPE-to-send-a-cloned-modified-event/m-p/317487&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jun 2021 19:30:13 GMT</pubDate>
    <dc:creator>jamesjarrett</dc:creator>
    <dc:date>2021-06-01T19:30:13Z</dc:date>
    <item>
      <title>Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486716#M31904</link>
      <description>&lt;P&gt;I am collecting Sysmon logs via Splunk UF in XML format (renderXml=true). I need to forward some specific Sysmon events to QRadar without XML formatting. I would like to keep sending all Sysmon events in XML format to Splunk.&lt;/P&gt;

&lt;P&gt;I tried to make two different stanzas in inputs.conf trying to ingest the same log in two different ways but it does not seem to work.&lt;/P&gt;

&lt;P&gt;It looks like Splunk merge these two together in runtime.&lt;/P&gt;

&lt;P&gt;The idea was to filter non-XML events on HF by using props.conf, transforms.conf and _SYSLOG_ROUTING to send it to QRadar.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Microsoft-Windows-Sysmon/Operational]
disabled = 0
renderXml = true
index = sysmon

[WinEventLog://Microsoft-Windows-Sysmon/Operational]
disabled = 0
renderXml = false
index = sysmon
whitelist = 1,22
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486716#M31904</guid>
      <dc:creator>dkarbowski</dc:creator>
      <dc:date>2020-09-30T04:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486717#M31905</link>
      <description>&lt;P&gt;Spitballing...&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Possibly two forwarders on the same host and put one rule on each forwarder?&lt;BR /&gt;
&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/running-two-universal-forwarders-on-windows.html"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/running-two-universal-forwarders-on-windows.html&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Collect remotely using WMI and let a Heavy Forwarder route to QRadar &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowseventlogdata#Use_WMI"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowseventlogdata#Use_WMI&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Write code to query the data from the Splunk REST API, reformat message, and post to to QRadar &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing"&gt;https://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;PowerShell script to periodically query events and either write to a new log, post to Splunk HTTP Event Collector, or directly to QRadar &lt;A href="https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.diagnostics/get-winevent?view=powershell-7"&gt;https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.diagnostics/get-winevent?view=powershell-7&lt;/A&gt; &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HECExamples"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/HECExamples&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Splunk Data Stream Processor &lt;A href="https://www.splunk.com/en_us/software/stream-processing.html"&gt;https://www.splunk.com/en_us/software/stream-processing.html&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486717#M31905</guid>
      <dc:creator>bandit</dc:creator>
      <dc:date>2020-03-06T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486718#M31906</link>
      <description>&lt;P&gt;Not possible.  You will need to install the UF twice in order to accomplish this.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 19:03:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486718#M31906</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-06T19:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486719#M31907</link>
      <description>&lt;P&gt;Hi @dkarbowski,&lt;BR /&gt;
you could try to create a symbolic link and use the second stanza pointing to the symbolic link file.&lt;BR /&gt;
I'm sure of this solution on Linux because I used it, I never tested it on Windows!&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 08:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486719#M31907</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-03-07T08:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486720#M31908</link>
      <description>&lt;P&gt;That would work for a file, which this is not.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 13:03:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/486720#M31908</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-07T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting same Windows log with two different input stanzas</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/553954#M38459</link>
      <description>&lt;P&gt;Look into "CLONE_SOURCETYPE"? or maybe this here. sorry for the hit n run...&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-can-I-use-CLONE-SOURCETYPE-to-send-a-cloned-modified-event/m-p/317487" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-can-I-use-CLONE-SOURCETYPE-to-send-a-cloned-modified-event/m-p/317487&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 19:30:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Ingesting-same-Windows-log-with-two-different-input-stanzas/m-p/553954#M38459</guid>
      <dc:creator>jamesjarrett</dc:creator>
      <dc:date>2021-06-01T19:30:13Z</dc:date>
    </item>
  </channel>
</rss>

