<?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: Configuration Files in Default and Local App folders: How to create three sourcetypes? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610882#M212443</link>
    <description>&lt;P&gt;I think I got the answer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/" target="_blank"&gt;Anatomy of a Splunk app | Documentation | Splunk Developer Program&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 22:42:57 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-08-25T22:42:57Z</dc:date>
    <item>
      <title>Configuration Files in Default and Local App folders: How to create three sourcetypes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610876#M212442</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have one data source and getting feed through the &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; file located under &lt;STRONG&gt;default&lt;/STRONG&gt; folder and it is currently assigned to one &lt;STRONG&gt;sourcetype&lt;/STRONG&gt;. It has files with 3 different naming conventions and I have to create three source types based on that. How should I do it? Should I create separate configuration files (&lt;STRONG&gt;props&lt;/STRONG&gt; and &lt;STRONG&gt;inputs&lt;/STRONG&gt;)&amp;nbsp; inside the &lt;STRONG&gt;local&lt;/STRONG&gt; folder and assign 3 &lt;STRONG&gt;sourcetypes;&amp;nbsp;&lt;/STRONG&gt;leave the &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&amp;nbsp;file under &lt;STRONG&gt;default&lt;/STRONG&gt; folder as it is? or should I make changes within&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&amp;nbsp; located in &lt;STRONG&gt;default&lt;/STRONG&gt; folder.&amp;nbsp; But it is recommended not to&amp;nbsp; make any changes within&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;default&lt;/STRONG&gt; folder. Your recommendation would be highly appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 22:26:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610876#M212442</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-08-25T22:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Files in Default and Local App folders: How to create three sourcetypes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610882#M212443</link>
      <description>&lt;P&gt;I think I got the answer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/" target="_blank"&gt;Anatomy of a Splunk app | Documentation | Splunk Developer Program&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 22:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610882#M212443</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-08-25T22:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Files in Default and Local App folders: How to create three sourcetypes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610920#M212451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first are you speaking of a custom Add-On or one from Splunkbase?&lt;/P&gt;&lt;P&gt;if from Splunkbase, you have only to enable (if not enabled) the inputs in inputs.conf, copying it from default to local folder.&lt;/P&gt;&lt;P&gt;If you're speaking of a custom Add-on, you have to create an inputs.conf with all the enabled inputs and add in each stanza the name of the sourcetype to use.&lt;/P&gt;&lt;P&gt;You can locate it (only because it's a custom Add-On) in local or default folder, my hint is to locate it in local&amp;nbsp; folder only for mental mapping, but it isn't mandatory and you can locate it also in default folder.&lt;/P&gt;&lt;P&gt;Then you can put also the props.conf in local or default folder, but remember that (with the only exception of indexed extractions: csv, json, etc...) it isn't important because parsing is done on Indexers or (if present) on Heavy Forwarders.&lt;/P&gt;&lt;P&gt;For this reason remember to put this Add-On (with props.conf) also on these other systems otherwise your logs arent correctly parsed.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 08:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610920#M212451</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-26T08:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Files in Default and Local App folders: How to create three sourcetypes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610982#M212470</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It's a custom Add-On, only default folder contains the configuration files.&amp;nbsp; The inputs.conf file under default folder also contains stanza for other apps&amp;nbsp; (custom Add ON). But, I need to make changes on stanza within inputs.conf file&amp;nbsp; only for one app. Should I make changes in&amp;nbsp; inputs.conf located at the&amp;nbsp; default folder Or copy that inputs.conf file to local folder and make that changes. Thank you again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:41:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/610982#M212470</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-08-26T16:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration Files in Default and Local App folders: How to create three sourcetypes?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/611039#M212473</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;for a custom Add-On it's the same thing because the Add-On is managed by you so there isn't the risk to override configurations during updates.&lt;/P&gt;&lt;P&gt;Anyway, only for mental mapping, I hint to move inputs.conf in local folder, but it isn't mandatory.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 08:39:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Configuration-Files-in-Default-and-Local-App-folders-How-to/m-p/611039#M212473</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-08-27T08:39:57Z</dc:date>
    </item>
  </channel>
</rss>

