[[["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-09-04 (UTC)."],[[["\u003cp\u003eThe audit log contains comprehensive details about actions performed, including the \u003ccode\u003eauditID\u003c/code\u003e, \u003ccode\u003eaction\u003c/code\u003e, and \u003ccode\u003etime\u003c/code\u003e of each event.\u003c/p\u003e\n"],["\u003cp\u003eUser details, such as \u003ccode\u003eidentity\u003c/code\u003e and \u003ccode\u003eissuer\u003c/code\u003e, are provided within the \u003ccode\u003euser\u003c/code\u003e object to identify who performed the action.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresource\u003c/code\u003e field specifies the target of the action, while \u003ccode\u003edescription\u003c/code\u003e gives additional context or details of the access.\u003c/p\u003e\n"],["\u003cp\u003eNetwork information like \u003ccode\u003esourceIPs\u003c/code\u003e, \u003ccode\u003euserAgent\u003c/code\u003e, \u003ccode\u003enumBytesSent\u003c/code\u003e, and \u003ccode\u003enumBytesReceived\u003c/code\u003e is recorded for each request.\u003c/p\u003e\n"],["\u003cp\u003eVarious metadata fields like \u003ccode\u003eorgAdminClusterName\u003c/code\u003e, \u003ccode\u003eserviceName\u003c/code\u003e, \u003ccode\u003e_gdch_service_name\u003c/code\u003e, \u003ccode\u003e_gdch_namespace\u003c/code\u003e, \u003ccode\u003e_gdch_service_tenant\u003c/code\u003e, \u003ccode\u003e_gdch_cluster\u003c/code\u003e, and \u003ccode\u003e_gdch_fluentbit_pod\u003c/code\u003e provide contextual information about the service and infrastructure involved in the audit log event.\u003c/p\u003e\n"]]],[],null,["# Observability audit logger\n\nJSON representation\n-------------------\n\n {\n \"auditID\": string,\n \"action\": string,\n \"time\": string,\n \"user\":{\n object\n },\n \"resource\": string,\n \"description\": string,\n \"sourceIPs\": [\n string array\n ],\n \"userAgent\": string,\n \"numBytesSent\": integer,\n \"numBytesReceived\": integer,\n \"orgAdminClusterName\": string,\n \"serviceName\": string,\n \"_gdch_service_name\": string,\n \"_gdch_namespace\": string,\n \"_gdch_service_tenant\": string,\n \"_gdch_cluster\": string,\n \"_gdch_fluentbit_pod\": string\n }"]]