[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(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 }"]]