diff --git a/ee/config/audit_events/types/google_cloud_logging_configuration_created.yml b/ee/config/audit_events/types/google_cloud_logging_configuration_created.yml new file mode 100644 index 0000000000000000000000000000000000000000..5c48fbaf11af71f9b5f46c8672582e1198af0d03 --- /dev/null +++ b/ee/config/audit_events/types/google_cloud_logging_configuration_created.yml @@ -0,0 +1,9 @@ +--- +name: google_cloud_logging_configuration_created +description: Triggered when google cloud logging configuration is created +introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/409422 +introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122025 +milestone: '16.1' +feature_category: audit_events +saved_to_database: true +streamed: true diff --git a/ee/config/audit_events/types/google_cloud_logging_configuration_deleted.yml b/ee/config/audit_events/types/google_cloud_logging_configuration_deleted.yml new file mode 100644 index 0000000000000000000000000000000000000000..7637dafe424dfe7b5c3d3790386cf094235652eb --- /dev/null +++ b/ee/config/audit_events/types/google_cloud_logging_configuration_deleted.yml @@ -0,0 +1,9 @@ +--- +name: google_cloud_logging_configuration_deleted +description: Triggered when google cloud logging configuration is deleted +introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/409422 +introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122025 +milestone: '16.1' +feature_category: audit_events +saved_to_database: true +streamed: true diff --git a/ee/config/audit_events/types/google_cloud_logging_configuration_updated.yml b/ee/config/audit_events/types/google_cloud_logging_configuration_updated.yml new file mode 100644 index 0000000000000000000000000000000000000000..8fcc0f83efd01ab3f0a77620e150b696fc1efa5b --- /dev/null +++ b/ee/config/audit_events/types/google_cloud_logging_configuration_updated.yml @@ -0,0 +1,9 @@ +--- +name: google_cloud_logging_configuration_updated +description: Triggered when google cloud logging configuration is updated +introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/409422 +introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122025 +milestone: '16.1' +feature_category: audit_events +saved_to_database: true +streamed: true