Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Kibana

Kibana is an open source analytics and visualization platform for Elasticsearch. Kibana lets you perform advanced data analysis and visualize data in a variety of charts, tables and maps. You can use it to search, view and interact with data stored in Elasticsearch indices.

Requirements

  • Kubernetes >= 1.10.0
  • Kustomize >= v1

Image repository and tag

Configuration

  • Replica number: 1
  • Listens on port 5601
  • Resource limits are 300m for CPU and 800Mi for memory

Deployment

You can deploy Kibana by running following command in the root of the project:

$ kustomize build | kubectl apply -f -

To learn how to constrain Kibana deployment please see the example.

Accessing Kibana UI

You can access Kibana web UI by port-forwarding on port 5601:

$ kubectl port-forward svc/kibana 5601:5601 --namespace logging

Kibana will be available on http://127.0.0.1:5601 from your browser.

License

For license details please see LICENSE