Artifact Management audit logs include successful events in the container registries in the root admin cluster and each org admin cluster.
JSON representation
{
"auditID": string,
"action": string,
"time": string,
"user":{
object
},
"resource": string,
"_gdch_service_name": string,
"_gdch_namespace": string,
"_gdch_service_tenant": string,
"_gdch_cluster": string,
"_gdch_fluentbit_pod": string
}
Fields | |
---|---|
auditID |
The unique audit identification value generated for each request. For example, |
action |
The action performed on the resource for the event. For example, |
time |
The time of the action up to milliseconds. For example, |
user |
Information about the identity and issuer of the authenticated user who performed the action. For example, { "identity":"s:gpc-system:artifact-registry-services-registry-exporter", "issuer":"artifact.private.gdc.goog/hra" } |
resource |
The identification value of the resource. For example, |
_gdch_service_name |
The short name of the service collecting audit logs. The value is always |
_gdch_namespace |
The short name of the service namespace. The value is always |
_gdch_service_tenant |
The name of the service tenant. Possible values:
|
_gdch_cluster |
The name of the Kubernetes cluster producing the successful event. For example, |
_gdch_fluentbit_pod |
The name of the Fluent Bit pod collecting audit logs. For example, |