Apigee Hybrid data between Management plane and runtime plane

As per Apigee documents "The runtime plane sends the following data (asynchronously) to the management plane":

  • Analytics
  • Debug data

Also Data stored only in the management plane

  • Audit logs

So

1. Want to know which kind of data is sent to management plane for Analytics and Debug data and what data is stored in form of Audit logs in the management plane ?

2. Also want to confirm No business data , customer data , transaction data is sent from Runtime plane to management plane.

Solved Solved
0 3 266
1 ACCEPTED SOLUTION

Unless you're using the API debug feature, a data capture policy to capture additional dimensions in analytics, other policies such as service callouts / message logging to send data elsewhere, etc no customer data other than client_ip is captured. Again, this is what's stored for transactions by default https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference

View solution in original post

3 REPLIES 3

Analytics includes these dimensions and metrics

https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference

Debug data includes variables in your API proxies including payloads and as each policy executes, conditions are evaluated etc.. You can use data masking to hide variables from debug 

https://cloud.google.com/apigee/docs/api-platform/security/data-masking

Audit logs relates to changes made to the platform eg creation, modification, deployment of an API proxy or other apigee resources, and by whom and when..

https://cloud.google.com/logging/docs/audit/understanding-audit-logs

Hi @dknezic , 

Thanks for the information I also want to confirm  No business data , customer data, transaction data is sent from Runtime plane to management plane.

BR
Deepak

Unless you're using the API debug feature, a data capture policy to capture additional dimensions in analytics, other policies such as service callouts / message logging to send data elsewhere, etc no customer data other than client_ip is captured. Again, this is what's stored for transactions by default https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference