<?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 Does splunk expand the asterisk wildcard in serverclass.conf? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110394#M4177</link>
    <description>&lt;P&gt;When you define a whitelist or blacklist, suppose you have a set of servers which are differentiated by a character at the end of the FQDN.&lt;BR /&gt;
So for example a production server:&lt;BR /&gt;
myserver1-datacenter1-01p.domain.com&lt;/P&gt;

&lt;P&gt;And a staging server:&lt;BR /&gt;
myserver2-datacenter2-02s.domain.com&lt;/P&gt;

&lt;P&gt;Is it possible to write the serverClasses as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:staging_servers]
whitelist.0 = myserver*s.domain.com

[serverClass:prod_servers]
whitelist.0 = myserver*p.domain.com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 22 Oct 2013 20:31:09 GMT</pubDate>
    <dc:creator>msarro</dc:creator>
    <dc:date>2013-10-22T20:31:09Z</dc:date>
    <item>
      <title>Does splunk expand the asterisk wildcard in serverclass.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110394#M4177</link>
      <description>&lt;P&gt;When you define a whitelist or blacklist, suppose you have a set of servers which are differentiated by a character at the end of the FQDN.&lt;BR /&gt;
So for example a production server:&lt;BR /&gt;
myserver1-datacenter1-01p.domain.com&lt;/P&gt;

&lt;P&gt;And a staging server:&lt;BR /&gt;
myserver2-datacenter2-02s.domain.com&lt;/P&gt;

&lt;P&gt;Is it possible to write the serverClasses as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[serverClass:staging_servers]
whitelist.0 = myserver*s.domain.com

[serverClass:prod_servers]
whitelist.0 = myserver*p.domain.com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:31:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110394#M4177</guid>
      <dc:creator>msarro</dc:creator>
      <dc:date>2013-10-22T20:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does splunk expand the asterisk wildcard in serverclass.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110395#M4178</link>
      <description>&lt;P&gt;Yes I believe this to be the case.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 20:34:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110395#M4178</guid>
      <dc:creator>adylent</dc:creator>
      <dc:date>2013-10-22T20:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does splunk expand the asterisk wildcard in serverclass.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110396#M4179</link>
      <description>&lt;P&gt;Yes, the patterns are PCRE regular expressions, with the following shortcuts:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;'.'&lt;/CODE&gt; gets translated to &lt;CODE&gt;'\.'&lt;/CODE&gt; &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;&lt;CODE&gt;'*'&lt;/CODE&gt; to &lt;CODE&gt;'.*'&lt;/CODE&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Also, matches are case-insensitive, which means you don't need &lt;CODE&gt;(?i)&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 23:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110396#M4179</guid>
      <dc:creator>_d_</dc:creator>
      <dc:date>2013-10-22T23:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does splunk expand the asterisk wildcard in serverclass.conf?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110397#M4180</link>
      <description>&lt;P&gt;Exactly what I needed to see, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Does-splunk-expand-the-asterisk-wildcard-in-serverclass-conf/m-p/110397#M4180</guid>
      <dc:creator>msarro</dc:creator>
      <dc:date>2013-10-23T13:12:37Z</dc:date>
    </item>
  </channel>
</rss>

