Google cloud logging streaming strategy
This commit adds streaming strategy to allow streaming of audit events to google cloud logging service EE: true Changelog: added
显示
- ee/app/models/audit_events/google_cloud_logging_configuration.rb 8 个添加, 0 个删除...models/audit_events/google_cloud_logging_configuration.rb
- ee/lib/audit_events/external_destination_streamer.rb 2 个添加, 1 个删除ee/lib/audit_events/external_destination_streamer.rb
- ee/lib/audit_events/strategies/google_cloud_logging_destination_strategy.rb 49 个添加, 0 个删除...s/strategies/google_cloud_logging_destination_strategy.rb
- ee/spec/lib/audit_events/external_destination_streamer_spec.rb 22 个添加, 8 个删除...ec/lib/audit_events/external_destination_streamer_spec.rb
- ee/spec/lib/audit_events/strategies/google_cloud_logging_destination_strategy_spec.rb 101 个添加, 0 个删除...ategies/google_cloud_logging_destination_strategy_spec.rb
- ee/spec/models/audit_events/google_cloud_logging_configuration_spec.rb 15 个添加, 0 个删除...s/audit_events/google_cloud_logging_configuration_spec.rb
- lib/google_cloud/authentication.rb 20 个添加, 0 个删除lib/google_cloud/authentication.rb
- lib/google_cloud/logging_service/logger.rb 41 个添加, 0 个删除lib/google_cloud/logging_service/logger.rb
- spec/lib/google_cloud/authentication_spec.rb 53 个添加, 0 个删除spec/lib/google_cloud/authentication_spec.rb
- spec/lib/google_cloud/logging_service/logger_spec.rb 61 个添加, 0 个删除spec/lib/google_cloud/logging_service/logger_spec.rb
lib/google_cloud/authentication.rb
0 → 100644
lib/google_cloud/logging_service/logger.rb
0 → 100644
spec/lib/google_cloud/authentication_spec.rb
0 → 100644
想要评论请 注册 或 登录