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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...