Splunk Search

How to chart sum(value) by date ?

afourdraine
New Member

Hi,

I got some raw data like :

Backup-ID: host1.domain.fr_1
Fragment Size (KB): 4425792
Expires: 20/03/2015
MediaID: AZER12

Extracted fields :
fragment_size : "(KB) 4425792"
date : "20/03/2015"

I'd like to get a chart of the sum(fragment_size) by date

I've tried many combinations with sum(value), stats, chart etc, but it seems that I missed something because I can't get a result.

Can you help me?

Alex.

Tags (3)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Your fragment_size is not a number. Either extract the number without the "(KB: )" in front, or do some replacing and multiplying-by-unit afterwards.

martin_mueller
SplunkTrust
SplunkTrust

regex is a filtering command, try rex field=fragment_size "(?\d+) instead.

Once that works, fix your initial field extractions to extract the correct number in the first place.

afourdraine
New Member

Yep, i've tried with |regex fragment_size="\d+" but still, the sum was null

0 Karma
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 ...