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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...