Splunk Search

How to plot a line graph to display state change of machines based on timestamp?

rakes568
Explorer

We have a list of machines in our system with their state change as On or Off along with timestamp.

2017-07-11 12:39:01 M1  Up
2017-07-11 12:25:39 M2  Down
2017-07-11 10:58:27 M1  Down
2017-07-11 10:44:32 M3  Down
2017-07-11 10:27:33 M3  Up
2017-07-11 09:47:52 M3  Down

Is there a way to plot a line graph of state change for all machines based on their timestamp?
I tried following query using timechart, but it displays dotted values with 0 and 1, instead of a continuous linechart.

mysearch| eval State=if(state="Up",1,0) | timechart span=5m max(State) by machine
0 Karma
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

Here's a screenshotalt text

View solution in original post

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

Here's a screenshotalt text

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

You can specify the formatting options for the line chart in the UI such that the dots are connected for missing values, have you tried that?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...