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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...