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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...