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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...