nreese / enhanced_tilemap

Kibana mapping visualization
Apache License 2.0
65 stars 24 forks source link

kibana 5.6 #72

Open sergitopo opened 7 years ago

sergitopo commented 7 years ago

I don't know if anybody tried to install the plugin on kibana 5.6, but I did and it breaks the application.

nreese commented 7 years ago

What version did you install? What errors are showing in the logs and in the browser?

alepuccetti commented 7 years ago

I am using it in kibana 5.6.0 and 5.6.1. I found two only issues and I opened https://github.com/nreese/enhanced_tilemap/issues/69 and https://github.com/nreese/enhanced_tilemap/issues/70 about it. Other than that it works fine.

sergitopo commented 7 years ago

I installed the enhanced-tilemap 5.3 (I think it is the latest) on kibana 5.6.1, I had to change the package.json file, recompress the zip and install it. Here it is the error that I see image

alepuccetti commented 7 years ago

@sergitopo you should get the compatible version from the releases depending on your kibana version

sergitopo commented 7 years ago

You are right, now it works. I thought 5.3 was the last release, now I have seen from the releases section, that there are few more since the last update of your main page documentation. Thank you very much.

Consider closing the issue.

alepuccetti commented 7 years ago

There are still 2 known bugs, one was addressed not merged yet and the second still no news about it. I love this plugin, but I will have to remove it from production until the fixes.

bharathphatak commented 7 years ago

Does this plugin support 5.6.2 version ?

alepuccetti commented 7 years ago

@bharathphatak as said in #46, usually, minor version updates are compatible. Testing is the best way to be sure, as well as look the code changes between the kibana versions. however the current release of the plugin as 2 bugs that need to be fixed (see #69 and #70).

karnamonkster commented 7 years ago

I just installed it on 5.6.2 and works like a charm

On Tue, Oct 10, 2017 at 2:28 PM Alessandro Puccetti < notifications@github.com> wrote:

@bharathphatak https://github.com/bharathphatak as said in #46 https://github.com/nreese/enhanced_tilemap/issues/46, usually, minor version updates are compatible. Testing is the best way to be sure, as well as look the code changes between the kibana versions. however the current release of the plugin as 2 bugs that need to be fixed (see #69 https://github.com/nreese/enhanced_tilemap/issues/69 and #70 https://github.com/nreese/enhanced_tilemap/issues/70).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nreese/enhanced_tilemap/issues/72#issuecomment-335430128, or mute the thread https://github.com/notifications/unsubscribe-auth/AFRNotQKyWozeoajqLeyMt77nAf3zXnAks5sq0aygaJpZM4Pu9mS .

-- /Br Karan

alepuccetti commented 7 years ago

@karnamonkster Does create multiple geo shape work in your configuration? When I try to make 2 different shapes I get a JS error #69.

bharathphatak commented 7 years ago

@karnamonkster Can you explain the steps fowllowed to install ? I tried changing version in package.json and bundling back into zip and installing

alepuccetti commented 7 years ago

@bharathphatak I am using kibana 5.6.0 what I did was changing the kibana version in the kibana's packages.json and after installed change the value back to 5.6.0 of both kibana and the plugin packages.json

bharathphatak commented 7 years ago

@alepuccetti Thanks. Let me try out this.

alepuccetti commented 7 years ago

@bharathphatak if it worked, please close the issue.