<?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: Splunk sourcetype naming convention in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520608#M87988</link>
    <description>&lt;P&gt;This is not my query here.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 13:00:59 GMT</pubDate>
    <dc:creator>gauravmsharma</dc:creator>
    <dc:date>2020-09-21T13:00:59Z</dc:date>
    <item>
      <title>Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520574#M87979</link>
      <description>&lt;P&gt;I am dynamically extracting a sourctype using props.conf and tranform.conf file. But the extraction is not working as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The soucetype i am extracting is "eu_test_splunktest_internal_dev" but it seems the splunk is only displaying "eu_test_ "as a sourctype and it's trimming rest of the part.&lt;/P&gt;&lt;P&gt;Is there a splunk offical page which defines any kind of restriction on sourctype name&amp;nbsp; or i can have the mentioned name as a sourctype?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 09:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520574#M87979</guid>
      <dc:creator>gauravmsharma</dc:creator>
      <dc:date>2020-09-21T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520575#M87980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214482"&gt;@gauravmsharma&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when you say "&lt;SPAN&gt;dynamically extracting a sourctype using props.conf and tranform.conf file", you mean the in the pros.conf stanza title you use the&amp;nbsp;&amp;nbsp;"eu_test_splunktest_internal_dev", is it correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am not aware that there are limits in the length of the sourcetypes, but for safety you could try to add a sourcetype using the web gui [Settings -- Source types -- New Source type] and see if there's a limit.&lt;/P&gt;&lt;P&gt;For my knowledge the only limit is to not use some special chars like *, ", &amp;lt;, &amp;gt;, etc...&lt;/P&gt;&lt;P&gt;Check the props.conf to see if there aren't spaces in the sourcetype stanza's title.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 09:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520575#M87980</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-21T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520591#M87983</link>
      <description>&lt;P&gt;No, i am trying to overide the sourcetype using regex, as available in below documentation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Advancedsourcetypeoverrides" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Advancedsourcetypeoverrides&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The source type is override based on the regex which i have written in tranform.conf file.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 11:42:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520591#M87983</guid>
      <dc:creator>gauravmsharma</dc:creator>
      <dc:date>2020-09-21T11:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520601#M87985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214482"&gt;@gauravmsharma&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in my knowledge there isn't any reason to trim the sourcetype in overriding.&lt;/P&gt;&lt;P&gt;Have you the same problem using a sourcetype with the same number of chars but without special chars?&lt;/P&gt;&lt;P&gt;e.g.:&amp;nbsp;&lt;SPAN&gt;eutestsplunktestinternaldev1234&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If yes, there's an undocumented limit to the number of chars, so I hint to open a Case to Splunk Support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If not, check the special chars you're using and see if you avoid to use them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520601#M87985</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-21T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520607#M87987</link>
      <description>&lt;P&gt;&lt;STRONG&gt;If you want to override a source type, you must configure the setting in props.conf on the forwarder where the input is configured.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To override source type assignment, add a stanza for your source to props.conf . In the stanza, identify the source path, using regular expression (regex) syntax for flexibility if necessary. Then specify the source type by including a sourcetype attribute. For example:&lt;BR /&gt;[source::.../var/log/abc.log(.\d+)?]&lt;BR /&gt;sourcetype=abc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.6/Data/Bypassautomaticsourcetypeassignment" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.6/Data/Bypassautomaticsourcetypeassignment&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;If this helps, your like will be appreciated. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520607#M87987</guid>
      <dc:creator>vikramyadav</dc:creator>
      <dc:date>2020-09-21T12:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk sourcetype naming convention</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520608#M87988</link>
      <description>&lt;P&gt;This is not my query here.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 13:00:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-sourcetype-naming-convention/m-p/520608#M87988</guid>
      <dc:creator>gauravmsharma</dc:creator>
      <dc:date>2020-09-21T13:00:59Z</dc:date>
    </item>
  </channel>
</rss>

