Dashboards & Visualizations

Does Splunk have a Stepped Line Graph Visualisation

pjAstroMan
Explorer

Hi there, I am in the process of evaluating Splunk as a possible replacement to our existing data historian.  Our users require a Stepped Line Graph for trending purposes rather than the conventional line graph.  Is it possible to provide a Stepped Line Graph visualistion in Splunk?

Kind Regards

Paul J.

Labels (1)
0 Karma

tscroggins
Champion

@pjAstroMan 

Not directly, but you can group data points by series and use the xyseries command to plot steps:

foo.csv

series,x,y
a,0,1
a,1,1
a,2,1
b,2,2
b,3,2
b,4,2
c,4,3
c,5,3
c,6,3

| inputlookup foo.csv
| xyseries x series y

xabc
01  
11  
212 
3 2 
4 23
5  3
6  3

tscroggins_0-1619885196636.png

Splunk also provides an interface to develop custom visualizations: https://dev.splunk.com/enterprise/docs/developapps/visualizedata/displaydataview/splunkplatformcusto...

0 Karma

pjAstroMan
Explorer

Thanks for the feedback, unfortunately, whilst this would work for specifically manipulated data content, in my particular case the stepped chart needs to be generated from a real-time data feed.

Kind Regards

Paul.

0 Karma

tscroggins
Champion

@pjAstroMan

I used a contrived example, but streaming data can be modified into a similar structure using SPL. Search-time analysis and transformation is Splunk's core value proposition.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...