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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...