<?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 do you find out who is logged onto Splunk right now? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15750#M425</link>
    <description>&lt;P&gt;Leo,&lt;/P&gt;

&lt;P&gt;I use almost the same way you did to build your APP.&lt;BR /&gt;
  Does it compatible with SHC ?&lt;/P&gt;

&lt;P&gt;I´m very much concerned about how disk consumption is growing with the artifacts replication in a SHC environment.&lt;/P&gt;

&lt;P&gt;Below is a list of dashs I´m trying to get done usin my spare time :&lt;BR /&gt;
    - individual disk usage (searchable UI) and top disk usage users&lt;BR /&gt;
       - alert on artifacs with an expiration time of X hours and more than X MBs&lt;BR /&gt;
    - SHC artifacs replication and configuration sync status among Search Heads&lt;BR /&gt;
    - per search head total disk usage historical usage curve and a "prediction" of how much disk will be needed in X months/days&lt;BR /&gt;
       - alert for a threshold on free disk space X growth percentage&lt;/P&gt;

&lt;P&gt;Take these as a suggestion to be added to your app or point me out any APPs that maybe &lt;BR /&gt;
  already accomplishing doing at least part of it.&lt;/P&gt;

&lt;P&gt;Cya.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jun 2015 06:55:05 GMT</pubDate>
    <dc:creator>theunf</dc:creator>
    <dc:date>2015-06-07T06:55:05Z</dc:date>
    <item>
      <title>How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15738#M413</link>
      <description>&lt;P&gt;I'm trying to find a way to see, at any given point in time, what users are actually logged into Splunk. (At least how many)  Does anyone have any suggestions?
Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2010 03:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15738#M413</guid>
      <dc:creator>dhaffner</dc:creator>
      <dc:date>2010-06-18T03:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15739#M414</link>
      <description>&lt;P&gt;You can check the HTTP auth tokens endpoint to see the session keys that are valid and can be used to access splunkd.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk-server:8089/services/admin/httpauth-tokens" rel="nofollow"&gt;https://splunk-server:8089/services/admin/httpauth-tokens&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2010 03:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15739#M414</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-06-18T03:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15740#M415</link>
      <description>&lt;P&gt;You can also get some information by searching some internal splunk logs:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Based on web access to splunkd web (ip address only)&lt;/P&gt;

&lt;P&gt;index=_internal source="*web_access.log" earliest=-15m | top clientip&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;User based on interactive searches:&lt;/P&gt;

&lt;P&gt;index=_internal source=&lt;EM&gt;searches&lt;/EM&gt; | top user&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;User logins based on audit logs:&lt;/P&gt;

&lt;P&gt;index=_audit action="login attempt" "info=succeeded"&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;There doesn't seem to be any audit of any logout events, unfortunately.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2010 04:48:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15740#M415</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-18T04:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15741#M416</link>
      <description>&lt;P&gt;Under the 'status' dropdown in the Search app (if you are using 4.1+), you can slide out the 'Search Activity' submenu, and select "UI Activity".   This shows you people who are accessing splunk via the web interface.&lt;/P&gt;

&lt;P&gt;It doesn't really show you if they are actually doing something at that very moment, but you can narrow your list of people whom you need to call before doing maintenance...&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2010 20:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15741#M416</guid>
      <dc:creator>rotten</dc:creator>
      <dc:date>2010-06-18T20:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15742#M417</link>
      <description>&lt;P&gt;You can find logout message in web_service.log&lt;/P&gt;

&lt;P&gt;2010-06-27 04:21:40,855 INFO    [4d416354d820e7f350] account:237 - user=matt action=logout status=success reason=user-initiated useragent="Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5" clientip=101.33.11.153&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15742#M417</guid>
      <dc:creator>mzorzi</dc:creator>
      <dc:date>2011-01-27T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15743#M418</link>
      <description>&lt;P&gt;How about this?&lt;BR /&gt;
Seems to work for me and aside from users currently logged-in, tracks also the times when a user logged-in or logged-off:&lt;/P&gt;

&lt;P&gt;index=_internal source="*web_access.log" user!="-" |eval status=if(count &amp;lt; 1,0,1)| timechart max(status) by user&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15743#M418</guid>
      <dc:creator>Ovi</dc:creator>
      <dc:date>2020-09-28T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15744#M419</link>
      <description>&lt;P&gt;Kinda neat.  It gets a cumbersome if more than a few users are logged in or searching over a long time period, but I like it.  If you just want to count users change "timechart" to "stats".&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2012 21:30:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15744#M419</guid>
      <dc:creator>I_am_Jeff</dc:creator>
      <dc:date>2012-11-09T21:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15745#M420</link>
      <description>&lt;P&gt;Another alternative to show who has logged in during the last hour and is still logged in now:&lt;BR /&gt;
&lt;STRONG&gt;index=_internal (action=login OR action=logout) sourcetype="splunk_web_service" earliest=-1h | stats first(action) as currentstate by user | where currentstate="login"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15745#M420</guid>
      <dc:creator>dmillis</dc:creator>
      <dc:date>2020-09-28T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15746#M421</link>
      <description>&lt;P&gt;Using the same interface in a Splunk search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/authentication/httpauth-tokens splunk_server=local | stats max(updated) by userName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jul 2013 08:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15746#M421</guid>
      <dc:creator>kurdbahr</dc:creator>
      <dc:date>2013-07-30T08:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15747#M422</link>
      <description>&lt;P&gt;I've put together an app that shows in real time who's logged on: &lt;A href="http://apps.splunk.com/app/1737/"&gt;Who's there&lt;/A&gt;&lt;BR /&gt;
Please let me know if you have any suggestions.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2014 22:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15747#M422</guid>
      <dc:creator>Leo</dc:creator>
      <dc:date>2014-03-22T22:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15748#M423</link>
      <description>&lt;P&gt;perfect man it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:29:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15748#M423</guid>
      <dc:creator>ITICSNORTH</dc:creator>
      <dc:date>2014-09-23T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15749#M424</link>
      <description>&lt;P&gt;nice one. variety one. &lt;BR /&gt;
Based on this the timechart looks very good and stacked one quite cool. cheers for this&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:58:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15749#M424</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2014-11-26T10:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15750#M425</link>
      <description>&lt;P&gt;Leo,&lt;/P&gt;

&lt;P&gt;I use almost the same way you did to build your APP.&lt;BR /&gt;
  Does it compatible with SHC ?&lt;/P&gt;

&lt;P&gt;I´m very much concerned about how disk consumption is growing with the artifacts replication in a SHC environment.&lt;/P&gt;

&lt;P&gt;Below is a list of dashs I´m trying to get done usin my spare time :&lt;BR /&gt;
    - individual disk usage (searchable UI) and top disk usage users&lt;BR /&gt;
       - alert on artifacs with an expiration time of X hours and more than X MBs&lt;BR /&gt;
    - SHC artifacs replication and configuration sync status among Search Heads&lt;BR /&gt;
    - per search head total disk usage historical usage curve and a "prediction" of how much disk will be needed in X months/days&lt;BR /&gt;
       - alert for a threshold on free disk space X growth percentage&lt;/P&gt;

&lt;P&gt;Take these as a suggestion to be added to your app or point me out any APPs that maybe &lt;BR /&gt;
  already accomplishing doing at least part of it.&lt;/P&gt;

&lt;P&gt;Cya.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 06:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15750#M425</guid>
      <dc:creator>theunf</dc:creator>
      <dc:date>2015-06-07T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15751#M426</link>
      <description>&lt;P&gt;How about pulling out the host/ip from which the user is accessing Splunk ?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15751#M426</guid>
      <dc:creator>deepan1n1</dc:creator>
      <dc:date>2015-08-14T11:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15752#M427</link>
      <description>&lt;P&gt;index=_audit action="login attempt" "info=succeeded"  |  stats count by action , user , _time | timechart span=1d count by user&lt;/P&gt;

&lt;P&gt;I used this&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15752#M427</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2016-11-04T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15753#M428</link>
      <description>&lt;P&gt;I did like this as well.&lt;BR /&gt;
But is there an easy way to get row as user and column as time?&lt;BR /&gt;
If I do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*web_access.log" user!="-" 
| eval status=if(count &amp;lt; 1,0,1)
| timechart max(status) by user 
| transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Its close to correct, except column header becomes row1 row2 etc, not the time?&lt;BR /&gt;
How to fix that?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 15:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15753#M428</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-11-05T15:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you find out who is logged onto Splunk right now?</title>
      <link>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15754#M429</link>
      <description>&lt;P&gt;index=_internal sourcetype=splunkd_ui_access | stats count by clientip , user , _time | lookup dnslookup clientip | timechart distinct_count(clienthost) by clienthost span=1d limit=100&lt;/P&gt;

&lt;P&gt;This command worked very well&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-you-find-out-who-is-logged-onto-Splunk-right-now/m-p/15754#M429</guid>
      <dc:creator>robertlynch2020</dc:creator>
      <dc:date>2020-09-29T11:59:45Z</dc:date>
    </item>
  </channel>
</rss>

