Attention: This version of Event Streams has reached End of Support. For more information about supported versions, see the support matrix.

Logging in

Log in to your Event Streams UI from a supported web browser. Determining the URL depends on your platform.

Using OpenShift Container Platform

If installed on the OpenShift Container Platform, Event Streams uses OpenShift routes. To retrieve the URL for your Event Streams UI, use the following command:

  1. Log in to your cluster as an administrator by using the IBM Cloud Private CLI:
    cloudctl login -a https://<cluster-address>:<cluster-router-https-port>
  2. Run the following command:

    kubectl get routes -n <namespace> -l component=ui

    The following is an example output, and you use the value from the HOST/PORT column to log in to your UI in a web browser:

    NAME                              HOST/PORT                                                         PATH  SERVICES                       PORT             TERMINATION        WILDCARD
    my-eventstreams-ibm-es-ui-route   my-eventstreams-ibm-es-ui-route-es.apps.my-cluster.my-domain.com        my-eventstreams-ibm-es-ui-svc  admin-ui-https   passthrough/None   None
    

Add https:// in front of the HOST/PORT value when entering it in the web browser, in this example:

https://my-eventstreams-ibm-es-ui-route-es.apps.my-cluster.my-domain.com

Using IBM Cloud Private

If you installed Event Streams on IBM Cloud Private, see the following guidance.

  1. Log in to your IBM Cloud Private cluster management console as an administrator. For more information, see the IBM Cloud Private documentation.
  2. From the navigation menu, click Workloads > Helm Releases.
    Menu > Workloads > Helm releases
  3. Locate the release name of your Event Streams installation in the NAME column.
  4. Expand the Launch link in the row and click admin-ui-https.
    Launch > admin-ui-https
    The Event Streams log in page is displayed.
    Note: You can also determine the Event Streams UI URL by using the CLI. Click the release name and scroll to the Notes section at the bottom of the page and follow the instructions. You can then use the URL to log in.
  5. Use your IBM Cloud Private administrator user name and password to access the UI. Use the same username and password as you use to log in to IBM Cloud Private.

Logging out

Logging out of Event Streams does not log you out of your session entirely. To log out, you must first log out of your IBM Cloud Private session, and then log out of your Event Streams session.

To log out of Event Streams:

  1. Log in to your IBM Cloud Private cluster management console as an administrator. For more information, see the IBM Cloud Private documentation.
  2. Click the user icon in the upper-right corner of the window, and click Log out.
  3. Return to your Event Streams UI and click the user icon in the upper-right corner of the window, and click Log out.