Splunk Search

eval returns a field rather than a scalar

riley_lewis
Loves-to-Learn Lots

When I do this search:

index="mydata" | eval mymean=avg(floatnumbers) | table floatnumbers,mymean

mymean just mimics whatever is in floatnumbers. How do I calculate the mean? I have tried the fieldsummary command, but when I did that, it would not port to chart correctly.

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @riley_lewis,

the avg function must be used in a streaming command as stats or timechart:

index="mydata" 
| stats avg(floatnumbers) AS floatnumbers BY mymean

Ciao.

Giuseppe

 

0 Karma
Get Updates on the Splunk Community!

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...