产品动态
公告
-encryption参数。若要对密钥进行加密,则入參 true;若不需要对密钥进行加密,则入参 false。./bin/encrypt_tool -e {密钥 ID}, 获取加密后的密钥 ID。./bin/encrypt_tool -e {密钥 KEY}, 获取加密后的密钥 KEY。vim ./etc/loglistener.conf,将 conf 文件中的 secret_id 和 secret_key 替换为步骤2、3中获取的加密密钥 ID 和加密密钥 KEY,同时将 encryption 设为 true。
systemctl restart loglistenerd
/etc/init.d/loglistenerd restart
vim ./etc/loglistener.conf,将 conf 文件中的 secret_id 和 secret_key 替换为明文密钥 ID 和密钥 KEY,同时将 encryption 设为 false。systemctl restart loglistenerd
/etc/init.d/loglistenerd restart
文档反馈