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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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 ...