检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
/dis-encrypt.sh {key} {ak} to obtained the encrypted AK. Then configure the encrypted AK in the agent.yml file. Encrypt the SK in the same way. Then configure the encrypted AK/SK and key in the agent.yml file.
How Do I Use Agent to Encrypt AK/SK? Secret Access Key (SK) is sensitive information. To encrypt the SK, perform the following steps: Go to the bin/ directory. cd /opt/dis-agent-X.X.X/bin Run the encryption script, enter the password, and press Enter. bash dis-encrypt.sh View the
Unit: second 60 dataEncryptEnabled No An indicator of whether data is encrypted using the Advanced Encryption Standard (AES) algorithm. true false false dataPassword No Password used to encrypt or decrypt data.
Sensitive data must be encrypted using DIS SDK or another encryption tools before being put into DIS streams. When a user uploads data using a stream, the total size of records in a single request cannot exceed 5 MB.
Sensitive data must be encrypted using DIS SDK or another encryption tools before being put into DIS streams. When a user uploads data using a stream, the total size of records in a single request cannot exceed 5 MB.
// Configure the number of retries upon a failure. .withProperty(DISConfig.PROPERTY_PRODUCER_RECORDS_RETRIES, "-1") .withProperty(DISConfig.PROPERTY_PRODUCER_EXCEPTION_RETRIES, "-1") .build(); If data needs to be encrypted before being uploaded to DIS on the client