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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...