Hello,
I am using Logstash to fetch logs from MSSQL. We need to use domain account which can be used for authentication and to fetch the logs.
Can anyone please help how we can use it in input plugin?
Hi Shivam, Welcome to the Elastic community
You need to use jdbc input plugin and set schedule to pull data periodically.
2 Likes
Thanks for your response Ashish.
This is I am aware of, I want to understand how we can use domain account to fetch those logs from DB instead of using local SQL account.
Using local SQL account, i had extracted logs from custom table, but i am facing authentication issues while using domain joined account