Giter Site home page Giter Site logo

docker-kibana's Introduction

LogStash Dockerfile

This repository contains a Dockerfile of Kibana for Docker.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull sxoded/kibana4

alternatively, you can build an image from Dockerfile: docker build -t="sxoded/kibana4" github.com/sxoded/kibana4)

Usage

docker run -d --link <your_es_container_name>:es -p 9292:9292 sxoded/kibana4
  • the default config file uses port 9292 for the web interface
  • the web interface is served by nginx using a reverse proxy

Replace default configuration file

  1. Create a mountable configuration directory <config-dir> on the host.

  2. Create config file at <config-dir>/kibana.yml (this following is the default):

port: 5601

host: "localhost"

elasticsearch_url: "http://ES_HOST:9200"

elasticsearch_preserve_host: true

kibana_index: ".kibana"

default_app_id: "discover"

request_timeout: 300000

shard_timeout: 0

verify_ssl: false

bundled_plugin_ids:
 - plugins/dashboard/index
 - plugins/discover/index
 - plugins/doc/index
 - plugins/kibana/index
 - plugins/markdown_vis/index
 - plugins/metric_vis/index
 - plugins/settings/index
 - plugins/table_vis/index
 - plugins/vis_types/index
 - plugins/visualize/index
  1. Start a container by mounting data directory and specifying the custom configuration file:
docker run -d --link <your_es_container_name>:es -p 9292:9292 sxoded/kibana4 -v <config-dir> sxoded/kibana4

docker-kibana's People

Contributors

sxoded avatar

Watchers

 avatar  avatar

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.