Hello,
I am trying to monitor traffic on an SQL Server endpoint. Basically, I am looking for monitor Logins that use a particular endpoint. Please recommend as to how I can achieve this? I tried the following:
I created an extended events session and added event [sqlserver].[login]. There are no columns on this event that has the endpoint/port information. There are no action objects nor predicate objects that contain endpoint/port information.
Please recommend some other ways I could achieve this