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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

This is the sixth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...