Esta función te permite ocultar los datos antes de enviarlos como parte de la carga útil de estadísticas.
Con esta función, Apigee usa SHA512 para aplicar un hash al valor original antes de enviar datos desde el plano
de entorno de ejecución al plano de control.
Puedes configurar el valor de sal para el hash con la propiedad
axHashSalt
en el archivo overrides.yaml. La propiedad axHashSalt especifica un valor que se
usa como valor de sal cuando se calculan hashes SHA512 para ofuscar datos de estadísticas sensibles. Apigee recomienda usar el mismo valor en diferentes clústeres que alojan
la misma organización de Apigee.
Aplica el valor con el gráfico apigee-org con el siguiente comando:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-10 (UTC)"],[[["This feature allows for the obfuscation of sensitive analytics data in Apigee hybrid by hashing specific fields with SHA512 before sending it from the runtime to the control plane."],["To enable data obfuscation, the `features.analytics.data.obfuscation.enabled` property must be set to `true` for each environment, which can be done using a `PUT` command in the environment's configuration."],["A salt value can be configured using the `axHashSalt` property in the `overrides.yaml` file, which is recommended to be consistent across clusters within the same Apigee organization for consistent hashing."],["The obfuscated data, which includes fields like client IPs, request paths, and developer emails, will be visible in the Apigee hybrid analytics dashboard, though there may be a delay before the changes display."],["This feature is only available for Apigee Hybrid version 1.2 and newer."]]],[]]