{question}
Can I set a secure password for Monitoring?
{question}
{answer}
Currently, we don't have a secure way to set the password for the monitoring solution.
An alternative solution is to pass the password separate from the username, which is equivalent to the solution presented in our documentation:
sdb-admin configure-monitoring --exporter-user {username}
without specifying the password in the command line.- Set the password using
SET GLOBAL
in SingleStore client or SQL CLI.
SET GLOBAL exporter_password = {plain-text-password}
Replace the {plain-text-password} with the actual password.
Starting in version 7.3.4, we no longer expose the password.
{answer}