dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
368 stars 96 forks source link

Not working with Kibana 6.5.X #62

Closed gjelenc closed 5 years ago

gjelenc commented 5 years ago

I did the reinstall of plugin and doesn't help. Also optimize is not showing kbn_network plugin

{"type":"log","@timestamp":"2018-11-22T07:36:40Z","tags":["info","optimize"],"pid":1,"message":"Optimizing and caching bundles for ml, stateSessionStorageRedirect, status_page, timelion, graph, monitoring, space_selector, login, logout, dashboardViewer, apm, canvas, infra and kibana. This may take a few minutes"} {"type":"log","@timestamp":"2018-11-22T07:42:17Z","tags":["info","optimize"],"pid":1,"message":"Optimization of bundles for ml, stateSessionStorageRedirect, status_page, timelion, graph, monitoring, space_selector, login, logout, dashboardViewer, apm, canvas, infra and kibana complete in 336.98 seconds"}

dlumbrer commented 5 years ago

I'm going to work on this! Thanks for the notice!

gjelenc commented 5 years ago

Maybe this helps you: https://www.elastic.co/blog/kibana-plugin-api-changes-in-6-5

gjelenc commented 5 years ago

Any progress on issue ?

anthonyleonard commented 5 years ago

Try the following at the command prompt while kibana is stopped, then start it up again:

export NODE_OPTIONS="--max-old-space-size=5000"

gjelenc commented 5 years ago

If I set this option, I will get this error: /usr/share/kibana/bin/../node/bin/node: "--max-old-space-size=5000" is not supported in NODE_OPTIONS

syunusic commented 5 years ago

Same problem here. +1

Tarik-H commented 5 years ago

Is it working with kibana 6.5.4? When I issue npm install I no longer can start Kibana !

syunusic commented 5 years ago

Is it working with kibana 6.5.4? When I issue npm install I no longer can start Kibana !

as Jan 4th 2019, this plugin is not working in 6.5.2, so I guess (pretty sure) won't work on 6.5.4. BUT... I don't think this makes Kibana not starting. When I Upgrade from 6.4.x to 6.5.x it took a very long time to start Kibana, due some optimization processes. Botom line: this plugin won't work, but won't be the reason Kibana is not working.

dlumbrer commented 5 years ago

@syunusic is right.

Next week I'm going to update the plugin (and the others) to the Kibana 6.5.X versions.

anthonyleonard commented 5 years ago

Thanks. It's an awesome plugin!

I am trying to use it to show the scary level of interconnectedness of our microservices during different operations, which is pretty hard to show any other way :)

Best wishes, Anthony.

On Sat, 5 Jan 2019 00:58 David Moreno Lumbreras <notifications@github.com wrote:

@syunusic https://github.com/syunusic is right.

Next week I'm going to update the plugin (and the others) to the Kibana 6.5.X versions.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dlumbrer/kbn_network/issues/62#issuecomment-451612446, or mute the thread https://github.com/notifications/unsubscribe-auth/AV1iIqZoZm1ir4eh7da4dDlPzMPRK64jks5u__iegaJpZM4Yu1NH .

dlumbrer commented 5 years ago

The plugin now supports 6.5.X version!!! (tested on 6.5.4)

In releases there are the binares and the source code:

Sorry for the long wait and thanks for the support!