This procedure describes how to change Workflow Insights Ports after installation for the following services: Elasticsearch and Kibana.
To change ports after installation:
em bmcpython <em_home>/ctm_em/services/bin/workflow_insights_config.py change_ports -h
The usage shows you the exact names that the script uses for each service: Kafka, Elasticsearch, and Kibana.
em bmcpython <em_home>/ctm_em/services/bin/workflow_insights_config.py change_ports -<port_name> <port value>
em emsca set-desired-state down -s <service>
em emsca set-desired-state up -s <service>
Set <service> to elasticsearch, or kibana.
The ports are changed.
Parent Topic |