GithubHelp home page GithubHelp logo

aaw / docker-kibana Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aptible/docker-kibana

0.0 2.0 0.0 108 KB

Kibana on top of Docker

License: MIT License

Makefile 3.39% Shell 55.31% HTML 41.29%

docker-kibana's Introduction

aptible/kibana

Docker Repository on Quay.io

Kibana 3.1.2 as an Aptible app.

Installation and Usage

To run as an app on Aptible:

  1. Create an app in your Aptible dashboard for Kibana. In the steps that follow, we'll use <YOUR_KIBANA_APP_HANDLE> anywhere that you should substitute the actual app handle the results from this step in the instructions.

  2. Use the Aptible CLI to set AUTH_CREDENTIALS to the username/password you want to use to access the app. To set the user to "foo" and password to "bar", run:

    aptible config:set AUTH_CREDENTIALS=foo:bar --app <YOUR_KIBANA_APP_HANDLE>
    
  3. Use the Aptible CLI to set DATABASE_URL to the URL of your Elasticsearch instance on Aptible (this is just the connection string presented in the Aptible dashboard when you select your Elasticsearch instance). If your URL is http://user:[email protected], run:

    aptible config:set DATABASE_URL=http://user:[email protected] --app <YOUR_KIBANA_APP_HANDLE>
    
  4. (Optional) Kibana config options can be set for default_route and kibana_index which are then saved to the config.js:

    aptible config:set DEFAULT_ROUTE=/path/to/default --app <YOUR_KIBANA_APP_HANDLE>
    aptible config:set KIBANA_INDEX=your_index --app <YOUR_KIBANA_APP_HANDLE>
    
  5. Clone this repository and push it to your Aptible app:

    git clone https://github.com/aptible/docker-kibana.git
    cd docker-kibana
    git remote add aptible [email protected]:<YOUR_KIBANA_APP_HANDLE>.git
    git push aptible master
    

You should be up and running now. If you're new to Kibana, try working through the Kibana 10 minute walk through as an introduction.

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@aaw

docker-kibana's People

Contributors

aaw avatar ksafranski 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.