Splunk Search

Why are there sum issues in splunk table?

ositaumeozulu
Explorer

splunk table not giving the accurate sum of the fields in addtotals, even when i use the stats sum function, once the nos exceed 100000, it will not sum itinnacurate result in the addtotalsinnacurate result in the addtotals

Labels (1)
0 Karma

duncangoff3
Splunk Employee
Splunk Employee

it would be a little easier to help if you included the search you used, but from what i can see its because you have a mix of number and text strings. 1234 is a number 1,234 is a string, its adding the numbers and skipping the strings.

to fix you need to either;

 

a. do your sums before adding commas

or 

b. convert you strings to numbers before doing the math
ie | eval numbers=tostring(<string_field>,"commas") | stats sum(numbers)
tonumber(<str>, <base>) .

 

Feel free to reply with your original search if you need any further help.

0 Karma

ositaumeozulu
Explorer

Wow, many thanks @duncangoff3 you are awesome

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...