diff --git a/plugins/inputs/sqlserver/README.md b/plugins/inputs/sqlserver/README.md index 9cea80a5aee2c..361b0f45036b2 100644 --- a/plugins/inputs/sqlserver/README.md +++ b/plugins/inputs/sqlserver/README.md @@ -100,6 +100,15 @@ config file to use windows authentication. servers = ["Server=192.168.1.10;Port=1433;app name=telegraf;log=1;",] ``` +To set up a configurable timeout, add timeout to the connections string +in your config file. + +```toml +servers = [ + "Server=192.168.1.10;Port=1433;User Id=;Password=;app name=telegraf;log=1;dial timeout=30", +] +``` + ## Configuration ```toml @sample.conf