Hi,
Thank you for the quick response.
My use case is different. Lets say the “ManagedServer_1” in the above screenshots that you provided is making a socket read to multiple different Servers (like File Server, Reporting server and Database servers). I know the socket read for the reporting server is going to take more than 5 seconds and I don’t want to get that notification. But if the Socket Read to a File Server is more than 5 seconds, I need to get the email alert. Is this clear?
So, its the same WebLogic Managed Server (which has WLSDM configured) making socket reads to other servers in our network. I want to pick and choose which socket read to the external server, we need it as alerts/notifications.
Thanks.