Install OneDB Explore (onedb-explore)

The OneDB Explore helm chart will install the OneDB Explore web console. The web console is used for visualizing, monitoring, alerting and administering an HCL OneDB server instances.

HCL OneDB Explore features include:
  • Purpose built for ease-of-use, scaling out, and optimizing DevOps needs.

  • Provides critical performance management capabilities and monitoring of OneDB data store servers.

  • The monitoring system feeds directly into a customizable alerting system so alerts can be immediately sent via email, Twilio, or PagerDuty.

  • User and permission management for restricted access to dashboard of certain servers or group of servers.

The default login credentials for HCL OneDB Explore are:
  • Username: admin
  • Password: testPassw0rd

To override the admin password use a values override file and provide that at install time.

File: myvalues.yaml
onedb-explore: 
    adminPassword: newPassw0rd 
helm install expl-v1  -f myvalues.yaml  production-onedb-explore