Giter VIP home page Giter VIP logo

docker-kibana's Introduction

โš ๏ธ This project is ARCHIVED.

docker-kibana's People

Contributors

exalted avatar kaaloo avatar ponsfrilus avatar redapple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-kibana's Issues

Auth to es?

How do I pass in elasticsearch username and password?

Kibana can't connect to es if es ip change

Hi,

When launching run the first time, the es address is set from $ES_PORT_9200_TCP_ADDR. But if we restart the container and es address change, the change won't be made in the yml file (as it replace "localhost" to ES_PORT_9200_TCP_ADDR, but "localhost" has already been replace the first time).

I'm new to docker, but should'nt we be using the hostname in that config file ? If we use "es" it will use the ip address available in the host file.

occasionally nginx can't bind to port 80 at start

Thanks for this container! I've been using this along with the balsamiq/docker-elasticsearch container out of the Docker Hub Registry, and I've noticed that occasionally (maybe one out of four or five starts) nginx can't bind to port 80 at start, so nginx is running but nothing is listening on port 80. If I nsenter the container and restart nginx, all is well.

Here's how I'm starting the containers:

docker run -itd --name es1 --hostname es1 balsamiq/docker-elasticsearch
docker run -itd -e KIBANA_SECURE=false --link es1:es --name kib1 --hostname kib1 balsamiq/docker-kibana

I don't need to access it from outside the host, so I'm not exposing the ports.

Here's the nginx error.log:

2014/07/29 02:05:34 [emerg] 49#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to [::]:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to [::]:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to [::]:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to [::]:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to 0.0.0.0:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: bind() to [::]:80 failed (98: Address already in use)
2014/07/29 02:05:34 [emerg] 49#0: still could not bind()

I'm suspecting that maybe something is off in the supervisord config, but I haven't been able to spot it. Have you noticed this behavior? I think I may fork this and just replace supervisord with runit to see if that makes a difference, because I haven't really seen anything like this with my runit+nginx containers.

ZeroClipboard Error When Running This Container

When I run this container (on AWS), I'm getting the following error:

Uncaught ReferenceError: ZeroClipboard is not defined (http://.../index.js?_b=6004:89886)
Error: Uncaught ReferenceError: ZeroClipboard is not defined (http://.../index.js?_b=6004:89886)
at window.onerror (http://.../index.js?_b=6004:45829:24)

Anyone else getting this error?

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.