snuids / Elastic-5.0-Traffic-Light-Visualizer

2 stars 1 forks source link

install on kibana running on docker #2

Open sabrine2020 opened 7 years ago

sabrine2020 commented 7 years ago

Hello,

How can I install your plugin in kibana running on docker? I am using this ELK stack:

Thanks, Best regards

snuids commented 7 years ago

There are two possibilities:

1) You make a Dockerfile that enriches your current kibana container and copy the plugin in the plugins directory of kibana. You can then use this new container in place of your current one.

2) You copy the plugin directory in your running container. You can access the content of your container with this command: docker exec -it kibana bash

Note that on my blog, you can find examples of docker-compose files for various versions of the elastic stack: https://www.mannekentech.com. Most of my examples include additional visualizations.

Regs,