<?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 Retiring an app, how do I combine sourcetypes without breaking sourcetyping or duplicating data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136268#M28069</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have two apps apache_forwarder and apache_unified_forwarder. I am getting ready to retire the apache_unified_forwarder app but there are a few issues in inputs.conf that need to be resolved first.&lt;/P&gt;

&lt;P&gt;I need to combine the sourcetypes. How would I combine this stanza without breaking sourcetyping or duplicating data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/httpd/ssl_access_log]
disabled = false
sourcetype = s_apache
index = apache_access_logs
recursive=false
whitelist = /ssl_access_log$
followSymlink = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;into &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/httpd/access_log]
disabled = false
followTail = 0
sourcetype = access_combined
index = apache_access_logs
recursive=false
followSymlink = false
whitelist=access_log$
blacklist=ssl

[monitor:///var/log/httpd/error_log]
disabled = false
followTail = 0
sourcetype = apache_error
index = apache_access_logs
recursive=false
followSymlink = false

[monitor:///var/log/httpd/ssl_access_log]
disabled = false
followTail = 0
sourcetype = apache_combined
index = apache_access_logs
recursive=false
followSymlink = false
whitelist=ssl_access_log$

[monitor:///var/log/httpd/mod_jk.log]
disabled = false
followTail = 0
sourcetype = mod_jk
index = mod_jk
recursive=false
followSymlink = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Sep 2020 20:07:49 GMT</pubDate>
    <dc:creator>tkwaller</dc:creator>
    <dc:date>2020-09-28T20:07:49Z</dc:date>
    <item>
      <title>Retiring an app, how do I combine sourcetypes without breaking sourcetyping or duplicating data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136268#M28069</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have two apps apache_forwarder and apache_unified_forwarder. I am getting ready to retire the apache_unified_forwarder app but there are a few issues in inputs.conf that need to be resolved first.&lt;/P&gt;

&lt;P&gt;I need to combine the sourcetypes. How would I combine this stanza without breaking sourcetyping or duplicating data:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/httpd/ssl_access_log]
disabled = false
sourcetype = s_apache
index = apache_access_logs
recursive=false
whitelist = /ssl_access_log$
followSymlink = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;into &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/httpd/access_log]
disabled = false
followTail = 0
sourcetype = access_combined
index = apache_access_logs
recursive=false
followSymlink = false
whitelist=access_log$
blacklist=ssl

[monitor:///var/log/httpd/error_log]
disabled = false
followTail = 0
sourcetype = apache_error
index = apache_access_logs
recursive=false
followSymlink = false

[monitor:///var/log/httpd/ssl_access_log]
disabled = false
followTail = 0
sourcetype = apache_combined
index = apache_access_logs
recursive=false
followSymlink = false
whitelist=ssl_access_log$

[monitor:///var/log/httpd/mod_jk.log]
disabled = false
followTail = 0
sourcetype = mod_jk
index = mod_jk
recursive=false
followSymlink = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:07:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136268#M28069</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2020-09-28T20:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Retiring an app, how do I combine sourcetypes without breaking sourcetyping or duplicating data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136269#M28070</link>
      <description>&lt;P&gt;I am sure you can figure something out using &lt;CODE&gt;sourcetype renaming&lt;/CODE&gt; which allows you to see &lt;EM&gt;both&lt;/EM&gt; the original as field &lt;CODE&gt;_sourcetype&lt;/CODE&gt; and the renamed one as field &lt;CODE&gt;sourcetype&lt;/CODE&gt;:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Renamesourcetypes"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Renamesourcetypes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 19:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136269#M28070</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-04T19:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Retiring an app, how do I combine sourcetypes without breaking sourcetyping or duplicating data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136270#M28071</link>
      <description>&lt;P&gt;Yes I found that, the problem is that any savedsearch/dashboard/alert that uses sourcetype=whatever will have to be found and changed.&lt;/P&gt;

&lt;P&gt;Thanks for the link, much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 19:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Retiring-an-app-how-do-I-combine-sourcetypes-without-breaking/m-p/136270#M28071</guid>
      <dc:creator>tkwaller</dc:creator>
      <dc:date>2015-06-04T19:51:43Z</dc:date>
    </item>
  </channel>
</rss>

