Skip to content

Commit 43512c4

Browse files
committed
Updated self hosted
1 parent 7ea5f62 commit 43512c4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

layouts/shortcodes/dbm-sqlserver-agent-config-examples.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
username: datadog
3232
password: 'ENC[datadog_user_database_password]'
3333
connector: 'odbc'
34-
driver: '{ODBC Driver 18 for SQL Server}' # This is the section header of odbcinst.ini
34+
driver: 'ODBC Driver 18 for SQL Server' # This is the section header of odbcinst.ini
3535
dsn: 'datadog' # This is the section header of odbc.ini
3636
```
3737
5. Restart the Agent.

layouts/shortcodes/dbm-sqlserver-agent-setup-docker.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker run -e "DD_API_KEY=${DD_API_KEY}" \
1616
"dbm": true,
1717
"host": "<HOSTNAME>,<PORT>",
1818
"connector": "odbc",
19-
"driver": "FreeTDS",
19+
"driver": "ODBC Driver 18 for SQL Server",
2020
"username": "datadog",
2121
"password": "<PASSWORD>",
2222
"tags": [

layouts/shortcodes/dbm-sqlserver-agent-setup-kubernetes.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Follow the steps below to set up the SQL Server integration, using the [Operator
4141
username: datadog
4242
password: 'ENC[datadog_user_database_password]'
4343
connector: 'odbc'
44-
driver: 'FreeTDS'
44+
driver: 'ODBC Driver 18 for SQL Server'
4545
dbm: true
4646
# Optional: For additional tags
4747
tags:
@@ -73,7 +73,7 @@ Complete the following steps to install the [Datadog Cluster Agent][1] on your K
7373
username: datadog
7474
password: 'ENC[datadog_user_database_password]'
7575
connector: 'odbc'
76-
driver: 'FreeTDS'
76+
driver: 'ODBC Driver 18 for SQL Server'
7777
# Optional: For additional tags
7878
tags:
7979
- 'service:<CUSTOM_SERVICE>'
@@ -105,7 +105,7 @@ instances:
105105
username: datadog
106106
password: 'ENC[datadog_user_database_password]'
107107
connector: 'odbc'
108-
driver: 'FreeTDS'
108+
driver: 'ODBC Driver 18 for SQL Server'
109109
# Optional: For additional tags
110110
tags:
111111
- 'service:<CUSTOM_SERVICE>'

layouts/shortcodes/dbm-sqlserver-agent-setup-windows.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The recommended ODBC driver is [Microsoft ODBC Driver][3]. Ensure the driver is
4141

4242
```yaml
4343
connector: odbc
44-
driver: '{ODBC Driver 18 for SQL Server}'
44+
driver: 'ODBC Driver 18 for SQL Server'
4545
```
4646

4747
Once all Agent configuration is complete, [restart the Datadog Agent][6].

0 commit comments

Comments
 (0)