cancel
Showing results for 
Search instead for 
Did you mean: 

BTP cockpit tracking method

Helinna
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear BTP experts,

Customer is going live in 3 -4 weeks and they would like to know if any functionality can track usage of their interface, error logs... in the BTP cockpit? They have integration suite and they are using the event mess notifications to tracking, basically looking for a similar thing like the integration suite. They are aware of CALM but because of the limitation of time, they are looking for a short term solution.

Any recommendations?

Thanks in advance!

Helinna

MortenWittrock
Active Contributor
0 Kudos

Hi

Is it interfaces in SAP Integration Suite, that the customer wants to track?

Regards,

Morten

View Entire Topic
Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi helinna,

It depends on which information the customer wants to track and how long the data must be persisted in the Cloud.

Integration message processing log will contain the just a very small set of data pertaining to the integration processing - will not log the payload. Those are called MPL and will be stored for 30 days.

https://me.sap.com/notes/0002582913

You can get the payload on the logs by enabling the iflow Trace:

https://help.sap.com/docs/cloud-integration/sap-cloud-integration/message-processing-log-adapter-tra...

But that is only temporary (valid for 10min) and should only be used for debugging purposes.

If the customer requires either payload data to be stored or a longer period of time for the log information to be stored as well, then I would suggest to log the data into a database table directly on the iflow itself. Then create an app to monitor that table according to their business requirements.

Another suggestion would be to use an API to retrieve the data from your IS-tenant and store it somewhere else.

Best regards,
Ivan