Skip to main content
Version: 1.23.X

OpenSearch Dashboards

OpenSearch Dashboards is an open-source analytics and visualization platform for OpenSearch. OpenSearch Dashboards 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 OpenSearch indices.

Requirements

  • Kubernetes >= 1.23.0
  • Kustomize = v3.5.3

Image repository and tag

Configuration

  • Replica number: 1
  • Listens on port 5601
  • Resource limits are 100m for CPU and 512Mi for memory
  • Secured by securiyContext (running as non-root, removed all Linux capabilities)

Deployment

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

kustomize build | kubectl apply -f -

Accessing OpenSearch Dashboards UI

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

kubectl port-forward svc/opensearch-dashboards 5601:5601 --namespace logging

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

Links