Dashboards & Visualizations

Timechart over Field search

vgp
Loves-to-Learn

I have below simple search query , would like to timechart nodename by date/time agaist "gbps", "uplink", "downlink".

index=xyz source=xyz* gbps OR uplink OR downlink OR nodename

Want visualization

Date_TimeNodenamegbpsdownlinkuplink
     
     
Labels (1)
0 Karma

vgp
Loves-to-Learn

Its function over time and gbps, uplink, downlink are numerics. Yes, need line for each node.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

What do you want to use as your aggregation function or functions over time? Are gbps, uplink, downlink numerics? Do you want a line for each node name?

| timechart avg(gbps) as gbps, sum(uplink) as uplink, sum(downlink) as downlink by nodename span=1h
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...