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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Deep Dive: Accelerate threat investigation with Splunk’s AI Assistant in Security

AI is one of the biggest topics in the market today, and for security teams, its value goes far beyond the ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Detection Engineering Office Hours: Real-World Troubleshooting & Q&A

[REGISTER HERE] This thread is for the Community Office Hours session on Detection Engineering Office Hours: ...