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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

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 ...