Manage the Microservices Configuration Details

Learn about managing the Microservices configuration details.

View and Edit the Microservice Configuration

Use the Service Manager Overview page to view and edit the microservices configuration and restart options.

Note:

For all microservices, the configuration and restart options are the same but may have different values.

To access the configuration details of any of the microservices:

  1. Click the See Details icon in the Details column of the Service section in the Service Manager Overview page. The Service Information page is displayed.
  2. In the Details tab of the Service Information page, click the pencil icon in the Service Configuration section to edit the following configuration options for a microservice:
    • Port: Use this field to change the port number for the corresponding microservice.
    • U-Mask: File mode creation mask
    • Config Force: Use this toggle switch to enable or disable storing of configuration data forcefully.
    • Enabled: Displays if the microservice is enabled or not. You can choose the toggle switch to enable the microservice.
    • Status: Displays the status of the service.

View and Edit the Restart Options for Microservices

The restart options for a microservice allow you to define the behavior of a microservice, when it needs to restart. To modify the restart options from the Service Information page:
  1. Click the pencil icon from the Restart Options section of the Service Information page.
  2. View or edit the following restart options for the microservice:
    • Enabled: If set to true, then the service will attempt to restart automatically if it encounters an error.
    • On Success: If set to false, then the service is only restarted if it fails.
    • Delay: The time (in minutes) to pause between discovering that a process is terminated abruptly and restarting it.
    • Retries: The maximum number of trials to restart the service, before aborting the retry effort.
    • Window: The time interval in which the retries are counted. The default is 120 minutes.
    • Disable on Failure: If set to true, the service is disabled after it fails all execution attempts in an execution window.