<?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 Rename Help in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95604#M19916</link>
    <description>&lt;P&gt;Thanks for replying. Yes. The code above is being pushed to the indexers. But still nothing coming through. Just noticed I had uneeded "\" in there. SO I just removed it. Still no luck. Any idea why this might not work? &lt;/P&gt;

&lt;P&gt;[code]&lt;BR /&gt;
[source::C:\Siebel\sba81\siebsrvr\enterprises\PROD\PROD_SCG*\log]&lt;BR /&gt;
sourcetype=siebel_scg_logs&lt;BR /&gt;
[/code]&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:21:00 GMT</pubDate>
    <dc:creator>dwilson333</dc:creator>
    <dc:date>2020-09-28T14:21:00Z</dc:date>
    <item>
      <title>Sourcetype Rename Help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95602#M19914</link>
      <description>&lt;P&gt;All, &lt;BR /&gt;
Very new to splunk here. I have data coming in from an app which we'll call "siebel". It's inputs looks like this. &lt;/P&gt;

&lt;P&gt;[code]&lt;BR /&gt;
[monitor://C:\Siebel\sba81\siebsrvr\enterprises\PROD\PROD_SCG*\log]&lt;BR /&gt;
ignoreOlderThan=14d&lt;BR /&gt;
index=siebel&lt;BR /&gt;
recursive = true&lt;BR /&gt;
[/code]&lt;/P&gt;

&lt;P&gt;I'd like to manually specify the sourcetype. I created in the same app a "props.conf" which reads as such &lt;BR /&gt;
[code]&lt;BR /&gt;
[source::\C:\Siebel\sba81\siebsrvr\enterprises\PROD\PROD_SCG*\log\]&lt;BR /&gt;
sourcetype=siebel_scg_logs&lt;BR /&gt;
[/code]&lt;/P&gt;

&lt;P&gt;I saved and restarted my deployment server. So far I have no seen the new Sourcetype and data come in. What might I be doing wrong? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:20:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95602#M19914</guid>
      <dc:creator>dwilson333</dc:creator>
      <dc:date>2020-09-28T14:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Rename Help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95603#M19915</link>
      <description>&lt;P&gt;Any reason you wouldn't set the sourcetype explicitly through the inputs.conf?&lt;/P&gt;

&lt;P&gt;If you really want to use props, it would have to be pushed out to the indexer (not forwarder), as that's where the parsing's done.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2013 20:36:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95603#M19915</guid>
      <dc:creator>srioux</dc:creator>
      <dc:date>2013-07-15T20:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Rename Help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95604#M19916</link>
      <description>&lt;P&gt;Thanks for replying. Yes. The code above is being pushed to the indexers. But still nothing coming through. Just noticed I had uneeded "\" in there. SO I just removed it. Still no luck. Any idea why this might not work? &lt;/P&gt;

&lt;P&gt;[code]&lt;BR /&gt;
[source::C:\Siebel\sba81\siebsrvr\enterprises\PROD\PROD_SCG*\log]&lt;BR /&gt;
sourcetype=siebel_scg_logs&lt;BR /&gt;
[/code]&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:21:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95604#M19916</guid>
      <dc:creator>dwilson333</dc:creator>
      <dc:date>2020-09-28T14:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Rename Help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95605#M19917</link>
      <description>&lt;P&gt;Again, why not just set the sourcetype in inputs.conf right from the start? There are reasons why your props.conf entries won't work and there are ways to make it work, but it's really much more complicated and unnecessary than setting the sourcetype to the correct value in inputs.conf directly.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95605#M19917</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-07-15T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Rename Help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95606#M19918</link>
      <description>&lt;P&gt;The recommendation still remains that you set it in inputs.conf explicitly.  That being said, if your intent is still to use props make sure that the 'source' entry actually matches what Splunk thinks the source is (look at your data in the UI to see).  If there are typos, or anything weird it may not match.&lt;/P&gt;

&lt;P&gt;You can always use Splunk btool to have a look.  Just run the following on your indexer:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/bin/splunk cmd btool props list&lt;/P&gt;

&lt;P&gt;Take a look at what configs show up for that particular source.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 17:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-Rename-Help/m-p/95606#M19918</guid>
      <dc:creator>srioux</dc:creator>
      <dc:date>2013-07-16T17:35:22Z</dc:date>
    </item>
  </channel>
</rss>

