Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 1.14 KB

File metadata and controls

executable file
·
25 lines (19 loc) · 1.14 KB

Elasticsearch is a distributed, open-source search and analytics engine designed for horizontal scalability and real-time data indexing, retrieval, and analysis.

image

Install

  • cd services/elasticsearch
  • ./es-up.sh

Access

  • Elasticsearch:
kubectl port-forward svc/elasticsearch 9200:tcp-rest-api --namespace elasticsearch
  • Kinaba:
kubectl port-forward svc/elasticsearch-kibana 5601:http --namespace elasticsearch

Monitoring

The es-up.sh will install a Prometheus Elasticsearch Dashboard which can be accessed via Grafana: kubectl port-forward deployment/kube-prometheus-stack-grafana 3000:3000 --namespace monitoring

image image