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
- Log in to your Red Hat® OpenShift® Container Platform cluster by
using one of the following commands.
-
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:
custProductDomain
replaces the preexisting IBM Security
banner
text.
custProduct
replaces the current QRadar® Suite Software
banner
text.
- If either
custProductDomain
, custProduct
or both of these
values are specified, your text replaces the default product text.
- If neither of
custProductDomain
or custProduct
are provided,
the default product text is displayed.
custProductDomain
and custProduct
are each limited to 30
characters and only alpha numeric characters are supported.
- 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.
- The updated product domain and name are displayed on your QRadar Suite Software application banner and the footer of the
About page.