Giter Site home page Giter Site logo

Comments (11)

gregwjacobs avatar gregwjacobs commented on August 10, 2024

+1

Tried installing manually and updating the package.json to 5.1.1 and Kibana would no longer start. Could not find any errors in the kibana stdout or stderr logs with a standard 5.1.1 installation. If I can provide any further logs or details / debug let me know.

Assuming internal changes are required to work with 5.1.1 beyond just adjusting the package.json values.

from kibana_ext_metrics_vis.

stefandoorn avatar stefandoorn commented on August 10, 2024

@gregwjacobs I'm experiencing the same. Did you find any solution in the meanwhile?

from kibana_ext_metrics_vis.

stefandoorn avatar stefandoorn commented on August 10, 2024

Btw, what I noticed when unpacking I'm getting the following structure:

/usr/share/kibana/plugins/kibana/extended_metric_vis

I just removed the kibana folder in between, so it becomes:

/usr/share/kibana/plugins/extended_metric_vis

Restarted Kibana and now it seems to work. My log files were not writeable, that was preventing me from starting it again apparently.

from kibana_ext_metrics_vis.

gregwjacobs avatar gregwjacobs commented on August 10, 2024

When I unpacked, I did the same, placing the contents inside the zip of extended_metric_vis into

/usr/share/kibana/plugins/extended_metric_vis

Then using npm install to install it (which didn't produce errors)

from kibana_ext_metrics_vis.

stefandoorn avatar stefandoorn commented on August 10, 2024

Ok. I didn't do npm install. Just killed Kibana couple of times and out of a sudden it started to work.. I'm on 5.1.1. (I adjusted that in package.json).

from kibana_ext_metrics_vis.

gregwjacobs avatar gregwjacobs commented on August 10, 2024

I tried just dropping the contents into /usr/share/kibana/plugins/extended_metric_vis and a restart (several times) ... same result after also setting version to 5.1.1. to make my install version. I'd assume npm install reads any dependencies defined in package.json and installs them, otherwise does nothing else when its local hard copy inside the plugins folder. There are no external requirements defined in this plugins packages.json anyways.

Assuming further debug required with some extended logging turned on in Kibana perhaps to debug?

from kibana_ext_metrics_vis.

gregwjacobs avatar gregwjacobs commented on August 10, 2024

I see the issue. So basically by default run kibana directly to consume its default STDOUT logging to debug, or configure it in its settings .yml - default will not have logs saved anywhere when started by init.d/service/systemd whatever.

Adding the plugin seems to trigger the system to re-generate assets, so adding the new plugin may require some patience while it spins up. As you suggested I just had to copy it in place, modify the packages.json, restart it and 'wait' for it to finish. Took about 1-2 minutes. If it had other dependaces ,using npm install in the same folder would be required when doing a 'manual' install. I assume the kibana installer helper does this otherwise when It can pull down the asset via HTTP(s).

Example logs

yourname@yourhost:/usr/share/kibana/bin$ sudo ./kibana
  log   [14:46:29.046] [info][optimize] Optimizing and caching bundles for monitoring, kibana, timelion and status_page. This may take a few minutes

It had to wait and let it work a few minutes hard and then it worked fine.

Basically it appears a new 'release' zip just has to be made on this github site, as version 5.1.1 and kibana users should be able to install directly without issues. Confirmed it works on my end.

image

from kibana_ext_metrics_vis.

gregwjacobs avatar gregwjacobs commented on August 10, 2024

Issued a pull request via #6 with confirmed fix / adjustment to work with 5.1.1

from kibana_ext_metrics_vis.

patil-akshay avatar patil-akshay commented on August 10, 2024

as we know this plug_in works for 5.0.0 only to work on 5.1.1 follow below steps

Just extract the file modify the package.json
{
"name": "extended_metric_vis",
"version": "0.1.0",
"main": "index.js",
"kibana": {
"version": "5.1.1"
},
"author": "Olaf Horstmann [email protected]",
"website": "http://www.omm-solutions.de"
}

like tihs an enjoy

from kibana_ext_metrics_vis.

githubAmin2 avatar githubAmin2 commented on August 10, 2024

my kibana is 5.4.0, but when i manual unzip plugin package under /usr/share/kibana/plugins and modify the package.json
{
"name": "extended_metric_vis",
"version": "0.1.0",
"main": "index.js",
"kibana": {
"version": "5.4.0"
},
"author": "Olaf Horstmann [email protected]",
"website": "http://www.omm-solutions.de"
}

The icon from visualize is not shown after many times restart kibana 5.4

from kibana_ext_metrics_vis.

TechWatching avatar TechWatching commented on August 10, 2024

Same for me, I also have the log when I start Kibana :
[09:44:55.743] [warning][plugins] Skipping non-plugin directory at D:\Kibana\kibana-5.4.0-windows-x86\plugins\extended_metric_vis

from kibana_ext_metrics_vis.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.