-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it supports kibana 5.1.1 ? #3
Comments
It should!
El dic. 19, 2016 6:21 AM, "Suhas S Kumar" <[email protected]>
escribió:
… —
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOi0O3Z4rxsoEi75CzpHwU-GAoR9b2J_ks5rJkyigaJpZM4LQhIw>
.
|
It breaks on kibana 5.1.1 with blank screen with the following error on browser console...
|
This line should cue us "Error: Parameter 'start' is not numeric; value: NaN" ... The same as issue #5, there seems to be an invalid Data Field being used. Can you paste here the configuration for the view? Thanks. |
I also had an error when trying to start Kibana 5.1.1 with the plugin : {"type":"log","@timestamp":"2017-03-01T12:08:20Z","tags":["fatal"],"pid":20589,"level":"fatal","message":"Unexpected token export","error":{"message":"Unexpected token export","name":"SyntaxError","stack":"/home/cloud-user/kibana-5.1.1-linux-x86_64/src/core_plugins/area3d_vis/index.js:1\n(function (exports, require, module, __filename, __dirname) { export default function (kibana) {\n ^^^^^^\nSyntaxError: Unexpected token export\n at Object.exports.runInThisContext (vm.js:76:16)\n at Module._compile (module.js:542:28)\n at Module._extensions..js (module.js:579:10)\n at Object.require.extensions.(anonymous function) [as .js] (/home/cloud-user/kibana-5.1.1-linux-x86_64/node_modules/babel-core/lib/api/register/node.js:214:7)\n at Module.load (module.js:487:32)\n at tryModuleLoad (module.js:446:12)\n at Function.Module._load (module.js:438:3)\n at Module.require (module.js:497:17)\n at require (internal/module.js:20:19)\n at Plugins. (/home/cloud-user/kibana-5.1.1-linux-x86_64/src/server/plugins/plugin_collection.js:66:30)\n at undefined.next (native)\n at step (/home/cloud-user/kibana-5.1.1-linux-x86_64/src/server/plugins/plugin_collection.js:22:273)\n at /home/cloud-user/kibana-5.1.1-linux-x86_64/src/server/plugins/plugin_collection.js:22:443\n at Plugins. (/home/cloud-user/kibana-5.1.1-linux-x86_64/src/server/plugins/plugin_collection.js:22:99)\n at KbnServer. (/home/cloud-user/kibana-5.1.1-linux-x86_64/src/server/plugins/scan.js:81:27)\n at undefined.next (native)"}} |
I added an extra check in the code. Please update and verify if it is now working. Thanks! |
Hi, I'm using kibana 5.2.2 with the plugin. There are error massages: {"type":"log","@timestamp":"2017-03-16T07:25:02Z","tags":["fatal"],"pid":14637,"level":"fatal","message":"Unexpected token export","error":{"message":"Unexpected token export","name":"SyntaxError","stack":"/home/jenny/kibana-5.2.2-linux-x86_64/src/core_plugins/area3d_vis/index.js:1\n(function (exports, require, module, __filename, __dirname) { export default function (kibana) {\n ^^^^^^\nSyntaxError: Unexpected token export\n at Object.exports.runInThisContext (vm.js:76:16)\n at Module._compile (module.js:542:28)\n at Module._extensions..js (module.js:579:10)\n at Object.require.extensions.(anonymous function) [as .js] (/home/jenny/kibana-5.2.2-linux-x86_64/node_modules/babel-core/lib/api/register/node.js:214:7)\n at Module.load (module.js:487:32)\n at tryModuleLoad (module.js:446:12)\n at Function.Module._load (module.js:438:3)\n at Module.require (module.js:497:17)\n at require (internal/module.js:20:19)\n at Plugins. (/home/jenny/kibana-5.2.2-linux-x86_64/src/server/plugins/plugin_collection.js:66:30)\n at undefined.next (native)\n at step (/home/jenny/kibana-5.2.2-linux-x86_64/src/server/plugins/plugin_collection.js:22:273)\n at /home/jenny/kibana-5.2.2-linux-x86_64/src/server/plugins/plugin_collection.js:22:443\n at Plugins. (/home/jenny/kibana-5.2.2-linux-x86_64/src/server/plugins/plugin_collection.js:22:99)\n at KbnServer. (/home/jenny/kibana-5.2.2-linux-x86_64/src/server/plugins/scan.js:81:27)\n at undefined.next (native)"}} Could you help me? |
Having same error as above ^^^ , please help. your software is in top google search results for 3d kibana visualization. which means => basically your have the most popular 3d visualization tool for kibana out there right now :) |
I just committed a 5.5 compliant version. Please check it. |
hey. tried installing it with 5.5 Getting this error.
|
although when I run |
You probably have no "/usr/share/kibana/plugins/area3d_vis" folder. I just copy the code over to the src/core_plungins/ folder (on an "area3d_vis" folder) and then run "npm install vis" on that folder, to get Vis. Then you have to restart Kibana (Probably remove the bundle files beforehand, to get them rebuilt). Regards |
No description provided.
The text was updated successfully, but these errors were encountered: