File tree Expand file tree Collapse file tree
sqlserver/assets/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 Note: All '%' characters must be escaped as '%%'.
3737 options :
3838 - name : host
39+ display_priority : 3
3940 description : |
4041 Host and port of your SQL server. If a port is ommitted, a default port of 1433 will be used.
4142 If you use Sql Server Browser Service or a similar port autodiscovery service, pass in a port
@@ -47,11 +48,13 @@ files:
4748 type : string
4849 example : <HOST>,<PORT>
4950 - name : username
51+ display_priority : 2
5052 description : Username for the Datadog-SQL server check user. It will be ignored if using Windows authentication.
5153 fleet_configurable : true
5254 value :
5355 type : string
5456 - name : password
57+ display_priority : 1
5558 description : Password for the Datadog-SQL server check user. It will be ignored if using Windows authentication.
5659 fleet_configurable : true
5760 secret : true
You can’t perform that action at this time.
0 commit comments