<?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: Help me find where my sourcetype is getting broken ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448849#M78013</link>
    <description>&lt;P&gt;I am not seeing anything that could cause that. &lt;/P&gt;

&lt;P&gt;Splunk Add-on for Microsoft Windows version 4.8.4&lt;BR /&gt;
Copyright (C) 2009-2016 Splunk Inc. All Rights Reserved.&lt;/P&gt;

&lt;P&gt;For documentation, see: &lt;A href="http://docs.splunk.com/Documentation/WindowsAddOn/latest"&gt;http://docs.splunk.com/Documentation/WindowsAddOn/latest&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 19:08:38 GMT</pubDate>
    <dc:creator>daniel333</dc:creator>
    <dc:date>2018-09-05T19:08:38Z</dc:date>
    <item>
      <title>Help me find where my sourcetype is getting broken ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448847#M78011</link>
      <description>&lt;P&gt;All, &lt;/P&gt;

&lt;P&gt;My Windows Event Log items are coming in as sourcetype=WinEventLog and not sourcetype=WinEventLog:Security as it set in my inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# inputs.conf
[WinEventLog://Security]
  source = WinEventLog:Security
  sourcetype=WinEventLog:Security
  disabled = 0
  start_from = oldest
  current_only = 0
  evt_resolve_ad_obj = 1
  checkpointInterval = 5
  blacklist1 = EventCode="4662" Message="Object Type:(?!\s*groupPolicyContainer)"
  blacklist2 = EventCode="566" Message="Object Type:(?!\s*groupPolicyContainer)"
  index = wineventlog
  renderXml=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On my intermediate servers I have a props.conf file &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::WinEventLog:Security]
  sourcetype=WinEventLog:Security
  TRANSFORMS-winsourceeventlogsecurity = route_stubhinfo_to_es

[WinEventLog:Security]
 TRANSFORMS-wineventlogsecurity = route_stubhinfo_to_es
#props.conf
[route_stubhinfo_to_es]
  REGEX=.*
  DEST_KEY=_TCP_ROUTING
  FORMAT=lvssplunkes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My indexers do not have any props.conf settings. &lt;BR /&gt;
My search heads do not have search time sourcetype renaming enabled. &lt;/P&gt;

&lt;P&gt;Any idea where I might be messing up? How I can troubleshoot this farther? &lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 02:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448847#M78011</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2018-09-05T02:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help me find where my sourcetype is getting broken ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448848#M78012</link>
      <description>&lt;P&gt;You probably have Splunk TA Windows v5.0.0 installed, this does sourcetype transforms and as of version 5.0.0, sourcetype no longer includes the type of eventlog, it just says "WinEventLog". See also: &lt;A href="http://docs.splunk.com/Documentation/WindowsAddOn/5.0.0/User/Upgrade#Source_and_sourcetype_changes_for_WinEventLog_data"&gt;http://docs.splunk.com/Documentation/WindowsAddOn/5.0.0/User/Upgrade#Source_and_sourcetype_changes_for_WinEventLog_data&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 07:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448848#M78012</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-09-05T07:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help me find where my sourcetype is getting broken ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448849#M78013</link>
      <description>&lt;P&gt;I am not seeing anything that could cause that. &lt;/P&gt;

&lt;P&gt;Splunk Add-on for Microsoft Windows version 4.8.4&lt;BR /&gt;
Copyright (C) 2009-2016 Splunk Inc. All Rights Reserved.&lt;/P&gt;

&lt;P&gt;For documentation, see: &lt;A href="http://docs.splunk.com/Documentation/WindowsAddOn/latest"&gt;http://docs.splunk.com/Documentation/WindowsAddOn/latest&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 19:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448849#M78013</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2018-09-05T19:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help me find where my sourcetype is getting broken ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448850#M78014</link>
      <description>&lt;P&gt;Are you sure you have 4.8.4 everywhere and not version 5?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-me-find-where-my-sourcetype-is-getting-broken/m-p/448850#M78014</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-09-06T09:03:14Z</dc:date>
    </item>
  </channel>
</rss>

