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 🙂

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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...