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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...