Relabeling the QRadar Suite Software product name

You can relabel the IBM Security QRadar® Suite Software application banner, replacing IBM Security QRadar Suite Software with a custom string.

About this task

Use the CP4SConfiguration custom resource (CR) to relabel the product name on your QRadar Suite Software application banner, as follows:

Procedure

  1. Log in to your Red Hat® OpenShift® Container Platform cluster by using one of the following commands.
    • Using a username and password.
      oc login <openshift_url> -u <username> -p <password>
    • Using a token.
      oc login --token=<token> --server=<openshift_url>
  2. Create a CP4SConfiguration CR .yaml file with the following content.
    apiVersion: isc.ibm.com/v1
    kind: CP4SConfiguration
    metadata:
      name: change-ui-header
    spec:
      values:
        - clx.annotations.custProductDomain=<product_domain>
        - clx.annotations.custProduct=<product_name>
    where:
    1. custProductDomain replaces the preexisting IBM Security banner text.
    2. custProduct replaces the current QRadar® Suite Software banner text.
    3. If either custProductDomain, custProduct or both of these values are specified, your text replaces the default product text.
    4. If neither of custProductDomain or custProduct are provided, the default product text is displayed.
    5. custProductDomain and custProduct are each limited to 30 characters and only alpha numeric characters are supported.
  3. Apply the CP4SConfiguration CR by typing the following command, where <file_name> is the name of the .yaml file that you created in step 2.
    oc apply -f <file_name>
  4. The updated product domain and name are displayed on your QRadar Suite Software application banner and the footer of the About page.