Dashboards & Visualizations

How to plot continuous data from values with the same time?

patilsh
Explorer

Hi,

Suppose I have a column having list of values and i want to plot it as continuous data. How am i supposed to do it

The data is like below :

alt text

And i want to plot a continous data graph something as below. I tried it using timechart but the problem is all this data points have same _time. So can someone please help me with this

alt text

Regards
Shailendra Patil

0 Karma

woodcock
Esteemed Legend

Like this:

| makeresults 
| eval value="-41 -59 -61 -58 -60 -23 -54 -60 -60 -56 -59 -59 -58 -59 -61 -61 -60" 
| makemv value

| rename COMMENT AS "Everything above generates sample event data; everything below is your solution"

| mvexpand value
| streamstats count AS _time
| rename _time AS serial
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...