| Option | EXTERNAL_CALL_SERVICE_URL | |
| Description | Specifies the URL endpoint for the external call service. This is the URL of the server configured to accept requests. | |
The parameter defines the URL where LogScale sends external API calls or webhooks when integrating with external systems and services.
This should be the base URL, for example:
ini
EXTERNAL_CALL_SERVICE_URL=http://example.com:3000
The actual service should be configured to accept requests at
the path /v1/external_call, for example,
http://example.com:8080/v1/external_call.
HTTPS is supported.