Preventing the engines from sending logs to Talend Cloud - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-16
Depending on the security posture or the compliance policy of your organization, you could need to prevent Remote Engines from sending logs to Talend Cloud.

Procedure

  1. Open the <RemoteEngineInstallationDirectory>/etc/org.ops4j.pax.logging.cfg file and remove or comment out all the lines starting with log4j2.appender.minjson.
  2. Remove or comment out this line:
    log4j2.rootLogger.appenderRef.RoutingCloudStorage.ref = RoutingCloudStorage
  3. Save the file.
  4. Open the <RemoteEngineInstallationDirectory>/etc/org.talend.ipaas.rt.logs.cfg file to ensure:
    active = false
  5. Save the file.
  6. If your Remote Engines are running, restart them.

Results

Now that your Remote Engines do not send logs to Talend Cloud, if needs be, configure custom logging for these engines.