Splunk Search

Input on how to perform a search, field extraction and calculation ?

sjringo
Contributor

Here is what I am attempting to do:

I am trying to calculate the distinct count of the 'type' of users that are active.

In my log files all of my users have a user name that follows this pattern:  ABCD.aUserName

I am trying to calculate how many distinct users there are that are active for each 'type' where in the above example ABCD is the type.

First looking for high level approach ideas and want to dig into it myself to see what I can get to work but I just am not able to wrap my noodle around how to even approach it ?

I can extract the 'type' and the 'username' but if I have two extracted fields how do I correlate the two to be able to perform a count of dc(usernames) by type ?

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Is this what you mean?

| stats dc(username) by type

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

When the type field is extracted it becomes part of the event from which it was extracted and, therefore, associated with the user name.  Then it's just a matter of using stats dc(username) by type to get the results.

---
If this reply helps you, Karma would be appreciated.

sjringo
Contributor

I guess I was trying to overcomplicate things.  Its starting to make more sense now working through all of these different scenarios.

 

Thanks for the explination...

ITWhisperer
SplunkTrust
SplunkTrust

Is this what you mean?

| stats dc(username) by type
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...