Is there a way to include custom d3 charts in kibana 4?

I having custom d3 charts. I would like that to use in kibana 4?
Is it possible in kibana4?

You'd have to modify Kibana to do that. Check out this awesome talk by @spalger at Elastic{ON}'15 on how to contribute: https://www.elastic.co/elasticon/2015/sf/contributors-guide-to-the-kibana-galaxy

Thank you

I've read that Kibana 4.2 will support plugins. Is this true and will it make adding custom d3 visualizations to Kibana easier?

It is true, more information coming at the time of 4.2 GA.

Hi, I'm doing build/buy analysis for IT monitoring system and custom charts are must-have. So wondering if anyone trying to add custom d3 into Kibana yet?

Thank you!

kota

4.2.0 was released on Oct 28. I've been looking, but I haven't seen any new informations on custom visualizations or plugins. Have I missed it?

Thanks for your support

I have created two new custom D3 visualizations ( Packed Circles and Sunburst). The code is available at github (sunburst) / (circles).

I wasn't all that hard once you have a template from where to start. I used the SANKEY visualization project as a baseline.

They both work on Kibana 4.4.1.

Let me know what you think of them, and if there are other visualizations you would like having.

6 Likes

This is really cool!

I am adding a new Visualization. It is a heatmap, and basically shows a little square for each hour of each day in a grid arrangement. Each square is coloured according to the document count.

I'll be working more in this, so it's beta, but you can check it out at https://github.com/JuanCarniglia/kbn_heatmap_vis

1 Like

Yet another vis.

This one is a BoxPlot.

Check it out at : http://github.com/JuanCarniglia/kbn_boxplot_violin_vis

Thanks!

Another Visualization, it's an improved version of the simple metric vis.

Screenshot:

Check the documentation at http://github.com/JuanCarniglia/kbn_picture_values_vis.

Thanks!

@JuanCarniglia : These are really great !!

Glad you liked it!

On https://github.com/sbeyn/kibana-plugin-line-sg another plugin Kibana for versions 4.2.2, 4.3.0, 4.4.0, 4.5.0 for multiple graphs with different types (Area, Areaspline, Line, Spline, Bar) and some options more ...

https://github.com/sbeyn/kibana-plugin-line-sg with screenshot:

2 Likes

I share with you a another plugin: Graphic Gauge (https://github.com/sbeyn/kibana-plugin-gauge-sg)

Below a Kibana plugin Traffic (https://github.com/sbeyn/kibana-plugin-traffic-sg) inspired this article http://logz.io/blog/kibana-visualizations/

@sbeyn: Nice work!!! It's exactly what I'm looking for!!! I have only one problem with this plugin. If I place it in my dashboard, I cannot select/click an value on diagram in order to set a filter for all other diagrams in my dashboards. Others-rum it works (If I select a value in some standard Kibana-diagram, then kibana-plugin-line-sg update/confine the values in Line-Sg-diagram.) Do you know how it can be solved?

3 Likes

This is what I am trying to work and figure out as well. I have created my own custom plugin and would like to know how to add global filters to it. If I click on something it would select that and apply the filter to rest of the dashboard. Can some one please assist in this matter.

Thank you

2 Likes