Loading files... done.
Setting up utility script... done.
Successfully loaded: v1.x.x
4. Use the sudo -E ecav link --context
context-name
--version
ecav-version
command to link to the cluster.
The link command associates the loaded BBE Event Collecon and Visualizaon soware package to
the cluster in preparaon for the setup.
$ sudo -E ecav link --context
context-name
--version
ecav-version
Linking myContext to v1.x.x ... done.
Updating wrapper script... done.
Linking complete, please run ecav setup.
•
context-name
—The Kubernetes context name (cluster name).
•
ecav-version
—The BBE Event Collecon and Visualizaon soware version.
5. If you are using a secure registry (for example, a cluster created by BBE Cloudsetup), authencate
with the registry by issuing a docker login as the system user (the system and user informaon
supplied in the BBE Cloudsetup cluster conguraon le) to the cluster's registry transport address
(the FQDN supplied as the system address in the BBE Cloudsetup cluster conguraon le).
docker login -u <system/user> <systemAddress>:<registryPort>
Password:
WARNING! Your password will be stored unencrypted in /home/user/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
6. Run setup to congure your installaon. If you used BBE Cloudsetup to construct your cluster, you
can add the--bbecloudsetup opon to the setup command to accept the defaults for the registry,
logStash service, and the OpenSearchDB replicaon count. You will need to enter the following
informaon during setup:
• A URL for the BBE Event Collecon and Visualizaon dashboard access. Enter the DNS name for
the system address used by BBE Cloudsetup.
• An administrave password (must be a minimum of eight characters long and must contain at
least one uppercase leer, one lowercase leer, one number, and one special character).
$ sudo -E ecav setup -–-bbecloudsetup –-context
context-name
Validating registry... done.
Ingress URL > https://mySystemDnsAddress
5