Is there a way to get a list of hostnames or IP addresses of client hosts from where the Eclipse client access the RTC ?
As per post 139622 answer by Alex Fitzpatrick:
"You can get a list connections grouped by client version, but user identity is not tracked"
Could we read that "connections" are either hostnames or IP addresses of hosts tied to the tracked version of the Eclipse clients accessing the RTC server ?
If so How do we get hold of these lists of hotsnames or IP addresses tied to each Eclipse client version ?
2 answers
You could set up an apache reverse proxy server and get the IP address and User-agent (Java/1.6.0)
You could then enable WAS Security Audit Logs and capture login events with the username and IP address.
You would then need to write a script which would analyze the WAS security audit logs to build a list of username to ip addresses mappings, and then use that information while scanning the apache log.
Possible - yes. Easy - not really.
You could then enable WAS Security Audit Logs and capture login events with the username and IP address.
You would then need to write a script which would analyze the WAS security audit logs to build a list of username to ip addresses mappings, and then use that information while scanning the apache log.
Possible - yes. Easy - not really.
Comments
long TRUONG
Mar 11 '15, 9:58 p.m.