Dashboards & Visualizations

How to graph the most recent value of an output?

carlsonbJTEKT
Engager

I want to graph values that show a machine's current status over time. However, the machine only sends a status update every time it changes. How can I get the graph to show that the value stays constant until it is updated?

0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

... | stats latest(fieldname) by host

Or

... | timechart latest(fieldname) by host

View solution in original post

woodcock
Esteemed Legend

Like this:

... | stats latest(fieldname) by host

Or

... | timechart latest(fieldname) by host
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 ...