Splunk Search

Can one tell how much of the 16TB of my log data is being searched on any regular basis?

khourihan_splun
Splunk Employee
Splunk Employee

Can one tell how much of the 16TB of my log data is being searched on any regular basis?

Tags (3)

yannK
Splunk Employee
Splunk Employee

It is hard to tell the actual volume searched, but you can have the count of the events searched each time.

index=_audit source=*audit* action=search scan_count | table _time user scan_count event_count result_count

  • scan_count is how many events were explored based on the scoping conditions (index, timerange, sourcetype etc..)
  • event_count is how many matched the search terms. (field condition, keywords ....)
  • result_count is how many lines were returned after the processing
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...