Changing Workflow Insights Ports After Installation for Elasticsearch and Kibana

This procedure describes how to change Workflow Insights Ports after installation for the following services: Elasticsearch and Kibana.

To change ports after installation:

  1. From any Control-M/EM host that has Workflow Insights installed, run the relevant script to see the usage:

    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.

  2. Run the following scripts on every Control-M/EM primary and every Control-M/EM distributed host that has Workflow Insights installed:

    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

Workflow Insights Ports