Splunk Search

Limit Search by timeframe

anasir
Engager

Want to run this search index="_internal" source="*metrics.log" group="per_host_thruput" splunk_server="splunk-x" | chart sum(kb) by series | sort - sum(kb) | head 5 | ] and want to limit it by day, week month etc

Tags (1)

sideview
SplunkTrust
SplunkTrust

If Im following correctly, I get the feeling you're using the CLI or the REST api maybe? If you're in the UI you use the time range picker pulldown. In the CLI there are earliest and latest arguments, and the REST api has similar earliest,latest arguments that you send along with the search string.

0 Karma

nikos_d
Explorer

@sideview: could you provide a link with the documentation for the time range arguments for the REST API? I cannot find it (says I, knowing that the probability of a reply 5 years after the post is near zero)

0 Karma

sideview
SplunkTrust
SplunkTrust
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

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

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...