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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...