D toc |
---|
When a job succeeds or fails, you can optionally download the log files associated with the job. Optionally, this download bundle can include configuration files and service logs to assist in debugging job issues.
Tip | |
---|---|
Tip: This feature is recommended. The optional support bundle includes files that
|
Security:
- Optionally, you can enable the application of encryption to sensitive data in the configuration files. See Enable encryption below.
- You can configure the specific files that you wish to include or exclude.
Enable
This feature is enabled by default.
Steps:
D s config Locate the following parameter and set it to
true
:Code Block "supportBundle.enabled": true,
- Save your changes and restart the platform.
Info |
---|
NOTE: Log files that are configured for JSON output format cannot be included in the support bundle. For more information on disabling JSON output in service logs, see Configure Logging for Services. |
Enable encryption
You can enable the encryption of the support bundle contents. When encryption is enabled:
- Administrators still download a clear-text version of the support bundle.
- End-users can download an encrypted version of the support bundle. This encrypted version can be delivered to
to assist in debugging of issues.D s support
As needed, you can insert the public key to apply to the encryption.
Info | |||||
---|---|---|---|---|---|
NOTE: If you do not have the
|
Steps:
D s config Set the following parameters:
Parameter Description supportBundle.encryption.enabled Set to true
to enable encryption of downloaded files.supportBundle.encryption.publicKey Click Edit to paste in the public key value to use for encryption. - Save your changes and restart the platform.
Configure Bundle Contents
You can configure the contents of the support bundle using the following parameters.
Steps:
D s config Set the following sizing parameters:
Parameter Description supportBundle.files.maxNumberOfArchiveFiles Specifies the maximum number of archive files of the primary platform configuration file
to include.D s triconf Whenever this configuration file is saved, a new archive version is created.
supportBundle.files.maxFileSizeInBytes Limits the maximum size in bytes of each file in the bundle. Default is
1000000
(about 1MB).Info NOTE: Files that exceed this maximum size are truncated at the limit. For log files, older entries are lost.
Review and configure the files to include in the bundle. For more information on these files, see Support Bundle Contents.
Parameter Description supportBundle.files.staticFiles Comma-separated list of paths to the static configuration files to include. Paths are relative to topOfTree
.supportBundle.files.serviceLogs Comma-separated list of service log files to include. Paths are relative to the following directory:
Code Block /opt/trifacta/logs
For more information on these files, see Configure Logging for Services.
supportBundle.files.confFiles Comma-separated list of configuration files to include in the bundle. Paths are relative to the following directory:Code Block /opt/trifacta/conf
Some of these files pertain to the web server that serves the
. If theD s webapp
is connected to a Hadoop-based running environment, Hadoop configuration files can be included as well. See Support Bundle Contents.D s platform - Save your changes and restart the platform.
Logging
- Unable to download logs: See
webapp.log
. - Problems generating the support bundle: If there are issues generating a support bundle, the ZIP file contains an
errors.txt
file to provide additional information.