<?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 log going to the wrong sourcetype in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595218#M103963</link>
    <description>&lt;P&gt;One thing what you should still do is check those with btool on your HF (/UF).&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# For inputs on source system HF or was it UF?
splunk btool inputs list &amp;lt;stanza name here&amp;gt; --debug
# And for sourcetypes on your HF
splunk btool props list &amp;lt;sourcetype name here&amp;gt; --debug&lt;/LI-CODE&gt;&lt;P&gt;That shows if there still is some other config files which overrides those settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 14:17:39 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2022-04-25T14:17:39Z</dc:date>
    <item>
      <title>Why is windows log going to the wrong sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595064#M103955</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Logs are going to source= WinEventLog:Application and sourcetype="WinEventLog" instead of source="WinEventLog:Security" sourcetype="WinEventLog:Security"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ran this search&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;index=*** sourcetype="*wineventlog*" rha***s-wds EventCode=517 signature="The audit log was cleared"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 15:07:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595064#M103955</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-04-25T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595099#M103956</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240625"&gt;@So76&lt;/a&gt;&amp;nbsp; - Can you please share the following information?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Splunk version&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; contains that is collecting the logs&lt;/LI&gt;&lt;LI&gt;Do you have any parsing stage dynamic metadata changing attributes?&lt;UL&gt;&lt;LI&gt;Search for "&lt;STRONG&gt;MetaData:Sourcetype&lt;/STRONG&gt;" in &lt;STRONG&gt;transforms.conf&lt;/STRONG&gt; on your indexers and heavy forwarders.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 25 Apr 2022 05:37:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595099#M103956</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-04-25T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595141#M103958</link>
      <description>&lt;P&gt;Also you should told if you are using Splunk_TA_windows (also version) or have you just created those configurations by yourself?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using it have you installed it on all needed layers (UF - HF/IDX - SH) or only in some?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 09:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595141#M103958</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-04-25T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595196#M103959</link>
      <description>&lt;P&gt;Below is the config in TA_windows. No props or transforms. I did not configure it&lt;/P&gt;&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;disabled=0&lt;BR /&gt;index=*****&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;disabled=0&lt;BR /&gt;index=rhr_windows&lt;BR /&gt;blacklist=4674,5156&lt;/P&gt;&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;disabled=0&lt;BR /&gt;index=*****&lt;/P&gt;&lt;P&gt;[WinEventLog://Microsoft-Windows-AppLocker/EXE and DLL]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;index=*****&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;[WinEventLog://Microsoft-Windows-AppLocker/MSI and Script]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;index=*****&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;[WinEventLog://Microsoft-Windows-AppLocker/Packaged app-Deployment]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;index=*****&lt;BR /&gt;renderXml=false&lt;/P&gt;&lt;P&gt;[WinEventLog://Microsoft-Windows-AppLocker/Packaged app-Execution]&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;index=*****&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 12:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595196#M103959</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-04-25T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595202#M103960</link>
      <description>&lt;P&gt;Splunk Version 8.2 but HF is on 8.1.5&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595202#M103960</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-04-25T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595203#M103961</link>
      <description>&lt;P&gt;Your configuration seems okay. I personally have not heard of any bug reported for Splunk that generates data in wrong sourcetypes.&lt;/P&gt;&lt;P&gt;You are also using the recent version of Splunk so that is even less likely to have that issue.&lt;/P&gt;&lt;P&gt;If you are sure that there are no props.conf or transforms.conf stanzas added/updated related to this data then you can contact Splunk support.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595203#M103961</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-04-25T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595205#M103962</link>
      <description>&lt;P&gt;Will contact splunk support&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:10:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595205#M103962</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-04-25T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595218#M103963</link>
      <description>&lt;P&gt;One thing what you should still do is check those with btool on your HF (/UF).&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# For inputs on source system HF or was it UF?
splunk btool inputs list &amp;lt;stanza name here&amp;gt; --debug
# And for sourcetypes on your HF
splunk btool props list &amp;lt;sourcetype name here&amp;gt; --debug&lt;/LI-CODE&gt;&lt;P&gt;That shows if there still is some other config files which overrides those settings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:17:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595218#M103963</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-04-25T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Windows log going to the wrong sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595219#M103964</link>
      <description>&lt;P&gt;Will run btool as suggested. Will get back to you&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 14:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-windows-log-going-to-the-wrong-sourcetype/m-p/595219#M103964</guid>
      <dc:creator>So76</dc:creator>
      <dc:date>2022-04-25T14:20:35Z</dc:date>
    </item>
  </channel>
</rss>

