- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
paulcurry
Path Finder
02-25-2025
08:45 AM
I would like to get a count of events of all data ingested for 2024. I have hundreds of indexes and all data over 90 days goes to DDAA. I can use "eventcounts" for the searchable data and just multiply by 4 for an estimate.
Using:
| eventcount summarize=false index=*
| stats sum(count) as total_events by index
| fieldformat total_events=tostring(total_events,"commas")
| addcoltotals
Is there a way to get eventcounts for archived data?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
02-25-2025
06:33 PM
Archived data must be restored before it can be searched.
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
paulcurry
Path Finder
02-26-2025
07:45 AM
That's what I thought. Thank you for confirming.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
02-25-2025
06:33 PM
Archived data must be restored before it can be searched.
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
