<?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: are sourcetype names case-sensitive? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13085#M1132</link>
    <description>&lt;P&gt;You can try this yourself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="wineventlog:security"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;instead of&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="WinEventLog:Security"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;both work, so I'm assuming its not case sensitive&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2010 19:50:10 GMT</pubDate>
    <dc:creator>CerielTjuh</dc:creator>
    <dc:date>2010-05-07T19:50:10Z</dc:date>
    <item>
      <title>Are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13084#M1131</link>
      <description>&lt;P&gt;Yet another case-sensitivity question: are sourcetype names case-sensitive?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:23:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13084#M1131</guid>
      <dc:creator>Justin_Grant</dc:creator>
      <dc:date>2022-05-24T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13085#M1132</link>
      <description>&lt;P&gt;You can try this yourself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="wineventlog:security"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;instead of&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;sourcetype="WinEventLog:Security"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;both work, so I'm assuming its not case sensitive&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2010 19:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13085#M1132</guid>
      <dc:creator>CerielTjuh</dc:creator>
      <dc:date>2010-05-07T19:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13086#M1133</link>
      <description>&lt;P&gt;In search, no they are not. 
Note that this is very similar to the more general question: &lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/65/are-field-values-case-sensitive" rel="nofollow"&gt;http://answers.splunk.com/questions/65/are-field-values-case-sensitive&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;See my answer there. I go into a little more detail there which you might find interesting. &lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2010 02:25:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13086#M1133</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-08T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13087#M1134</link>
      <description>&lt;P&gt;Well...in &lt;CODE&gt;props.conf&lt;/CODE&gt; I think they will be (unless you express the stanza like: &lt;CODE&gt;[::(?i)mYSourCeTypeName]. In the&lt;/CODE&gt;search&lt;CODE&gt;command (which is implicit at the start of a query) they won't be, but for&lt;/CODE&gt;where&lt;CODE&gt;comparisons in search queries,&lt;/CODE&gt;stats` values, etc., they will be. &lt;/P&gt;

&lt;P&gt;It's not whether the names themselves are case-sensitive. It's whether whatever you're doing at the time is sensitive to the case of the names. It's more accurate to say that Splunk &lt;EM&gt;is&lt;/EM&gt; case-sensitive in most places where you'd use a sourcetype name, and that the &lt;CODE&gt;search&lt;/CODE&gt; command is actually an exception.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2010 20:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/13087#M1134</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-05-31T20:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/520013#M87920</link>
      <description>&lt;P&gt;This is not my experience.&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;index=* sourcetype=Xmlwineventlog | stats count by sourcetype&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;returns stats for sourcetype &lt;FONT face="courier new,courier"&gt;XmlWinEventLog&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;index=* sourcetype=xmlwineventlog | stats count by sourcetype&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;returns stats for sourcetype &lt;FONT face="courier new,courier"&gt;XmlWinEventLog&lt;/FONT&gt; and sourcetype &lt;FONT face="courier new,courier"&gt;xmlwineventlog&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 20:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/520013#M87920</guid>
      <dc:creator>Zaphod</dc:creator>
      <dc:date>2020-09-16T20:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/536299#M89906</link>
      <description>&lt;P&gt;I agree on the&amp;nbsp;&lt;SPAN&gt;XmlWinEventLog vs xmlwineventlog. Splunk has something here that is not "normal" behavior.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 08:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/536299#M89906</guid>
      <dc:creator>agneticdk</dc:creator>
      <dc:date>2021-01-19T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: are sourcetype names case-sensitive?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/599003#M104459</link>
      <description>&lt;P&gt;sourcetype in props.conf in case-senstive&lt;/P&gt;&lt;P&gt;[MySourcetype] is different from [mysourcetype]&lt;BR /&gt;From Splunk Documentation (pros.conf)&lt;/P&gt;&lt;PRE&gt;By default, [source::&amp;lt;source&amp;gt;] and [&amp;lt;sourcetype&amp;gt;] stanzas match in a
case-sensitive manner, while [host::&amp;lt;host&amp;gt;] stanzas match in a
case-insensitive manner. This is a convenient default, given that DNS names
are case-insensitive.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 03:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Are-sourcetype-names-case-sensitive/m-p/599003#M104459</guid>
      <dc:creator>anwarmian</dc:creator>
      <dc:date>2022-05-24T03:14:33Z</dc:date>
    </item>
  </channel>
</rss>

