Splunk Search

How do you produce a chart like this

Marinus
Communicator

Is it possible to produce a chart like this?
A possible data set could be "spending catagories" vs "months"

alt text

Tags (3)
0 Karma
1 Solution

Paolo_Prigione
Builder

There is no practical way to do it in splunk automatically.
You should code a custom web interface module which uses some charting library to draw it. It's not gonna be simple but dev.splunk.com will help you a lot in that. You'll need a great deal of JS skills, though.

View solution in original post

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

Although, if you know the specific charting libraries they use for that, perhaps you could extend Splunk like this:

http://dev.splunk.com/view/app-framework/SP-CAAADX7

0 Karma

Paolo_Prigione
Builder

There is no practical way to do it in splunk automatically.
You should code a custom web interface module which uses some charting library to draw it. It's not gonna be simple but dev.splunk.com will help you a lot in that. You'll need a great deal of JS skills, though.

0 Karma

LukeMurphey
Champion

http://g.raphaeljs.com/ has a dot graph that looks similar to what you are looking for. You could wrap this into a module if you wanted to and should reduce the work somewhat.

0 Karma

Marinus
Communicator

Guess it will have to be a feature request then 🙂

Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...