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 IBM Cloud Private cluster and initialized the command line tool.

Resolving the problem

Ensure you log in to the IBM Cloud Private cluster as follows:

cloudctl login -a https://<Cluster Master Host>:<Cluster Master API Port>

After logging in to IBM Cloud Private, initialize the Event Streams CLI as follows:

cloudctl es init

Finally, run the operation again.