Hi @Francesco_Esposito ,
I found this Microsoft documentation that might help:
If you're seeing the error "This driver is not configured for integrated authentication" when using SQL Server with Logstash, you need to make the native authentication DLL file (mssql-jdbc_auth-12.10.0.x64.dll or x86.dll) available to Java.
There are two ways to do this:
- Copy the
.dllfile to a directory that is included in the WindowsPATH. - Or, set the
java.library.pathproperty to point to the directory where the file is located.