Splunk Search

Search same string over multiple days on single chart

rdevine
Path Finder

i'm trying to create a chart that has something like this

computername - 7 days ago - 6 days ago - 5 days ago ... etc. for total kb used each day to do some stats on it.

my search string is

index="_internal" source="*metrics.log" per_host_thruput | chart sum(kb) by series useother=false to provide for a single day but i'm not sure how to overlay them all into one chart.

any help would be awesome, thanks!

lguinn2
Legend

Why not use timechart?

index="_internal" source="*metrics.log" per_host_thruput  | timechart useother=false span=1d sum(kb) by series 
0 Karma

rdevine
Path Finder

well ultamitely i'd like to be able to chart each day over ontop of eachother, and also, i'd like to be able to get the top value for each host over the 7 day period.

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!

Agent Mode Engaged! Enchaining Agentic Operations with Splunk AI Assistant 2.0

    Are you ready to transform how your team handles complex data requests? We invite you to our upcoming ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...