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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...