Dashboards & Visualizations

Customized Bubble Chart without converting to HTML

jvmerilla
Path Finder

Hi All!

Just want to ask if it is possible to do this kind of Bubble Chart in Splunk without converting to HTML?
alt text

Thanks in advance! 🙂

0 Karma

horsefez
Motivator

Hi jvmerilla,

straight out I would say that you are able to build this visualization without converting your dashboard to html.

Option No.1: There could already be a custom visualization on splunkbase for you to download and use.
https://splunkbase.splunk.com/apps/#/app_content/visualizations

Option No.2: You could download the splunk dashboard examples app and maybe adjust a visualization there using java-script.
https://splunkbase.splunk.com/app/1603/

Option No.3: You could start writing your own custom visualization with java-script by using this handy tutorial.
https://docs.splunk.com/Documentation/SplunkCloud/6.6.3/AdvancedDev/CustomVizTutorial

0 Karma

jvmerilla
Path Finder

Hi mayurr98 ,

This is my query:

index="pcmm" sourcetype="sampledata_intervention.csv" 
| stats count by "Intervention Class"

Temporarily, I used pie chart as a visualization.
alt text

0 Karma

mayurr98
Super Champion

you can not use default bubble chart shipped with Splunk for this as bubble chart normally require 3 fields. You can use donut chart instead. If you are interested then I can tell you about that
If you want to use bubble chart then you have to write javascript and all.

0 Karma

mayurr98
Super Champion

what is your search query?
as this is a chart so you need 3 columns as in x-axis(mostly time) y-axis(mostly count) and third count

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...