Audit Log Event repository.create

A repository has been created

This audit log type records operations for the following features:

Field TypeAvailabilityTypeDescription
actorActorType  Actor, as defined in humio-audit Actor Structure
limitIdOption[String]  Limit ID
repositoryIdString  Unique repository Id
repositoryNameString  Repository name
retentionRetentionEntity  Retention settings
sensitiveBoolean  Whether the audited event is marked sensitive
timestampZonedDateTime  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"
}