System Parameters
Remote Services Settings
System level configurations to set up the use of remote services.
services.json
| Property | Data Type, Range | Description | Default | |
|---|---|---|---|---|
| "EVENT_SERVICE" | Object | Settings for the connection to the service propagating the events from SCO | ||
| "eventServiceHost" | String | This parameter defines the host running the Kafka instance | <empty> | |
| "eventServicePort" | Integer | This parameter defines the port of the Kafka instance | 61613 | |
| "LOG_RECEIVER" | Object | Settings for the connection to the remote logging system | ||
| "logReceiverProtocol" | String | This parameter defines the protocol with which the Kibana instance is accessed. This could be either "http" or "https" | 'https' | |
| "logReceiverHost" | String | This parameter defines the host running the Kibana instance | <empty> | |
| "logReceiverPort" | integer | This parameter defines the port of the Kibana instance | 9200 | |
| "logReceiverEndPointUrl" | String | The complete endpoint path to the endpoint to reach the Kibana instance | '/log-receiver/services/rest/logs/v1/app' | |
| "logReceiverUsername" | String | Username to access the log API | <empty> | |
| "logReceiverPassword" | String | User password to access the log API | <empty> | |
| "SDC" | String | Settings for the connection to SDC | ||
| "sdcUsername" | String | Username to access the SDC API | <empty> | |
| "sdcPassword" | String | User password to access the SDC API | <empty> | |
System level configurations to set up the timeouts on remote services.
system.json
| Property | Data Type, Range | Description | Default |
|---|---|---|---|
| "EVENT_TIMEOUT_IN_SECONDS" | integer | Timeout used for communication with the service propagating the events from SCO | 300 |