Code Monkey home page Code Monkey logo

Comments (9)

nreese avatar nreese commented on July 18, 2024 2

I just tried the plugin and it works in 6.5. What branch are you using? Master branch supports 6.5.

I added 6.5 instructions to the readme.

from kibana-time-plugin.

RachidKraiem avatar RachidKraiem commented on July 18, 2024

Hello,

Any help would be appreciated.

Regards,

from kibana-time-plugin.

JoshuaSmeda avatar JoshuaSmeda commented on July 18, 2024

Any support for 6.5.1 or plans to?

from kibana-time-plugin.

RachidKraiem avatar RachidKraiem commented on July 18, 2024

It works fine when using master branch.
Thanks !

from kibana-time-plugin.

ZhenTu avatar ZhenTu commented on July 18, 2024

hi Nreese, we are integrating this time plugin with Kibana v6.5.4, however, we always encounter below error message when starting Kinaba after install this time plugin.
"kibana[41649]: Browserslist: caniuse-lite is outdated. Please run next command npm update caniuse-lite browserslist".
Do you have some idea about this?
Thanks!

from kibana-time-plugin.

nreese avatar nreese commented on July 18, 2024

What steps did you take to get that error?

from kibana-time-plugin.

ZhenTu avatar ZhenTu commented on July 18, 2024

What steps did you take to get that error?

Hi Nreese, thank you for your reply! actually we are running Kibana on CentOS7.6 system, and there was no nodejs installed by default. In order to run the bower command, I install nodejs follow the commands in below link, https://www.rosehosting.com/blog/how-to-install-nodejs-bower-and-gulp-on-a-centos-7-vps, then I run the 'bower install' command and set kibana version to '6.5.4' in the package.json file.
Now I run the 'rpm install caniuse-lite browserslist -g' command, and get the latest node_modules and put them into kibana's node_module folder, and do not see the 'caniuse-lite is outdated' error again. however, I still can not get my kibana started properly. still not sure what's going wrong. This time, I see this log, {"type":"log","@timestamp":"2019-02-11T15:39:45Z","tags":["debug","legacy","proxy"],"pid":67306,"message":"Event is being forwarded: clientError"}.
By the way, the Kibana was working well before I install the time-plugin.

from kibana-time-plugin.

nreese avatar nreese commented on July 18, 2024

Just follow these instructions. You do not need to manually put anything in Kibana/node_modules.

cd KIBANA_HOME/plugins
git clone [email protected]:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git)
cd KIBANA_HOME/plugins/kibana-time-plugin

git checkout master

bower install
vi kibana-time-plugin/package.json //set version to match kibana version

from kibana-time-plugin.

ZhenTu avatar ZhenTu commented on July 18, 2024

yes, I first tried to follow this instruction. But it can not find bower command if I do not install nodejs and bower first.

from kibana-time-plugin.

Related Issues (20)

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.