<?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: Create Server Class in Forwarder Management for Windows 10 workstations in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447623#M77840</link>
    <description>&lt;P&gt;So to clarify... just so I get it right, that means that for what I am trying to do I should write it &lt;/P&gt;

&lt;P&gt;10.10.10.(3[2-9]|[4-5][0-9]|6[0-1])$&lt;/P&gt;

&lt;P&gt;Sorry I keep asking for clarification.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2019 20:00:50 GMT</pubDate>
    <dc:creator>molinarf</dc:creator>
    <dc:date>2019-06-24T20:00:50Z</dc:date>
    <item>
      <title>Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447619#M77836</link>
      <description>&lt;P&gt;I want to create a new server class in Forwarder Management just for workstations (Windows 10). Since they are located in a particular subnet X.X.X.32/24 or X.X.X.32 255.255.255.224. Can I use the whitelist to filter based on the subnet? Is it possible to filter by Machine Type using a filter for Windows 10 workstations?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447619#M77836</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T19:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447620#M77837</link>
      <description>&lt;P&gt;Hi @molinarf ,&lt;/P&gt;

&lt;P&gt;You can filter to Windows hosts, but not specifically to Windows 10.  However, you can also create a whitelist for the IP addresses you want to select as well.  This is easiest done from the UI:&lt;BR /&gt;
Click on Settings -&amp;gt; Forwarder Management -&amp;gt; Server Classes&lt;BR /&gt;
Select your server class, and then click the Add Clients option&lt;BR /&gt;
In the whitelist box, if you wanted to whitelist a /24 range (10.10.10.0/24 as an example) you would use the corresponding regex:&lt;BR /&gt;
&lt;PRE&gt;10.10.10.\d{1,3}&lt;/PRE&gt;&lt;BR /&gt;
Because it is regex, you would have to use something that matches all the IPs in a given set, and it would &lt;EM&gt;NOT&lt;/EM&gt; recognize CIDR notation (10.10.10.0/24 will not work).&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447620#M77837</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-24T19:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447621#M77838</link>
      <description>&lt;P&gt;Okay, I didn't realize it was to be in a regex format. Can you clarify the expression where you use \d{1,3}. Looks like to me it would be the network ip (i.e. 10.10.10.\d) but what is the {1,3}?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:44:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447621#M77838</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T19:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447622#M77839</link>
      <description>&lt;P&gt;&lt;CODE&gt;\d{1,3}&lt;/CODE&gt; means any digit 1 - 3 times. If you use \d, it means any digit ONLY 1 time.  That would be equivalent to the list:&lt;BR /&gt;
10.10.10.0&lt;BR /&gt;
10.10.10.1&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
10.10.10.9&lt;BR /&gt;
But NOT 10.10.10.10+ because now it's two digits.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 19:46:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447622#M77839</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-24T19:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447623#M77840</link>
      <description>&lt;P&gt;So to clarify... just so I get it right, that means that for what I am trying to do I should write it &lt;/P&gt;

&lt;P&gt;10.10.10.(3[2-9]|[4-5][0-9]|6[0-1])$&lt;/P&gt;

&lt;P&gt;Sorry I keep asking for clarification.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447623#M77840</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T20:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447624#M77841</link>
      <description>&lt;P&gt;No problem.&lt;BR /&gt;
That would set your range to:&lt;BR /&gt;
10.10.10.32 - 61&lt;BR /&gt;
You don't need the $ at the end, but try it and see if it works.&lt;BR /&gt;
If that's what you want, then yes. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 20:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447624#M77841</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-24T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447625#M77842</link>
      <description>&lt;P&gt;So, I am getting closer. I eliminated the $. When I save and then go back to look at the parameters because it says that I haven't added any clients, I am greeted with this error:&lt;/P&gt;

&lt;P&gt;In handler 'serverclients': Regex: missing terminating ] for character class. I have been searching for an answer on line, but I have yet to find one that applies. Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447625#M77842</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T21:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447626#M77843</link>
      <description>&lt;P&gt;One thing you can do is use the preview button to see which clients get captured by the whitelist.  You can see match &amp;amp; unmatched clients.&lt;/P&gt;

&lt;P&gt;If you're getting an error, I would simplify the regex until it works and then add your conditionals.&lt;/P&gt;

&lt;P&gt;Example: Start with&lt;BR /&gt;
&lt;PRE&gt;10.10.10.(3[2-9])&lt;/PRE&gt;&lt;BR /&gt;
And then hit preview, and see if you get any clients in 10.10.10.32 - 39.&lt;/P&gt;

&lt;P&gt;Next add a &lt;CODE&gt;|[45][0-9]&lt;/CODE&gt; and hit preview.&lt;/P&gt;

&lt;P&gt;Until you get to your full whitelist range.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 21:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447626#M77843</guid>
      <dc:creator>jnudell_2</dc:creator>
      <dc:date>2019-06-24T21:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447627#M77844</link>
      <description>&lt;P&gt;I tried that... Although I didn't get the error as I found the syntax issue (fat fingering). I kept trying and it says nothing matches even though there is one workstation with an IP that matches the whitelist filter. Quite frustrating. If you have any other ideas, let me know. Maybe I should Blacklist every other device's IP or ranges?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 22:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447627#M77844</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T22:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Server Class in Forwarder Management for Windows 10 workstations</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447628#M77845</link>
      <description>&lt;P&gt;I tested the regex that I had and that you verified as good. Even though it does not produce errors and I would eventually like to use this format to filter subnets, I had to go through the less fancy way and just put the hostnames of the workstations. Since there are a few varieties, I just did a portion of the name and then added an '*' at the end.It filters properly and I have the only workstation that I have using a UF. So I switched to this for the sake of expediency. It may not look sexy or fabulous that can give a lay person a headache, but it's functional with the hostnames. Of course, in the other server class for essentially windows servers, I had to blacklist the same hostnames.&lt;/P&gt;

&lt;P&gt;Thanks jnudell_2 for your help and assistance on regex expression for IPs and the explanation.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 23:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-Server-Class-in-Forwarder-Management-for-Windows-10/m-p/447628#M77845</guid>
      <dc:creator>molinarf</dc:creator>
      <dc:date>2019-06-24T23:00:41Z</dc:date>
    </item>
  </channel>
</rss>

