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!

3 Ways to Make OpenTelemetry Even Better

My role as an Observability Specialist at Splunk provides me with the opportunity to work with customers of ...

What's New in Splunk Cloud Platform 9.2.2406?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.2.2406 with many ...

Enterprise Security Content Update (ESCU) | New Releases

In August, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...