Configuring for using Business Automation Insights
You can configure the Decision Intelligence Client Managed Software custom resources (CR) to emit events to Business Automation Insights.
Before you begin
Get the following information about Business Automation Insights.
URL for Apache
Kafka:
BOOTSTRAP_SERVERS=$(oc get kafka iaf-system -o jsonpath='{.status.listeners[?(.name=="external")].bootstrapServers}')Username and password for
Kafka:
KAFKA_SECRET=$(oc get kafkauser icp4ba-kafka-auth-0 -o jsonpath='{.status.secret}')KAFKA_USERNAME=${KAFKA_SECRET}KAFKA_PASSWORD=$(oc get secret ${KAFKA_SECRET} -o jsonpath='{.data.password}' | base64 -d)Kafka certificate in plain
text:
KAFKA_CA_CERT=$(oc get kafka iaf-system -o jsonpath='{.status.listeners[?(.name=="external")].certificates[0]}')For more information, see Retrieving information for connection to Kafka
in the Business Automation Insights documentation.
Procedure
What to do next
For more information about emitting events to Business Automation Insights, see Emitting decision execution events.