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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...

Operationalizing TDIR: Building a More Resilient, Scalable SOC

Optimizing SOC workflows with a unified, risk-based approach to Threat Detection, Investigation, and Response ...