<?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: How to check the number of users and their access counts to the dashboards in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534438#M36439</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;It will be a great help.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 06:53:38 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2020-12-30T06:53:38Z</dc:date>
    <item>
      <title>How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534305#M36413</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have one requirement. We have over 100 dashboards built for our App. Our team spends a lot of time monitoring the availability and accuracy of these dashboards.&lt;/P&gt;&lt;P&gt;I want to see the list of users who are visiting the dashboards&amp;nbsp; with the count.&lt;/P&gt;&lt;P&gt;I am using the below query:&lt;/P&gt;&lt;P&gt;index=_internal sourcetype=splunkd_ui_access EPSF_Infrastructure NOT splunkd user!="-"&lt;BR /&gt;| rex field=uri "^/[^/]+/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)"&lt;BR /&gt;| search NOT dashboard IN (alert alerts dashboards dataset datasets data_lab home lookup_edit reports report search splunk)&lt;BR /&gt;| stats count by app dashboard user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EPSF_Infrastructure is my app name.&lt;/P&gt;&lt;P&gt;The issue I am facing is :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am not getting all the users who are visiting the dashboards.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do I need to extract the users.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 05:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534305#M36413</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534316#M36415</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/WhatSplunklogsaboutitself&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Isn't there enough host?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 09:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534316#M36415</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T09:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534320#M36417</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Isn't there enough host?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not getting this but I am not getting all the users . Its showing some users only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure why already users field is extracted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534320#M36417</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534322#M36419</link>
      <description>&lt;P&gt;Maybe we should tally the results by search head.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534322#M36419</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T10:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534325#M36421</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we do that?&lt;/P&gt;&lt;P&gt;How can we &lt;SPAN&gt;&amp;nbsp;tally the results by search head.?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534325#M36421</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T10:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534333#M36424</link>
      <description>&lt;P&gt;how about curl and awk?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534333#M36424</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534335#M36425</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we get through curl and awk.&lt;/P&gt;&lt;P&gt;I am not sure.&lt;/P&gt;&lt;P&gt;I have used this query but I don't know why its not giving me all the users who have access the dashboard.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=_internal sourcetype=splunkd_ui_access EPSF_Infrastructure NOT splunkd user!="-"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| rex field=uri "^/[^/]+/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| search NOT dashboard IN (alert alerts dashboards dataset datasets data_lab home lookup_edit reports report search splunk)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| stats count by app dashboard user&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534335#M36425</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T11:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534336#M36426</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.1/RESTTUT/RESTsearches" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.1/RESTTUT/RESTsearches&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://unix.stackexchange.com/questions/242946/using-awk-to-sum-the-values-of-a-column-based-on-the-values-of-another-column" target="_blank"&gt;https://unix.stackexchange.com/questions/242946/using-awk-to-sum-the-values-of-a-column-based-on-the-values-of-another-column&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:39:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534336#M36426</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T11:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534337#M36427</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant use all this in my project.&lt;/P&gt;&lt;P&gt;Can I get from splunk directly. Can you guide me where my query is wrong.&lt;/P&gt;&lt;P&gt;Why its not giving all the users.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=_internal sourcetype=splunkd_ui_access EPSF_Infrastructure NOT splunkd user!="-"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| rex field=uri "^/[^/]+/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| search NOT dashboard IN (alert alerts dashboards dataset datasets data_lab home lookup_edit reports report search splunk)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| stats count by app dashboard user&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 11:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534337#M36427</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T11:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534340#M36428</link>
      <description>&lt;P&gt;Are you asking this question to a subcontractor on a job?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 12:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534340#M36428</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-29T12:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534341#M36429</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for communication.&lt;/P&gt;&lt;P&gt;I meant to say I want to fetch the results from splunk only.&lt;/P&gt;&lt;P&gt;I am not sure why this query is not working. I checked in logs the user field is already extracted.&lt;/P&gt;&lt;P&gt;So I am not sure I need to extract it again or not.&lt;/P&gt;&lt;P&gt;Can you please guide me.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 12:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534341#M36429</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-29T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534438#M36439</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;It will be a great help.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 06:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534438#M36439</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-30T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534444#M36440</link>
      <description>&lt;P&gt;In alerts for splunk admins &lt;A href="https://splunkbase.splunk.com/app/3796/" target="_blank"&gt;https://splunkbase.splunk.com/app/3796/&lt;/A&gt; there is a search called SearchHeadLevel - platform_stats access summary&lt;/P&gt;&lt;P&gt;It's a lot more detail than you need but might give you an example to work from&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 07:56:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534444#M36440</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-12-30T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the number of users and their access counts to the dashboards</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534451#M36441</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/106850"&gt;@gjanders&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I check the number of users from there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you guide me . Actually I need to create the dashboard with the query to get the number of users with their access counts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I made this query :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=_internal sourcetype=splunkd_ui_access EPSF_Infrastructure NOT splunkd user!="-"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| rex field=uri "^/[^/]+/app/(?&amp;lt;app&amp;gt;[^/]+)/(?&amp;lt;dashboard&amp;gt;[^?/\s]+)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| search NOT dashboard IN (alert alerts dashboards dataset datasets data_lab home lookup_edit reports report search splunk)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| stats count by app dashboard user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But not able to get all the users.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to which dashboards are accessed the most and which are not accessed at all with the user who are accessing and the counts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you guide me on this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 08:47:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-check-the-number-of-users-and-their-access-counts-to-the/m-p/534451#M36441</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-30T08:47:57Z</dc:date>
    </item>
  </channel>
</rss>

