WSO2 Data Service - Is there any mechanism to record the IP from who called a operation?

StackOverflow https://stackoverflow.com/questions/15767593

  •  31-03-2022
  •  | 
  •  

We need to record ip, date time and user that did any operation in our system to log. Is there one easy/fast way to do it?

Thank you very much!

有帮助吗?

解决方案 2

You can write a custom logging module according to your need and deploy that in wso2dss server. Here is a reference on how to write your custom logging module. Basically, you van pick the above mentioned information at axis2 level and do logging.

其他提示

You can also use our MT-Logging architecture with BAM where we store the above information such as record ip, date time and user. Please refer [1] on configuring Distributed MT-Logging with WSO2 BAM.

[1] - http://sparkletechthoughts.blogspot.com/2012/10/how-to-configure-mt-logging-with-wso2.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top