lib/contrast/api/settings.pb.rb in contrast-agent-4.0.0 vs lib/contrast/api/settings.pb.rb in contrast-agent-4.1.0
- old
+ new
@@ -72,10 +72,11 @@
class DefendFeatures < ::Protobuf::Message; end
class Syslog < ::Protobuf::Message
class ConnectionType < ::Protobuf::Enum
define :UNENCRYPTED, 0
define :ENCRYOTED, 1
+ define :ENCRYPTED, 2
end
class Severity < ::Protobuf::Enum
define :UNDEFINED, 0
define :ALERT, 1
@@ -377,9 +378,11 @@
optional :int32, :facility_code, 4
optional ::Contrast::Api::Settings::Syslog::ConnectionType, :connection_type, 5
optional ::Contrast::Api::Settings::Syslog::Severity, :severity_exploited, 6
optional ::Contrast::Api::Settings::Syslog::Severity, :severity_blocked, 7
optional ::Contrast::Api::Settings::Syslog::Severity, :severity_probed, 8
+ optional ::Contrast::Api::Settings::Syslog::Severity, :severity_blocked_perimeter, 11
+ optional ::Contrast::Api::Settings::Syslog::Severity, :severity_probed_perimeter, 12
optional :string, :protocol, 9
optional :string, :host, 10
end
class BotBlocker