Log Container API - Service Monitoring - Kibana integration
Hi community,
I am trying to log all REST services in Pega in order to send this information to Kibana in JSON format, but Container API (out of the box) is logging this message instead of the inbound mapping:
PegaRULES json log
"level":"WARN","message":"Couldn't map String parameter Container to Clipboard: Value is null"
PegaRULES log
[fault (self-tuning)'] [ STANDARD] [ ] [ xxx:1] (e.internal.ServiceMappingUtils) DEBUG xxx|Rest|PegaMKTContainer|V2|container... - Received java.lang.String value '{ "Channel": "CallCenter", "ContainerName": "Test", "Resource": "Offers" }', mapping to Clipboard
In addition, reading other community posts I have seen this loggers. Does it exist other way to print all the inbound requests in Pega logs? Maybe using other approach is a better solution.
com.pega.pegarules.integration.engine.internal.util.PRServiceUtils com.pega.pegarules.integration.engine.internal.ServiceMappingUtils com.pega.pegarules.integration.engine.internal.connect.rest.RESTClient com.pega.pegarules.integration.engine.internal.services.ServiceAPI com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector
Regards.