Security

Can some one tell me how to find the number of users using a particular application(number of people using/logged into a website)

sravya012
New Member

i want to know how to find the number of users logged on to the website. i tried

stats dc(cs_username) by TabOrFormName

but it did not display any results.

Can some one provide me more accurate way to get the number of people using that particular website!!,

0 Karma
1 Solution

woodcock
Esteemed Legend

That is exactly how you should do it but perhaps you forgot the pipe character ( | ); it should be like this (assuming that your dataset has both cs_username and TabOrFormName as fields):

...  | stats dc(cs_username) by TabOrFormName

View solution in original post

0 Karma

woodcock
Esteemed Legend

That is exactly how you should do it but perhaps you forgot the pipe character ( | ); it should be like this (assuming that your dataset has both cs_username and TabOrFormName as fields):

...  | stats dc(cs_username) by TabOrFormName
0 Karma

sravya012
New Member

Thank you!! It helped

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...