Splunk Search

Query for eventcount

VijaySrrie
Builder

I have a lookup file with indexes in it, I want a query i need the eventcount of the indexes mentioned in the lookup table for 24 hrs

Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

This should get you going in the right direction.

| tstats count where [|inputlookup indexes.csv | fields index | format] by index
---
If this reply helps you, Karma would be appreciated.
0 Karma

harishalipaka
Motivator
0 Karma
Get Updates on the Splunk Community!

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 ...

Automatic Discovery Part 2: Setup and Best Practices

In Part 1 of this series, we covered what Automatic Discovery is and why it’s critical for observability at ...