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!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...