<?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: Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259684#M49844</link>
    <description>&lt;P&gt;Answer 1.  No, nothing in LDAP/AD is case sensitive to my knowledge.&lt;/P&gt;

&lt;P&gt;Answer 2.  What do you mean by "same index name"?  You cant have two indexes named the same.  As to what will happen, Splunk will take the last lines of the config that were duplicates.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Example 1

.../master-apps/_cluster/local/indexes.conf begins...

[index1]
maxDataSizeMB = 100

...more indexes here...

[index1]
maxDataSizeMB = 2000

... end of file ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will use maxDataSizeMB = 2000&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  Example 2

  .../master-apps/_cluster/**DEFAULT**/indexes.conf begins...

  [index1]
  maxDataSizeMB = 2000

  ....end of file....

  .../master-apps/_cluster/**LOCAL**/indexes.conf begins...

  [index1]
  maxDataSizeMB = 100

  ....end of file....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will use maxDataSizeMB = 100&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/Updatepeerconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/Updatepeerconfigurations&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2015 13:59:06 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2015-12-02T13:59:06Z</dc:date>
    <item>
      <title>Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259683#M49843</link>
      <description>&lt;P&gt;Hi Fellow Splunkers,&lt;/P&gt;

&lt;P&gt;I have two questions:&lt;/P&gt;

&lt;P&gt;1) Is the Active Directory group name specified in authentication.conf case sensitive? I mean, do we have to specify the same name that is used to create the group on the AD server?&lt;/P&gt;

&lt;P&gt;2) What will happen if we specify same index name and related config in indexes.conf file on the cluster master and run the &lt;CODE&gt;splunk apply cluster-bundle&lt;/CODE&gt; command?&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 08:38:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259683#M49843</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2015-12-02T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259684#M49844</link>
      <description>&lt;P&gt;Answer 1.  No, nothing in LDAP/AD is case sensitive to my knowledge.&lt;/P&gt;

&lt;P&gt;Answer 2.  What do you mean by "same index name"?  You cant have two indexes named the same.  As to what will happen, Splunk will take the last lines of the config that were duplicates.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Example 1

.../master-apps/_cluster/local/indexes.conf begins...

[index1]
maxDataSizeMB = 100

...more indexes here...

[index1]
maxDataSizeMB = 2000

... end of file ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will use maxDataSizeMB = 2000&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  Example 2

  .../master-apps/_cluster/**DEFAULT**/indexes.conf begins...

  [index1]
  maxDataSizeMB = 2000

  ....end of file....

  .../master-apps/_cluster/**LOCAL**/indexes.conf begins...

  [index1]
  maxDataSizeMB = 100

  ....end of file....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will use maxDataSizeMB = 100&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/Updatepeerconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Indexer/Updatepeerconfigurations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 13:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259684#M49844</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-12-02T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259685#M49845</link>
      <description>&lt;P&gt;Thanks jkat54, this was very helpful in understanding this.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 07:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259685#M49845</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2015-12-03T07:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259686#M49846</link>
      <description>&lt;P&gt;YVW. Understanding which config file will take precedence can be tricky.&lt;/P&gt;

&lt;P&gt;Hence the need for some sort of "Debug" command.  Alas one exists!&lt;/P&gt;

&lt;P&gt;./splunk cmd btool indexes list --debug&lt;/P&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;./splunk cmd btool {name of config file here} list --debug&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 20:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259686#M49846</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-12-04T20:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is the Active Directory group name specified in authentication.conf case sensitive, and what will happen if we have 2 indexes with the same name in indexes.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259687#M49847</link>
      <description>&lt;P&gt;LDAP group names ARE case sensitive to Splunk (but not to LDAP or AD, which are case aware, not case sensitive). If you put in the group in the incorrect case, they will be ignored by Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 19:15:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-the-Active-Directory-group-name-specified-in-authentication/m-p/259687#M49847</guid>
      <dc:creator>vliggio</dc:creator>
      <dc:date>2015-12-22T19:15:20Z</dc:date>
    </item>
  </channel>
</rss>

