<?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: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597687#M12538</link>
    <description>&lt;P&gt;Here is what I could have a summary:&lt;/P&gt;&lt;P&gt;1. Splunk authentication (I call local settings) and all local users' login/password are stored at&amp;nbsp; $SPLUNK_HOME$/etc/passwd file. After users login, their profiles will be located&amp;nbsp;$SPLUNK_HOME$/etc/users/ directory.&lt;/P&gt;&lt;P&gt;2. This is a way that I use to manage the users because I am using radius authentication as mentioned above. I listed the links to download and configure below that I followed so you could do your lab.&lt;BR /&gt;&lt;BR /&gt;After completing the app installation and configuration, logging to SH &amp;gt; Click Settings &amp;gt; Add Data &amp;gt; Files &amp;amp; Directories ($SPLUNK_HOME$/etc/apps/radius_auth/local/user_info directory that will be monitored &amp;gt; follow the rest of the basic process.&lt;/P&gt;&lt;P&gt;Download app:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/981/" target="_blank"&gt;https://splunkbase.splunk.com/app/981/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Configuration the radius access: &lt;A href="https://lukemurphey.net/projects/splunk-radius-auth/wiki/Install_and_Configuration" target="_blank"&gt;https://lukemurphey.net/projects/splunk-radius-auth/wiki/Install_and_Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I could not show you my system snapshot because it is not the lab but if you have one, you could share it.)&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 19:47:40 GMT</pubDate>
    <dc:creator>datsplunk4272</dc:creator>
    <dc:date>2022-05-12T19:47:40Z</dc:date>
    <item>
      <title>Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597663#M12533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to show the numbers of users and also the number of unique users&amp;nbsp;visiting a particular dashboard. I want to display these numbers somewhere on the dashboard. I have multiple dashboards and would like to do the same for all the dashboards.&lt;/P&gt;
&lt;P&gt;Is there an in-built feature/tool in Splunk that does this? or Is using JavaScript a better option for this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597663#M12533</guid>
      <dc:creator>deepikagooty</dc:creator>
      <dc:date>2022-05-12T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597672#M12534</link>
      <description>&lt;P&gt;There is no built-in feature that does that.&amp;nbsp; You'll have to search and parse the splunkd_ui_access log for that information.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 18:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597672#M12534</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-12T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597678#M12535</link>
      <description>&lt;P&gt;Yes, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;is right!&lt;BR /&gt;&lt;BR /&gt;As our Search Heads are configured with RSA authentication, I created and monitored a local index in Search Head to track the JSON file for each user in SPL.&lt;/P&gt;&lt;P&gt;$SPLUNK_HOME$/etc/app/&amp;lt;app_name(default: radius_auth&amp;gt;&amp;gt;local/user_info/&amp;lt;hash&amp;gt;.json&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 18:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597678#M12535</guid>
      <dc:creator>datsplunk4272</dc:creator>
      <dc:date>2022-05-12T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597680#M12536</link>
      <description>&lt;P&gt;Could you please elaborate on this. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 18:59:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597680#M12536</guid>
      <dc:creator>deepikagooty</dc:creator>
      <dc:date>2022-05-12T18:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597681#M12537</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp; The&amp;nbsp;&lt;SPAN&gt;splunkd_ui_access log that I have only shows my activity. Is it because it is on my local machine? If this is deployed on to the production server, Will I be able to get information of all the users accessing that dashboard with the same splunkd_ui_access log file? Please let me know. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 19:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597681#M12537</guid>
      <dc:creator>deepikagooty</dc:creator>
      <dc:date>2022-05-12T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597687#M12538</link>
      <description>&lt;P&gt;Here is what I could have a summary:&lt;/P&gt;&lt;P&gt;1. Splunk authentication (I call local settings) and all local users' login/password are stored at&amp;nbsp; $SPLUNK_HOME$/etc/passwd file. After users login, their profiles will be located&amp;nbsp;$SPLUNK_HOME$/etc/users/ directory.&lt;/P&gt;&lt;P&gt;2. This is a way that I use to manage the users because I am using radius authentication as mentioned above. I listed the links to download and configure below that I followed so you could do your lab.&lt;BR /&gt;&lt;BR /&gt;After completing the app installation and configuration, logging to SH &amp;gt; Click Settings &amp;gt; Add Data &amp;gt; Files &amp;amp; Directories ($SPLUNK_HOME$/etc/apps/radius_auth/local/user_info directory that will be monitored &amp;gt; follow the rest of the basic process.&lt;/P&gt;&lt;P&gt;Download app:&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/981/" target="_blank"&gt;https://splunkbase.splunk.com/app/981/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Configuration the radius access: &lt;A href="https://lukemurphey.net/projects/splunk-radius-auth/wiki/Install_and_Configuration" target="_blank"&gt;https://lukemurphey.net/projects/splunk-radius-auth/wiki/Install_and_Configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I could not show you my system snapshot because it is not the lab but if you have one, you could share it.)&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 19:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597687#M12538</guid>
      <dc:creator>datsplunk4272</dc:creator>
      <dc:date>2022-05-12T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597688#M12539</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245764"&gt;@deepikagooty&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use the below query to get the number of unique users who accessed the dashboard. You can embed this in your dashboard&lt;/P&gt;&lt;P&gt;index=_internal source=*splunkd_ui_access.log uri_path="*/&amp;lt;dashboard_url_name&amp;gt;" NOT user="-"&lt;BR /&gt;|stats dc(user)&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Purush&lt;BR /&gt;&lt;BR /&gt;User Monitoring for Splunk - &lt;A href="https://splunkbase.splunk.com/app/5484/" target="_blank"&gt;https://splunkbase.splunk.com/app/5484/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 19:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597688#M12539</guid>
      <dc:creator>impurush</dc:creator>
      <dc:date>2022-05-12T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way in Splunk to get the information of dashboard visits, hits, or unique users visitor?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597691#M12540</link>
      <description>&lt;P&gt;Since you are the only user (presumably) of your machine only your activity will be in the logs.&amp;nbsp; In a shared environment, the logs will show the activity of all users.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 21:09:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-a-way-in-Splunk-to-get-the-information-of-dashboard/m-p/597691#M12540</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-12T21:09:19Z</dc:date>
    </item>
  </channel>
</rss>

