<?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 How to get a list of concurrent Splunk users on a Search Head? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567932#M197923</link>
    <description />
    <pubDate>Wed, 22 Sep 2021 01:41:24 GMT</pubDate>
    <dc:creator>dm1</dc:creator>
    <dc:date>2021-09-22T01:41:24Z</dc:date>
    <item>
      <title>How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567932#M197923</link>
      <description />
      <pubDate>Wed, 22 Sep 2021 01:41:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567932#M197923</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-09-22T01:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567940#M197927</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Not sure if I understand correctly your question.&lt;BR /&gt;&lt;BR /&gt;Do you want to get the list of all the users created on a Search Head?&lt;/P&gt;&lt;P&gt;You can use the following search if you want to list all the users created:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/authentication/users
| table title&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to list the count of distinct active users you can use the following search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index=_audit info=completed action=search user!="splunk-system-user") 
| stats dc(user) as "Distinct Users"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 04:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567940#M197927</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2021-09-22T04:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567954#M197930</link>
      <description>&lt;P&gt;I suppose OP wants a lis of active logged in sessions on a particular SH.&lt;/P&gt;&lt;P&gt;You can get that (and the query used to populate the table) in the monitoring console -&amp;gt; search -&amp;gt; activity (or something like that)&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 06:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567954#M197930</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-22T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567956#M197932</link>
      <description>&lt;P&gt;Yes, thats right.&lt;/P&gt;&lt;P&gt;I am workinng on sizing Splunk instances in AWS to migrate our current on-prem platform to AWS and was referring this &lt;A title="splunk AWS guide" href="https://www.splunk.com/pdfs/technical-briefs/deploying-splunk-enterprise-on-amazon-web-services-technical-brief.pdf" target="_self"&gt;guide&lt;/A&gt;&amp;nbsp;It mentions about concurrent Splunk users. Hence, why I am trying to figure out where/how I can find that info.&lt;/P&gt;&lt;P&gt;I checked where you mentioned, but it mainly shows concurrent searches, not users.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 06:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567956#M197932</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-09-22T06:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567984#M197944</link>
      <description>&lt;P&gt;That's correct. I was writing from memory. Apparently it fooled me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You should be able to get list of searches from _internal index and check how many users issued those searches during some time. That's one of possible approaches.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 09:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567984#M197944</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-09-22T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a list of concurrent Splunk users on a Search Head?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567992#M197948</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm afraid that you cannot get exact numbers of concurrent users in any particular time from splunk. You could try to get some information about it to look those searches etc. from audit trail, but it never told that concurrent user amount. Fortunately you don't need that for sizing your AWS splunk environment &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;More important information is concurrent searches than users. And that you can see from MC. On MC you also see how well your current environment is working with current load. Of course there are many things what you must check, but one which you must check is MC -&amp;gt; Searches -&amp;gt; Scheduler Activity. That tolds to you how much you need cores etc. to fulfil your current needs. Look Skipped and Deferred items there.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 10:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-a-list-of-concurrent-Splunk-users-on-a-Search-Head/m-p/567992#M197948</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-09-22T10:16:37Z</dc:date>
    </item>
  </channel>
</rss>

