Mit diesem Feature lassen sich Daten verbergen, bevor sie im Rahmen der Analysenutzlast gesendet werden.
Bei diesem Feature verwendet Apigee SHA512, um den ursprünglichen Wert zu hashen, bevor die Kommunikation von der Laufzeitebene an die Steuerungsebene erfolgt.
Sie können den Salt-Wert für den Hash mit dem Attribut axHashSalt in der Datei overrides.yaml festlegen. Das Attribut axHashSalt gibt einen Wert an, der bei der Berechnung von SHA512-Hashes als Salt für die Verschleierung vertraulicher Analysedaten verwendet wird. Apigee empfiehlt, denselben Wert für verschiedene Cluster zu verwenden, die dieselbe Apigee-Organisation hosten.
Wenden Sie den Wert mit dem apigee-org-Diagramm mit dem folgenden Befehl an:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-03 (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."]]],[]]