[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThis data represents a JSON structure for audit logs, capturing details about actions performed within a system.\u003c/p\u003e\n"],["\u003cp\u003eEach audit log entry includes an \u003ccode\u003eauditID\u003c/code\u003e, the \u003ccode\u003eaction\u003c/code\u003e performed, the \u003ccode\u003etime\u003c/code\u003e of the action, and information about the \u003ccode\u003euser\u003c/code\u003e who initiated it.\u003c/p\u003e\n"],["\u003cp\u003eThe logs also detail the \u003ccode\u003eresource\u003c/code\u003e involved, a \u003ccode\u003edescription\u003c/code\u003e of the access, and \u003ccode\u003esourceIPs\u003c/code\u003e from where the request originated.\u003c/p\u003e\n"],["\u003cp\u003eAdditional fields include \u003ccode\u003euserAgent\u003c/code\u003e, \u003ccode\u003enumBytesSent\u003c/code\u003e, \u003ccode\u003enumBytesReceived\u003c/code\u003e, and cluster/service-specific identifiers such as \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_tenant_id\u003c/code\u003e, \u003ccode\u003e_gdch_cluster\u003c/code\u003e, \u003ccode\u003e_gdch_fluentbit_pod\u003c/code\u003e, \u003ccode\u003e_gdch_org_name\u003c/code\u003e, and \u003ccode\u003e_gdch_org_id\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON structure provides a comprehensive record of events, enabling detailed auditing and monitoring of activities within the system.\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_tenant_id\": string,\n \"_gdch_cluster\": string,\n \"_gdch_fluentbit_pod\": string\n \"_gdch_org_name\": string\n \"_gdch_org_id\": string\n }"]]