jdbc-user is a required field in the jdbc plugin, but seems to stop me from using integrated security. I have tried different versions, including an empty jdbc-user, the windows user (with and without the password), and other users that should have access.
I get "Login failed for user for all attempts.
Is there a workaround for using Integrated security, or maybe another software I can use for forwarding to logstash (similar to winlogbeat for eventlogs)?
Let me know if more information is needed.
Edit: I see there is a github issue for this from february github issue
The Issue does not look like a priority for the devs, since the other issues have priorityflags.
I have found a temporary solution. By creating an extra login credential on the server with sql server authorization I were able to get access without using Integrated Security.
This might not be a possible solution for our project. If anyone have a better solution I would love to hear about it!
Then enable TCP in SQL Server Configuration Manager
Look under SQL Server Network Configuration > set TCP on enabled and add port 1433 as in this video:
try to: telnet localhost 1433
If this is right configure Logstash as follows:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.