Web Interface (3.2)
To access the Web Interface, open a web browser and make sure it accepts cookies. Enter your cluster node and the NodePort: Note! For the Web Interface on Private Cloud, use the NodePort number substitute for 80 (http) or 443 (https). You find it with command:Private Cloud:
http://<cluster node>:<NodePort>
If TLS is enabled, you will need to start the url with https:
https://<cluster node>:<NodePort>
AWS:
https://mzonline.<domain>/
$ kubectl get services --namespace <namespace>
The web interface allows you to take control of operational work involving manipulation of data, manage inspectors and picos or to monitor logs and alarms in your deployment. Each of these sections will be described in detail, in their respective pages. Dashboard EC Deployment MZ Management Inspectors Tools User Management The web interface dashboard displays several charts and graphs that represent the execution data in . You can set the frequency of the charts refreshing their values from 30 seconds to 5 seconds, a minute or 5 minutes. The charts represented in the dashboard show: You can use the navigation tree on the left to access the different sections in the web interface. A search icon sits at the top right-hand corner of the dashboard and you can use it to search for the sections and pages in the web interface.Section Sub-menus - - - Navigation in the Dashboard
Charts Description Pico Heap Memory Usage Displays how much JVM heap memory are being utilized by the Platform and ECs. Clicking on More will bring you to the Pico Management(3.2) web interface. Aborted Workflows Displays the number of workflows that are currently aborting or are still in the abort state. Unreachable Picos Displays the number of ECs that are currently unreachable. Clicking on More will bring you to the Pico Management(3.2) web interface. Pico Process CPU Usage Displays how much the OS CPU is being utilized by the Platform and ECs. Clicking on More will bring you to the Pico Management(3.2) web interface. System Log Displays the number of error messages received in a certain time frame. The messages are sorted by severity and you are able to configure the time frame to display the number of messages in the last 15 minutes, last hour, 24 hours and 1 week. Clicking on More will bring you to the System Log Web Interface(3.2). Pico Response Time Displays the response time of all ECs currently running. Clicking on More will bring you to the Pico Management(3.2) web interface. Workflows Displays the workflows that are currently running and how long the workflows have been up and running. Can be toggled to display the throughput value of the running workflows. Clicking on More brings you to the Running Workflows tab of the Execution Manager Web Interface(3.2).