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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...