akki.verma22
akki.verma22

Reputation: 143

How to add our own graph to Kibana?

I am using Kibana and logstash with elastic search to analyse the log data. I have also prepared a few customized chart using highchart,logstash and elastic search. I want to display these highchart charts on my kibana UI.

Please suggest me how to do that.

Upvotes: 4

Views: 5304

Answers (2)

JuanCarniglia
JuanCarniglia

Reputation: 49

I know this is an old question, but anyway I wanted to contribute. It sure is possible to extend Kibana visualizations. I have created two Visualization Plugins for Kibana 4.4.1. One is a Sunburst chart and another a circle packing chart (Both D3). Check them out in circles and sunburst. Let me know what you think and if you think of another chart that might be useful.

Update!: Another vis! BoxPlot

Upvotes: 0

Asimov4
Asimov4

Reputation: 2854

Based on this issue:

The project is entirely open source, you're welcome to fork it and make changes as you see fit, however we do not build in any support for bringing in new libraries.

You can be inspired by this other issue that imported the d3.js library to build word cloud panels.

Upvotes: 1

Related Questions