After creating and configuring an account in MS SQL, you must add a secret in the KUMA web interface. This resource is used to store credentials for connecting to MS SQL.
To create a KUMA secret:
The list of available secrets will be displayed.
The secret window is displayed.
sqlserver://[<
domain
>%5C]<
username
>:<
password
>@<
server
>:1433/<
database_name
>
where:
domain
is a domain name.%5C
is the domain/user separator. Represents the "\" character in URL format.username
is the name of the created MS SQL account.password
is the password of the created MS SQL account.server
is the name or IP address of the server where the MS SQL database for Kaspersky Security Center is installed.database_name
is the name of the Kaspersky Security Center database. The default name is KAV.Example:
|
If the MS SQL database account password contains special characters (@ # $ % & * ! + = [ ] : ' , ? / \ ` ( ) ;), convert them to URL format.
For security reasons, the string specified in the URL field is hidden after the secret is saved.