Splunk Search

Stats of a field per other extracted fields in previous step

sankalpsah
New Member

I am extracting the type of node: "namenode" or "workernode". Then I get the value of another field say "idle time" for both of them.
I want avg idle time stats per min for each type type of node.

Any help is appreciated.

Thanks!!

0 Karma

woodcock
Esteemed Legend

Like this:

... | timechart span=1m avg($idle time$) BY nodeType
0 Karma

sankalpsah
New Member

What about stats? If i want the stats by nodetype to pipe into another next stage?

0 Karma

woodcock
Esteemed Legend

I do not understand your question; timechart is a statistical command. I could do the same thing with stats but it will take more commands to do it and not work any better. Did you even try running this command to see what is the output? It generates stats by nodetype and there is no reason that you would not be able to pipe this to another command (except, perhaps, if you for some reason refuse to try to do so).

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...