Skip to content
background-image background-image

Application settings

Connector repository

  • URL: URL address of the connector store.
  • Access Token: Access token enabling access to the connector store.

Data retention

  • System log (days): System logs older than specified number of days are deleted by DB maintenance job.
  • Job log (days): Job logs older than specified number of days are deleted by DB maintenance job.
  • Query store log (days): Query store logs older than specified number of days are deleted by DB maintenance job.
  • Agent log (days): Agent logs older than specified number of days are deleted by DB maintenance job.

Debug

  • Show Task run ID: If checked, Task Run ID columns will appear in Task run viewer, Endpoint data viwer and task run status list item.

Endpoint response

  • Format of error messages: If any error occurs while calling endpoint bound task, error messages can be returned either as an array or as a concatenated single line string.
  • Include sensitive error messages: If checked, endpoint error response will also contain log messages marked as "sensitive".
  • Success response of endpoint: The response status code that is returned on success when calling the endpoint.

Notification

  • SMTP mail server: To be defined + Use environment variable
  • Server port: To be defined + Use environment variable
  • Use SSL: To be defined + Use environment variable
  • Notification email address: To be defined + Use environment variable
  • Email authorization account: To be defined + Use environment variable
  • Email authorization password: To be defined + Use environment variable
  • Email timeout (s): To be defined + Use environment variable
  • Notifications enabled: To be defined + Use environment variable

Performance

  • String dispose size (kB): If disposing task run data is enabled, string objects larger than specified size are stored into database and memory is released.
  • Base64 dispose size (kB): If disposing task run data is enabled, Base64 objects larger than specified size are stored into database and memory is released.
  • JSON dispose size (kB): If disposing task run data is enabled, JSON objects larger than specified size are stored into database and memory is released.

reCaptcha

  • Enable reCaptcha: Enable reCaptcha on login / reset password form.
  • Public site reCaptcha key: Public site reCaptcha key.
  • Secret site reCaptcha key: Secret site reCaptcha key.

Support

  • Enable LiveChat: Enables or disables Livechat support. (Livechat may not appear when enabled becaues of license restriction)

System

  • HTTP address of application server: Backward URL used for links in notification emails and for building agent's configuration file.
  • Task orchestrator idle delay (ms): When no new scheduled task runs are available in database, orchestrator waits for the specified time before next check. Minimum is 50ms.
  • Behind a proxy: If system runs behind a proxy server, incoming IP address (of remote agent, endpoint dat, etc.) is taken from X-Forwarded-For header.
  • Azure AD client id: Enables login in to Integray using Azure AD.
  • External javascript source: Enables including JavaScript into each administration page.
  • Published indication Duration of the success button display after successful publishing in seconds.