question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After install plungin kibana 6.6.0 won't start anymore

See original GitHub issue

Hi

I just installed the plugin from the zip file for >6.5 I run into the following issue:

Feb 06 20:43:01 srv-rachel systemd[1]: Started Kibana.
Feb 06 20:43:05 srv-rachel kibana[11176]: {"type":"log","@timestamp":"2019-02-06T20:43:05Z","tags":["plugin","warning"],"pid":11176,"path":"/usr/share/kibana/src/legacy/core_plugins/ems_util","message":"Skipping
Feb 06 20:43:06 srv-rachel kibana[11176]: {"type":"log","@timestamp":"2019-02-06T20:43:06Z","tags":["info","optimize"],"pid":11176,"message":"Optimizing and caching bundles for graph, monitoring, space_selector,
Feb 06 20:43:08 srv-rachel kibana[11176]: Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
Feb 06 20:43:48 srv-rachel kibana[11176]: {"type":"log","@timestamp":"2019-02-06T20:43:48Z","tags":["fatal","root"],"pid":11176,"message":"{ Error: Optimizations failure.\n   5066 modules\n    \n    ERROR in ./p
Feb 06 20:43:53 srv-rachel kibana[11176]:  FATAL  Error: Optimizations failure.
Feb 06 20:43:53 srv-rachel kibana[11176]:    5066 modules
Feb 06 20:43:53 srv-rachel kibana[11176]:
Feb 06 20:43:53 srv-rachel kibana[11176]:     ERROR in ./plugins/network_vis/public/network_vis.js
Feb 06 20:43:53 srv-rachel kibana[11176]:     Module not found: Error: Can't resolve 'ui/vis/vis_category' in '/usr/share/kibana/plugins/network_vis/public'
Feb 06 20:43:54 srv-rachel systemd[1]: kibana.service: Main process exited, code=exited, status=1/FAILURE
Feb 06 20:43:54 srv-rachel systemd[1]: kibana.service: Failed with result 'exit-code'.
Feb 06 20:43:54 srv-rachel systemd[1]: kibana.service: Service hold-off time over, scheduling restart.
Feb 06 20:43:54 srv-rachel systemd[1]: kibana.service: Scheduled restart job, restart counter is at 1.
Feb 06 20:43:54 srv-rachel systemd[1]: Stopped Kibana.

Any ideas what’s wrong on my installation? 😦

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
carolineLecommented, Feb 12, 2019

Hi, I wrote this patch to get 6.5 version working on my kibana 6.6: kbn_network.patch.txt

To use it:

unzip ~/Downloads/network_vis-6-5.zip
patch -p0 network_vis/public/network_vis.js kbn_network.patch

I’m sorry I didn’t do a PR, but the code in master in different from the released code and I’m really not familiar with JS. I hope this helps.

2reactions
dlumbrercommented, Feb 6, 2019

Mmmm, it seems that sth changes in the new Kibana, I have to work on this then.

I will upload a new release when done, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kibana doesn't start after upgrading from 6.6.0 to 6.8.10 version
i have recently upgrade Elastic and kibana from version 6.6.0 to 6.8.0 however elasticsearch upgrade went good. i didn't reindex any indices. however...
Read more >
Plugin tooling | Kibana Guide [8.5] - Elastic
We recommend that you kick-start your plugin by generating it with the Kibana Plugin Generator. Run the following in the Kibana repo, and...
Read more >
Task Manager troubleshooting | Kibana Guide [8.5] - Elastic
The most common symptom of an underlying problem in Task Manager is that tasks appear to run late. For instance, recurring tasks might...
Read more >
Getting started | Kibana Guide [8.5] - Elastic
Get started building your own plugins, or contributing directly to the Kibana repo. Developing on Windowsedit. We do not support Windows native development ......
Read more >
Kibana plugins | Kibana Guide [8.5] - Elastic
To add your plugin to this page, open a pull request. Install pluginsedit. Use the following command to install a plugin: bin/kibana- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found