Hello, I am new to Elasticsearch and Kibana, but in the last months I developed two visualizations for chord diagrams and hive plots in Kibana 3. Now we are thinking about changing to Kibana 4.0.
I created two panels for the visualizations under the folders ...\kibana\src\app\panels in Kibana 3 The panels have the same structure as other panels, like 'terms' for example. They consist of an editor.html, a modules.html, and a module.js file. The module.js file makes a reuqest for the data to elasticsearch and uses a library to create the diagram (I added the libraries in kibana\src\vendor). I am wondering if and how I can integrate these functionalities to Kibana 4.0? I had a look in the code of Kibana 4.0 and it looks completely different. I assume that I have to change most of the code which makes the request to elasticsearch, but I am hoping to be able to further use the libraries. Maybe somebody can help me where I would have to integrate the code. Thank you in advance, Georg -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4e887075-6f64-4dab-866c-530cc31f5f0a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
