<?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 help with splunk query for getting current concurrency configs  &amp;amp; utlization and role utilization in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666355#M228599</link>
    <description>&lt;P&gt;I am trying to setup a dashboard which gives me details like user's current concurrency settings &amp;amp; roles utilization , if someone has implemented this kind of dashboard please help&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 12:59:41 GMT</pubDate>
    <dc:creator>Sid</dc:creator>
    <dc:date>2023-10-26T12:59:41Z</dc:date>
    <item>
      <title>help with splunk query for getting current concurrency configs  &amp; utlization and role utilization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666355#M228599</link>
      <description>&lt;P&gt;I am trying to setup a dashboard which gives me details like user's current concurrency settings &amp;amp; roles utilization , if someone has implemented this kind of dashboard please help&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 12:59:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666355#M228599</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-26T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: help with splunk query for getting current concurrency configs  &amp; utlization and role utilization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666421#M228619</link>
      <description>&lt;P&gt;Are you interest in this user info in context of the users for your Splunk environment, or are you looking at some other data to analyze the users?&lt;BR /&gt;&lt;BR /&gt;For Splunk, you can start with SPL that will query the REST interface, like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/authentication/users&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want information on a particular user (e.g. fred), you can specify that name in the REST call like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/authentication/users/fred&lt;/LI-CODE&gt;&lt;P&gt;You can get a lot of info on what capabilities they have and other metadata about that user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 17:05:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666421#M228619</guid>
      <dc:creator>_JP</dc:creator>
      <dc:date>2023-10-26T17:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: help with splunk query for getting current concurrency configs  &amp; utlization and role utilization</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666433#M228624</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261258"&gt;@_JP&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;on current setting part i am kind of good with below query&amp;nbsp;&lt;BR /&gt;| rest splunk_server=local /services/authentication/users&lt;BR /&gt;| fields title, roles&lt;BR /&gt;| mvexpand roles&lt;BR /&gt;| append [ | rest splunk_server=local /services/authorization/roles&lt;BR /&gt;| fields title srchDiskQuota rtSrchJobsQuota srchJobsQuota cumulativeSrchJobsQuota cumulativeRTSrchJobsQuota&lt;BR /&gt;| rename title as roles]&lt;BR /&gt;| stats values(srchDiskQuota) as srchDiskQuota, values(rtSrchJobsQuota) as rtSrchJobsQuota, values(srchJobsQuota) as srchJobsQuota, values(cumulativeSrchJobsQuota) as cumulativeSrchJobsQuota, values(title) as userid, values(cumulativeRTSrchJobsQuota) AS cumulativeRTSrchJobsQuota by roles&lt;BR /&gt;| mvexpand userid&lt;BR /&gt;| stats values(srchDiskQuota) as srchDiskQuota, values(rtSrchJobsQuota) as rtSrchJobsQuota, values(srchJobsQuota) as srchJobsQuota, values(cumulativeSrchJobsQuota) as cumulativeSrchJobsQuota,values(cumulativeRTSrchJobsQuota) AS cumulativeRTSrchJobsQuota by userid roles&lt;BR /&gt;&lt;BR /&gt;just want to get details on current utilization by user/role &amp;amp; more of search concurrency settings (resource utilization etc)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 18:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-with-splunk-query-for-getting-current-concurrency-configs/m-p/666433#M228624</guid>
      <dc:creator>Sid</dc:creator>
      <dc:date>2023-10-26T18:57:20Z</dc:date>
    </item>
  </channel>
</rss>

