Splunk Search

Basic math operation applied to stats

JamesPineda
New Member

Hi all,

Student, new to Splunk and dbs.

I need some help performing basic math operation against stats results. I'd like to take the total of events in a single field/column, using 'stats count(field_name)', and then multiply this total by a percentage or some other fixed number.

Can anyone point me to the section of "Splunk for Real Dummies" that might provide me some guidance?

Any help would be appreciate. Reading in circles on this one...

Cheers,
James

Tags (2)
0 Karma
1 Solution

micahkemp
Champion

You can always perform operations after stats:

| stats count(field_name) AS field_name_count | eval field_name_result=field_name_count*<some constant>

View solution in original post

0 Karma

micahkemp
Champion

You can always perform operations after stats:

| stats count(field_name) AS field_name_count | eval field_name_result=field_name_count*<some constant>

0 Karma

JamesPineda
New Member

Thanks Micah!

I really appreciate your lightning-fast, concise, and illuminating response.

It worked like a charm (after I removed the $ I initially used in the field.

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...