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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...