enhanced_tilemap
enhanced_tilemap copied to clipboard
kibana 5.6
I don't know if anybody tried to install the plugin on kibana 5.6, but I did and it breaks the application.
What version did you install? What errors are showing in the logs and in the browser?
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.
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
@sergitopo you should get the compatible version from the releases depending on your kibana version
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.
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.
Does this plugin support 5.6.2 version ?
@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).
I just installed it on 5.6.2 and works like a charm
On Tue, Oct 10, 2017 at 2:28 PM Alessandro Puccetti < [email protected]> 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
@karnamonkster Does create multiple geo shape work in your configuration? When I try to make 2 different shapes I get a JS error #69.
@karnamonkster Can you explain the steps fowllowed to install ? I tried changing version in package.json and bundling back into zip and installing
@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
@alepuccetti Thanks. Let me try out this.
@bharathphatak if it worked, please close the issue.