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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...