Export analytics data to Sumo Logic
This article describes how to configure the integration to export analytics data from Cerby to Sumo Logic.
Last updated
Was this helpful?
Was this helpful?
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Statement1",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<cerby_account>:role/<cerby_role>"
},
"Action": [
"s3:GetObject",
"s3:GetObjectVersion",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::<your-bucket-name>/*"
},
{
"Sid": "Statement2",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<cerby_account>:role/<cerby_role>"
},
"Action": [
"s3:ListBucket",
"s3:ListBucketVersions",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::<your-bucket-name>"
}
] * Contact the Cerby Customer Support team to ask for the `cerby_account` and `cerby_role` values. Ensure you add the name of your bucket in the `Resource` parameters.
* The Cerby Customer Support team will share the values through a Cerby secure secret. Refer to the article [View a secret](https://help.cerby.com/cerby-web-app/secrets/managing-your-secrets/view-a-secret) to learn how to view the values.