Code Monkey home page Code Monkey logo

kibana-apb's Introduction

Kibana APB

Build Status License

elasticsearch image

This Ansible Playbook Bundle deploys Kibana

Two plans have been defined:

  • Ephemeral where there won't be any persistence and the Kibana cached data and browser optimization data will be lost upon restarts
  • Persistent where PVCs will be created and subsequent starts will be faster as the cached data will be reused.

Configuration

  • application_name: Name of the Kibana objects deployed. Default kibana
  • kibana_memory_limit: Memory limits to be set to the kibana container. The half will be assigned to the Elasticsearch heap. Default 256Mi
  • kibana_pvc_size: Size of each Persistent Volume Claim that will be defined. Default 200Mi (Only for the persistent plan)
  • kibana_version: Dropdown to select the Elasticsearch version to deploy
  • kibana_secure: Whether to secure or not Kibana using OpenShift OAuth Proxy that will allow only authenticated users with access to the Kibana service to access the application.

Elasticsearch dependency

Kibana is a UI for Elasticsearch therefore it requires to connect to some existing Elasticsearch instance. This is usually done by defining the ELASTICSEARCH_URL environment variable so in order to inject such variable there are two possibilities.

  1. Bind an existing Elasticsearch APB secret to the Kibana application.
  2. Manually define the variable in the DeploymentConfig.
$ oc env dc/kibana ELASTICSEARCH_URL=http://elasticsearch:9200

kibana-apb's People

Contributors

dymurray avatar ruromero avatar tchughesiv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ruromero

kibana-apb's Issues

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.