Getting Data In

Data Indexed in a specifc interval

leapop
Engager

What will be the query to find out the bytes indexed by a server during a specific interval - absolute time period?

Thanks.

Tags (1)

gkanapathy
Splunk Employee
Splunk Employee

You would have to do:

earliest=1/2/2011:12:34:56 latest=2/2/2011:1:23:45 index=_internal source=*metrics.log group=per_index_thruput | timechart sum(kb) by series
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...