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!

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...