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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...