Audit Log Event repository.create
A repository has been created
This audit log type records operations for the following features:
Field Type | Type | Availability | Description |
---|---|---|---|
actor | ActorType | Actor, as defined in humio-audit Actor Structure | |
limitId | Option[String] | Limit ID | |
repositoryId | String | Unique repository Id | |
repositoryName | String | Repository name | |
retention | RetentionEntity | Retention settings | |
sensitive | Boolean | Whether the audited event is marked sensitive | |
timestamp | ZonedDateTime | Timestamp of the audited event |
For example, the following record (shown here as JSON):
json
{
"actor" : {
"ip" : "172.17.0.1",
"orgRoot" : true,
"organizationId" : "SINGLE_ORGANIZATION_ID",
"proxyRequest" : false,
"sessionId" : "9U1FuFGIiB0F87CvhD8j1dGlV2RleEDi",
"type" : "orgUser",
"user" : {
"id" : "0O7WGPBX9YbvZbKOrBMd5fgH",
"isRoot" : true,
"username" : "mc"
}
},
"limitId" : null,
"repositoryId" : "oGWL4lPOPbOaaGZMSsR8FwH7",
"repositoryName" : "SecurityLogs",
"retention" : {
"deleteBackupAfterMillis" : null,
"originalSizeInBytes" : null,
"sizeInBytes" : null,
"timeInMillis" : 7776000000
},
"sensitive" : true,
"timestamp" : "2023-12-18T12:25:12.165Z",
"type" : "repository.create"
}