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.

Support for kibana 7.6.X

See original GitHub issue

Hello everyone 😃

I make the migration of the plugin for kibana 7.6.X. Feel free to use it or not. This is the zip containing the patch : kbn_network_7.6.X.zip

The patch include:

  • The migration for kibana 7.6.X
  • Remove the background option to have the dashboard background (usefull to switch between light and dark mode)
  • Fix some Eslint issues
  • The update of the vis-network library

To apply it, you have to :

  • clone the plugin
  • checkout the commit a4a1cdbbae0b43886ca9966d4aca2268f059beac of the branch 7-dev
  • unzip the patch
  • use this command to apply the patch : git am --signoff -k < PATCH_PATH

    Replace PATCH_PATH with the path of the patch

  • execute the yarn command
  • start kibana (remove the content of the optimize directory before if you are not in dev mode)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
cpimentcommented, May 14, 2020

Submitted #85

1reaction
cpimentcommented, May 13, 2020

This is the list of command to do, inside the plugins directory:

  • git clone https://github.com/dlumbrer/kbn_network.git
  • cd kbn_network
  • git checkout a4a1cdb
  • git am --signoff -k < PATCH_PATH
  • yarn install

Thanks for your patch! I tried it and almost got me there, but I had to modify the package.json to make it work in Kibana 7.6.2

$ git diff package.json
diff --git a/package.json b/package.json
index 7c3b64b..770c029 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,6 @@
 {
   "name": "network_vis",
-  "version": "7.5.2",
-  "kibana": {
-    "version": "kibana"
-  },
+  "version": "7.6.2",
   "authors": [
     "David Moreno Lumbreras <dmorenolumb@gmail.com>"
   ],
@@ -17,7 +14,7 @@
     "randomcolor": "^0.5.0",
     "keycharm": "^0.2.0",
     "moment": "^2.24.0",
-    "vis-data": "^6.2.1",
+    "vis-data": "^6.5.1",
     "vis-util": "^1.1.8"
   }
 }

I removed the “kibana” node of the package.json and updated the vis-data version to 6.5.1. With this changes I did an npm install instead of yarn install and zipped the plugin and installed it with kibana-plugin install.

@dlumbrer do you want a PR with this changes? The patch of @pchakour and my changes to package.json

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kibana 7.6.0 - Elastic
Elastic Cloud. Maximize value and optimize your experience. Deploy everything Elastic has to offer across any cloud, in minutes.
Read more >
Kibana 7.6.0 released | Elastic Blog
To support this effort we're proud to rollout as part of the Kibana 7.6 release the ability to embed map elements directly into...
Read more >
Download X-Pack: Extend Elasticsearch and Kibana | Elastic
Install security, alerting, monitoring, Graph, and reporting for the Elastic Stack - that's Elasticsearch, Kibana, Logstash, and Beats - with X-Pack.
Read more >
Support Matrix | Elastic
The tables below display platform and software configurations that are eligible for support under our subscription offerings. Learn more about our Support ......
Read more >
Download Kibana Free | Get Started Now - Elastic
Download Kibana or the complete Elastic Stack (formerly ELK stack) for free ... Run bin/kibana (or bin\kibana.bat on Windows) ... Supported OS/JVM/Browser.
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