Splunk Search

How to sum the count of three users?

reschal
Explorer

Hi,

in my scenario i have a lot of users for example: user1, user2, user3... and i want to count their logins to a server and create a pie chart. I have the problem that there are some users which have the same name but a different notation for example user1, USER1 and USer1. How can i sum the counts of these 3, allocate it to user1 and create the pie chart?

Thx for your help!

Tags (1)
0 Karma
1 Solution

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi reschal,

you can lower the user names.

Can you please try this?

YOUR_SEARCH | eval user_field =lower(user_field) | stats count by user_field

just add extra eval before stats command.

thanks

View solution in original post

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi reschal,

you can lower the user names.

Can you please try this?

YOUR_SEARCH | eval user_field =lower(user_field) | stats count by user_field

just add extra eval before stats command.

thanks

reschal
Explorer

Thanks, it works 🙂

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi
Can you please accept this question to mark as close?

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