<?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: Total Number of users on a appliance in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628669#M218384</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253310"&gt;@Anthony3rd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can lower all usernames;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="its_sslvpn" host=*SIRA* user=*@* date_mday=15
| eval user=lower(user)
| stats dc(user) as user_count by date_month&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 19:05:43 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2023-01-27T19:05:43Z</dc:date>
    <item>
      <title>How to filter for total number of users on an appliance?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628649#M218379</link>
      <description>&lt;P&gt;For Cisco I used the filter below, I will need to add filters for whatever view I am looking for.&lt;/P&gt;
&lt;P&gt;I want to look up the total number of users for a specific day of the month on a host.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;What do I need to add to my filter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index="its_sslvpn" host=*SIRA* user=*@*&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anthony&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 19:38:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628649#M218379</guid>
      <dc:creator>Anthony3rd</dc:creator>
      <dc:date>2023-01-27T19:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628655#M218380</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253310"&gt;@Anthony3rd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can try below sample, it will show the unique user count on the 15th day of the month.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="its_sslvpn" host=*SIRA* user=*@* date_mday=15
| stats dc(user) as user_count by date_month&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 17:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628655#M218380</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2023-01-27T17:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628667#M218382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;scelikok&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Some users will login like Thomas.Nolan and some will have thomas.nolan.&amp;nbsp; &amp;nbsp;Would that show up as two users because of Caps?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And,&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;Yes,&amp;nbsp;I was able to use your Seach&amp;nbsp;strings&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;successfully.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank you so&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;much.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Anthony&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 19:00:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628667#M218382</guid>
      <dc:creator>Anthony3rd</dc:creator>
      <dc:date>2023-01-27T19:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628669#M218384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253310"&gt;@Anthony3rd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can lower all usernames;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="its_sslvpn" host=*SIRA* user=*@* date_mday=15
| eval user=lower(user)
| stats dc(user) as user_count by date_month&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 19:05:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628669#M218384</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2023-01-27T19:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628678#M218390</link>
      <description>&lt;P&gt;&lt;SPAN&gt;scelikok&amp;nbsp; Can we&amp;nbsp;&lt;SPAN class=""&gt;check&amp;nbsp;for duplicate names?&amp;nbsp; I'm&amp;nbsp;probably pushing it.&amp;nbsp; &amp;nbsp;Thank You&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 20:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628678#M218390</guid>
      <dc:creator>Anthony3rd</dc:creator>
      <dc:date>2023-01-27T20:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628698#M218395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/253310"&gt;@Anthony3rd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Could you please describe more about duplicate names? Since SSL VPN logs can have duplicates as normal.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 06:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628698#M218395</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2023-01-28T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total Number of users on a appliance</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628842#M218442</link>
      <description>&lt;P&gt;Thank you for your help&amp;nbsp;&lt;SPAN&gt;scelikok.&amp;nbsp; In addition to all your help, I&amp;nbsp;believe I found the additional cmd &amp;gt;&amp;nbsp;dedup user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anthony&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 13:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-filter-for-total-number-of-users-on-an-appliance/m-p/628842#M218442</guid>
      <dc:creator>Anthony3rd</dc:creator>
      <dc:date>2023-01-30T13:54:30Z</dc:date>
    </item>
  </channel>
</rss>

