I have been testing the mssql-jdbc 7.3.1 driver using NTLM authentication to SQL Server. Using sqlline, it's working for me if I specify username/password as args ...
receivers: sqlserver: collection_interval: 30s server: "your-sqlserver-host" # Use 'server' instead of 'endpoint' port: 1433 # Port is separate username: "${SQLSERVER ...