<?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: Sourcetype renaming not taking in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68166#M13802</link>
    <description>&lt;P&gt;I am also seeing the same thing.  I have put a props.conf file in /etc/system/local directory and it looks almost identical in the format of the one post by srich.  After about an hour I still am not seeing all my sourcetypes renamed.  How long does this take?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2011 17:34:45 GMT</pubDate>
    <dc:creator>gnovak</dc:creator>
    <dc:date>2011-11-18T17:34:45Z</dc:date>
    <item>
      <title>Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68165#M13801</link>
      <description>&lt;P&gt;Following the documentation for sourcetype renaming, I still fail to get it working.  I have added an entry in Sourcetype renaming and have created a props.conf file in the etc/system/local directory.  I have restarted Splunkd and still zip.  I'm running the latest version of Splunk.  Help!&lt;/P&gt;

&lt;P&gt;props.conf:&lt;BR /&gt;
[Printer]&lt;BR /&gt;
rename=System-III&lt;/P&gt;

&lt;P&gt;[Printer2]&lt;BR /&gt;
rename=System-III&lt;/P&gt;

&lt;P&gt;[Printer3]&lt;BR /&gt;
rename=System-III&lt;/P&gt;

&lt;P&gt;[Printer-too_small]&lt;BR /&gt;
rename=System-III&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2011 18:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68165#M13801</guid>
      <dc:creator>srich</dc:creator>
      <dc:date>2011-08-31T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68166#M13802</link>
      <description>&lt;P&gt;I am also seeing the same thing.  I have put a props.conf file in /etc/system/local directory and it looks almost identical in the format of the one post by srich.  After about an hour I still am not seeing all my sourcetypes renamed.  How long does this take?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68166#M13802</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-11-18T17:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68167#M13803</link>
      <description>&lt;P&gt;Actually one thing i just found out.  I put the props.conf on the indexer and it appears to be working.  At first I put it on the lightweight forwarder.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 17:44:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68167#M13803</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-11-18T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68168#M13804</link>
      <description>&lt;P&gt;After i thought this worked, it actually didn't.  I have props.conf on all of my main indexers and still i am not seeing the sourcetype renamed.  it's still showing up as the old one.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2011 20:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68168#M13804</guid>
      <dc:creator>gnovak</dc:creator>
      <dc:date>2011-11-18T20:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68169#M13805</link>
      <description>&lt;P&gt;Sourcetype renaming is a search-time operation. The props.conf with the renamed sourcetype should be placed on your search head. You should be able to observe the renamed sourcetype taking effect immediately by running a search; you do not need to index any new data.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2011 02:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68169#M13805</guid>
      <dc:creator>ewoo</dc:creator>
      <dc:date>2011-11-22T02:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype renaming not taking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68170#M13806</link>
      <description>&lt;P&gt;If you have Splunk Enterprise, you can use the rename attribute in props.conf to assign events to a new source type at search time. In case you ever need to search on it, the original source type is moved to a separate field, _sourcetype.&lt;BR /&gt;
Do the changes on the search Head.&lt;/P&gt;

&lt;P&gt;You can also refer to the below link to rename the sourcetype at search time.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Renamesourcetypes"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Renamesourcetypes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 05:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-renaming-not-taking/m-p/68170#M13806</guid>
      <dc:creator>pgoyal_splunk</dc:creator>
      <dc:date>2020-01-31T05:25:40Z</dc:date>
    </item>
  </channel>
</rss>

