Manage Audit Export
Use the CLI to export your audit logs to an Amazon S3 bucket or ADLS Gen2
Last updated
Was this helpful?
Was this helpful?
$ immuta audit exportConfig get f7f9e289-f37b-4942-a18d-66d6de6e7cb2
$
{
"id": "f7f9e289-f37b-4942-a18d-66d6de6e7cb2",
"interval": "EVERY_12_HOURS",
"enabled": true,
"endpointConfiguration": {
"__typename": "S3EndpointConfiguration",
"bucket": "your-s3-bucket",
"path": "hr-data",
"region": "us-east-1",
"accessKeyId": "accessKey"
},
"createdAt": "2022-10-23T23:03:11.466Z",
"createdBy": {
"name": "John Doe",
"identityProvider": "okta",
"id": "johndoe@example.com",
"type": "USER"
},
"updatedAt": "2022-10-23T23:03:11.466Z",
"updatedBy": {
"name": "John Doe",
"identityProvider": "okta",
"id": "johndoe@example.com",
"type": "USER"
}
}