From 222a60b199fa43ba04df947c6f5e8f5b115b1196 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Tue, 23 Jan 2024 20:36:46 +0100 Subject: [PATCH] update generated doc --- x-pack/metricbeat/module/sql/_meta/docs.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/metricbeat/module/sql/_meta/docs.asciidoc b/x-pack/metricbeat/module/sql/_meta/docs.asciidoc index 90efd352e978..d6d9dc8e9438 100644 --- a/x-pack/metricbeat/module/sql/_meta/docs.asciidoc +++ b/x-pack/metricbeat/module/sql/_meta/docs.asciidoc @@ -872,9 +872,9 @@ The following two types of host configurations are supported: In a URL any special characters should be URL encoded. -In the key/value DSN format, if the password contains the backslash (`\`) character, it must be escaped with a backslash. For example, if the password is `my\_password`, it should be written as `my\\_password`. +In the key/value DSN format, if the password contains a backslash character (`\`), it must be escaped with another backslash. For example, if the password is `my\_password`, it must be written as `my\\_password`. -The username and password to connect to the database can be provided as values to `username` and `password` keys of `sql.yml`. +The username and password to connect to the database can be provided as values to the `username` and `password` keys of `sql.yml`. [source,yml] ----