Integration from Kibana 3 to Kibana 4.0

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 elasticsearch+unsubscribe@googlegroups.com.
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.

+1
I wrote some own panels too. Really want to know howto quickly port into
kibana 4.

在 2014年12月2日星期二UTC+8下午5时06分59秒,Georg Seibt写道:

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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

KB3 and 4 are not compatible, any dashboards will need to be redesigned.

On 3 December 2014 at 14:26, chenlin rao rao.chenlin@gmail.com wrote:

+1
I wrote some own panels too. Really want to know howto quickly port into
kibana 4.

在 2014年12月2日星期二UTC+8下午5时06分59秒,Georg Seibt写道:

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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9_eAJsTcNPtcFEEY%3DVUPrByVDqomJwZPHkx-ns0-%2BTFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Thanks Mark.
So, there is also no possibility to use the written libraries?

Am Mittwoch, 3. Dezember 2014 04:58:27 UTC+1 schrieb Mark Walkom:

KB3 and 4 are not compatible, any dashboards will need to be redesigned.

On 3 December 2014 at 14:26, chenlin rao <rao.c...@gmail.com <javascript:>

wrote:

+1
I wrote some own panels too. Really want to know howto quickly port into
kibana 4.

在 2014年12月2日星期二UTC+8下午5时06分59秒,Georg Seibt写道:

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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3bdd17b6-3a51-440a-be2e-59f49e9ffc69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I can't comment on that directly sorry as it's outside my area, you might
be better off raising an issue on github -

On 3 December 2014 at 17:57, Georg Seibt seibtgeorg@gmail.com wrote:

Thanks Mark.
So, there is also no possibility to use the written libraries?

Am Mittwoch, 3. Dezember 2014 04:58:27 UTC+1 schrieb Mark Walkom:

KB3 and 4 are not compatible, any dashboards will need to be redesigned.

On 3 December 2014 at 14:26, chenlin rao rao.c...@gmail.com wrote:

+1
I wrote some own panels too. Really want to know howto quickly port into
kibana 4.

在 2014年12月2日星期二UTC+8下午5时06分59秒,Georg Seibt写道:

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 elasticsearc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%
40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/4db89a6c-6dc9-4469-b03e-de1f5ea284c5%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/3bdd17b6-3a51-440a-be2e-59f49e9ffc69%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/3bdd17b6-3a51-440a-be2e-59f49e9ffc69%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X86x1O8tsvw81OMLFySPyipEQuLmUctUDZLBKbvURu4fg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.