Navigate to Settings.
Click the new card labeled “OpenSearch dashboards”.
Security & limitations
Writes happen under /companies/{companyId}/opensearch-dashboards.
Access requires membership in that company; Firestore rules enforce read/write security.
Each dashboard requires name, url, enabled, default, and id fields (handled automatically).
Dashboards not appearing: Ensure you have company admin rights and the dashboard is marked enabled.
Cannot set default: Only one dashboard can be default; toggling another automatically clears the previous default.
Save button does nothing: Check for network errors or Firestore rule deployments; a warning toast will appear if save verification fails.