Event Endpoint Management continues to be enhanced

Event Endpoint Management continues to be available and enhanced as part of IBM's integration platforms.

End of Marketing announcement for IBM Event Automation

Event Streams and Event Processing are deprecated and no enhancements will be provided. Support and security fixes will be provided in line with published support lifecycle policies. Future event-driven solutions that make use of Apache Kafka and Flink will be delivered by IBM Confluent Platform.

For more information, see the support lifecycle transition and software ordering completion announcement.

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

Command ‘cloudctl es’ produces ‘FAILED’ message

Symptoms

When running the cloudctl es command, the following error message is displayed:

FAILED
...

Causes

This error occurs when you have not logged in to the cluster and initialized the command line tool.

Resolving the problem

Log in to your cluster as an administrator by using the IBM Cloud Pak CLI:
cloudctl login -a https://<cluster_address>:<cluster_router_https_port>

Initialize the Event Streams CLI as follows:

cloudctl es init

Re-run the failed operation again.