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
  •  | 
  •  

Question

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!

Était-ce utile?

La solution 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.

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top