Splunk Search

How to calculate the number of times the same event has occured in an index?

MG
Engager

How to calculate the number of times the same event has occured in an index

Labels (1)
0 Karma

GaetanVP
Contributor

Hello MG, 

As far as I know, you will never have the exact same event inside an index since each event has been indexed at a specific time.

You can easily count the number of "similar" event based on keys and values to compare, which can lead you to what you call "same event".

For instance if the same user visited the same page during the last hour, we could consider that those two events are similar, and you can count those within a Splunk search over the last our, something like :

index="myindex" user="user1" url="mywebsite/mypage"


Note that this search really depend on the sourcetype of the logs you're looking for of course...

I hope it helps!
Regards,

GaetanVP




0 Karma

MG
Engager

You are right..Another query I have is..

Calculating the size of an index and triggering the alert. If an alert triggered for one index then it should not trigger the same alert  for next  2hour . But it should trigger alert for other indexes.

 

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...