Splunk Search

Timechart for unique login ids

freephoneid
Path Finder

I've following data in my summary index by time which runs in time range -1d@d to @d every day @ midnight:

09-01-11: userid=1, userid=2, userid=5
09-02-11: userid=2, userid=7, userid=11
09-03-11: userid=1, userid=9, userid=2, userid=33
09-04-11: userid=15, userid=1, userid=11, userid=33
09-05-11: userid=2, userid=9, uesrid=11
09-06-11: userid=50

In above case, I want to show the time chart as shown below:

09-01-11: count=3
09-02-11: count=2 (Since userid=2 is already counted earlier)
09-03-11: count=2 (Since userid=1 & userid=2 is already counted earlier)
09-04-11: count=1 (since userid=1, userid=11, userid=33 are already counted earlier)
09-05-11: count=0 (since userid=2, userid=9, uesrid=11 are already counted earlier)
09-06-11: count=1

How can I display timechart which will show unique userid count over time?

Thanks

Tags (2)
0 Karma

freephoneid
Path Finder

Hello Experts,

I'm sure this can be done in Splunk but still trying to figure out how to do calculations with time chart...

Please note that the userid=12 are different log lines. So, in my summary index, they're actually represented as shown below:

09-01-11: userid=1
          userid=2
          userid=5
09-02-11: userid=2
          userid=7
          userid=11
09-03-11: userid=1
          userid=9
          userid=2
          userid=33

Basically, I've simply added these log lines containing userid key/value pair in the summary index for each day.

I'll appreciate if you can post the splunk query to display the timechart.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...