Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + var File_envoy_data_accesslog_v2_accesslog_proto protoreflect.FileDescriptor + var HTTPAccessLogEntry_HTTPVersion_name = map[int32]string + var HTTPAccessLogEntry_HTTPVersion_value = map[string]int32 + var ResponseFlags_Unauthorized_Reason_name = map[int32]string + var ResponseFlags_Unauthorized_Reason_value = map[string]int32 + var TLSProperties_TLSVersion_name = map[int32]string + var TLSProperties_TLSVersion_value = map[string]int32 + type AccessLogCommon struct + DownstreamDirectRemoteAddress *core.Address + DownstreamLocalAddress *core.Address + DownstreamRemoteAddress *core.Address + FilterStateObjects map[string]*any1.Any + Metadata *core.Metadata + ResponseFlags *ResponseFlags + RouteName string + SampleRate float64 + StartTime *timestamp.Timestamp + TimeToFirstDownstreamTxByte *duration.Duration + TimeToFirstUpstreamRxByte *duration.Duration + TimeToFirstUpstreamTxByte *duration.Duration + TimeToLastDownstreamTxByte *duration.Duration + TimeToLastRxByte *duration.Duration + TimeToLastUpstreamRxByte *duration.Duration + TimeToLastUpstreamTxByte *duration.Duration + TlsProperties *TLSProperties + UpstreamCluster string + UpstreamLocalAddress *core.Address + UpstreamRemoteAddress *core.Address + UpstreamTransportFailureReason string + func (*AccessLogCommon) Descriptor() ([]byte, []int) + func (*AccessLogCommon) ProtoMessage() + func (m *AccessLogCommon) Validate() error + func (m *AccessLogCommon) ValidateAll() error + func (x *AccessLogCommon) GetDownstreamDirectRemoteAddress() *core.Address + func (x *AccessLogCommon) GetDownstreamLocalAddress() *core.Address + func (x *AccessLogCommon) GetDownstreamRemoteAddress() *core.Address + func (x *AccessLogCommon) GetFilterStateObjects() map[string]*any1.Any + func (x *AccessLogCommon) GetMetadata() *core.Metadata + func (x *AccessLogCommon) GetResponseFlags() *ResponseFlags + func (x *AccessLogCommon) GetRouteName() string + func (x *AccessLogCommon) GetSampleRate() float64 + func (x *AccessLogCommon) GetStartTime() *timestamp.Timestamp + func (x *AccessLogCommon) GetTimeToFirstDownstreamTxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToFirstUpstreamRxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToFirstUpstreamTxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToLastDownstreamTxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToLastRxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToLastUpstreamRxByte() *duration.Duration + func (x *AccessLogCommon) GetTimeToLastUpstreamTxByte() *duration.Duration + func (x *AccessLogCommon) GetTlsProperties() *TLSProperties + func (x *AccessLogCommon) GetUpstreamCluster() string + func (x *AccessLogCommon) GetUpstreamLocalAddress() *core.Address + func (x *AccessLogCommon) GetUpstreamRemoteAddress() *core.Address + func (x *AccessLogCommon) GetUpstreamTransportFailureReason() string + func (x *AccessLogCommon) ProtoReflect() protoreflect.Message + func (x *AccessLogCommon) Reset() + func (x *AccessLogCommon) String() string + type AccessLogCommonMultiError []error + func (m AccessLogCommonMultiError) AllErrors() []error + func (m AccessLogCommonMultiError) Error() string + type AccessLogCommonValidationError struct + func (e AccessLogCommonValidationError) Cause() error + func (e AccessLogCommonValidationError) Error() string + func (e AccessLogCommonValidationError) ErrorName() string + func (e AccessLogCommonValidationError) Field() string + func (e AccessLogCommonValidationError) Key() bool + func (e AccessLogCommonValidationError) Reason() string + type ConnectionProperties struct + ReceivedBytes uint64 + SentBytes uint64 + func (*ConnectionProperties) Descriptor() ([]byte, []int) + func (*ConnectionProperties) ProtoMessage() + func (m *ConnectionProperties) Validate() error + func (m *ConnectionProperties) ValidateAll() error + func (x *ConnectionProperties) GetReceivedBytes() uint64 + func (x *ConnectionProperties) GetSentBytes() uint64 + func (x *ConnectionProperties) ProtoReflect() protoreflect.Message + func (x *ConnectionProperties) Reset() + func (x *ConnectionProperties) String() string + type ConnectionPropertiesMultiError []error + func (m ConnectionPropertiesMultiError) AllErrors() []error + func (m ConnectionPropertiesMultiError) Error() string + type ConnectionPropertiesValidationError struct + func (e ConnectionPropertiesValidationError) Cause() error + func (e ConnectionPropertiesValidationError) Error() string + func (e ConnectionPropertiesValidationError) ErrorName() string + func (e ConnectionPropertiesValidationError) Field() string + func (e ConnectionPropertiesValidationError) Key() bool + func (e ConnectionPropertiesValidationError) Reason() string + type HTTPAccessLogEntry struct + CommonProperties *AccessLogCommon + ProtocolVersion HTTPAccessLogEntry_HTTPVersion + Request *HTTPRequestProperties + Response *HTTPResponseProperties + func (*HTTPAccessLogEntry) Descriptor() ([]byte, []int) + func (*HTTPAccessLogEntry) ProtoMessage() + func (m *HTTPAccessLogEntry) Validate() error + func (m *HTTPAccessLogEntry) ValidateAll() error + func (x *HTTPAccessLogEntry) GetCommonProperties() *AccessLogCommon + func (x *HTTPAccessLogEntry) GetProtocolVersion() HTTPAccessLogEntry_HTTPVersion + func (x *HTTPAccessLogEntry) GetRequest() *HTTPRequestProperties + func (x *HTTPAccessLogEntry) GetResponse() *HTTPResponseProperties + func (x *HTTPAccessLogEntry) ProtoReflect() protoreflect.Message + func (x *HTTPAccessLogEntry) Reset() + func (x *HTTPAccessLogEntry) String() string + type HTTPAccessLogEntryMultiError []error + func (m HTTPAccessLogEntryMultiError) AllErrors() []error + func (m HTTPAccessLogEntryMultiError) Error() string + type HTTPAccessLogEntryValidationError struct + func (e HTTPAccessLogEntryValidationError) Cause() error + func (e HTTPAccessLogEntryValidationError) Error() string + func (e HTTPAccessLogEntryValidationError) ErrorName() string + func (e HTTPAccessLogEntryValidationError) Field() string + func (e HTTPAccessLogEntryValidationError) Key() bool + func (e HTTPAccessLogEntryValidationError) Reason() string + type HTTPAccessLogEntry_HTTPVersion int32 + const HTTPAccessLogEntry_HTTP10 + const HTTPAccessLogEntry_HTTP11 + const HTTPAccessLogEntry_HTTP2 + const HTTPAccessLogEntry_HTTP3 + const HTTPAccessLogEntry_PROTOCOL_UNSPECIFIED + func (HTTPAccessLogEntry_HTTPVersion) Descriptor() protoreflect.EnumDescriptor + func (HTTPAccessLogEntry_HTTPVersion) EnumDescriptor() ([]byte, []int) + func (HTTPAccessLogEntry_HTTPVersion) Type() protoreflect.EnumType + func (x HTTPAccessLogEntry_HTTPVersion) Enum() *HTTPAccessLogEntry_HTTPVersion + func (x HTTPAccessLogEntry_HTTPVersion) Number() protoreflect.EnumNumber + func (x HTTPAccessLogEntry_HTTPVersion) String() string + type HTTPRequestProperties struct + Authority string + ForwardedFor string + OriginalPath string + Path string + Port *wrappers.UInt32Value + Referer string + RequestBodyBytes uint64 + RequestHeaders map[string]string + RequestHeadersBytes uint64 + RequestId string + RequestMethod core.RequestMethod + Scheme string + UserAgent string + func (*HTTPRequestProperties) Descriptor() ([]byte, []int) + func (*HTTPRequestProperties) ProtoMessage() + func (m *HTTPRequestProperties) Validate() error + func (m *HTTPRequestProperties) ValidateAll() error + func (x *HTTPRequestProperties) GetAuthority() string + func (x *HTTPRequestProperties) GetForwardedFor() string + func (x *HTTPRequestProperties) GetOriginalPath() string + func (x *HTTPRequestProperties) GetPath() string + func (x *HTTPRequestProperties) GetPort() *wrappers.UInt32Value + func (x *HTTPRequestProperties) GetReferer() string + func (x *HTTPRequestProperties) GetRequestBodyBytes() uint64 + func (x *HTTPRequestProperties) GetRequestHeaders() map[string]string + func (x *HTTPRequestProperties) GetRequestHeadersBytes() uint64 + func (x *HTTPRequestProperties) GetRequestId() string + func (x *HTTPRequestProperties) GetRequestMethod() core.RequestMethod + func (x *HTTPRequestProperties) GetScheme() string + func (x *HTTPRequestProperties) GetUserAgent() string + func (x *HTTPRequestProperties) ProtoReflect() protoreflect.Message + func (x *HTTPRequestProperties) Reset() + func (x *HTTPRequestProperties) String() string + type HTTPRequestPropertiesMultiError []error + func (m HTTPRequestPropertiesMultiError) AllErrors() []error + func (m HTTPRequestPropertiesMultiError) Error() string + type HTTPRequestPropertiesValidationError struct + func (e HTTPRequestPropertiesValidationError) Cause() error + func (e HTTPRequestPropertiesValidationError) Error() string + func (e HTTPRequestPropertiesValidationError) ErrorName() string + func (e HTTPRequestPropertiesValidationError) Field() string + func (e HTTPRequestPropertiesValidationError) Key() bool + func (e HTTPRequestPropertiesValidationError) Reason() string + type HTTPResponseProperties struct + ResponseBodyBytes uint64 + ResponseCode *wrappers.UInt32Value + ResponseCodeDetails string + ResponseHeaders map[string]string + ResponseHeadersBytes uint64 + ResponseTrailers map[string]string + func (*HTTPResponseProperties) Descriptor() ([]byte, []int) + func (*HTTPResponseProperties) ProtoMessage() + func (m *HTTPResponseProperties) Validate() error + func (m *HTTPResponseProperties) ValidateAll() error + func (x *HTTPResponseProperties) GetResponseBodyBytes() uint64 + func (x *HTTPResponseProperties) GetResponseCode() *wrappers.UInt32Value + func (x *HTTPResponseProperties) GetResponseCodeDetails() string + func (x *HTTPResponseProperties) GetResponseHeaders() map[string]string + func (x *HTTPResponseProperties) GetResponseHeadersBytes() uint64 + func (x *HTTPResponseProperties) GetResponseTrailers() map[string]string + func (x *HTTPResponseProperties) ProtoReflect() protoreflect.Message + func (x *HTTPResponseProperties) Reset() + func (x *HTTPResponseProperties) String() string + type HTTPResponsePropertiesMultiError []error + func (m HTTPResponsePropertiesMultiError) AllErrors() []error + func (m HTTPResponsePropertiesMultiError) Error() string + type HTTPResponsePropertiesValidationError struct + func (e HTTPResponsePropertiesValidationError) Cause() error + func (e HTTPResponsePropertiesValidationError) Error() string + func (e HTTPResponsePropertiesValidationError) ErrorName() string + func (e HTTPResponsePropertiesValidationError) Field() string + func (e HTTPResponsePropertiesValidationError) Key() bool + func (e HTTPResponsePropertiesValidationError) Reason() string + type ResponseFlags struct + DelayInjected bool + DownstreamConnectionTermination bool + DownstreamProtocolError bool + FailedLocalHealthcheck bool + FaultInjected bool + InvalidEnvoyRequestHeaders bool + LocalReset bool + NoHealthyUpstream bool + NoRouteFound bool + RateLimitServiceError bool + RateLimited bool + StreamIdleTimeout bool + UnauthorizedDetails *ResponseFlags_Unauthorized + UpstreamConnectionFailure bool + UpstreamConnectionTermination bool + UpstreamOverflow bool + UpstreamRemoteReset bool + UpstreamRequestTimeout bool + UpstreamRetryLimitExceeded bool + func (*ResponseFlags) Descriptor() ([]byte, []int) + func (*ResponseFlags) ProtoMessage() + func (m *ResponseFlags) Validate() error + func (m *ResponseFlags) ValidateAll() error + func (x *ResponseFlags) GetDelayInjected() bool + func (x *ResponseFlags) GetDownstreamConnectionTermination() bool + func (x *ResponseFlags) GetDownstreamProtocolError() bool + func (x *ResponseFlags) GetFailedLocalHealthcheck() bool + func (x *ResponseFlags) GetFaultInjected() bool + func (x *ResponseFlags) GetInvalidEnvoyRequestHeaders() bool + func (x *ResponseFlags) GetLocalReset() bool + func (x *ResponseFlags) GetNoHealthyUpstream() bool + func (x *ResponseFlags) GetNoRouteFound() bool + func (x *ResponseFlags) GetRateLimitServiceError() bool + func (x *ResponseFlags) GetRateLimited() bool + func (x *ResponseFlags) GetStreamIdleTimeout() bool + func (x *ResponseFlags) GetUnauthorizedDetails() *ResponseFlags_Unauthorized + func (x *ResponseFlags) GetUpstreamConnectionFailure() bool + func (x *ResponseFlags) GetUpstreamConnectionTermination() bool + func (x *ResponseFlags) GetUpstreamOverflow() bool + func (x *ResponseFlags) GetUpstreamRemoteReset() bool + func (x *ResponseFlags) GetUpstreamRequestTimeout() bool + func (x *ResponseFlags) GetUpstreamRetryLimitExceeded() bool + func (x *ResponseFlags) ProtoReflect() protoreflect.Message + func (x *ResponseFlags) Reset() + func (x *ResponseFlags) String() string + type ResponseFlagsMultiError []error + func (m ResponseFlagsMultiError) AllErrors() []error + func (m ResponseFlagsMultiError) Error() string + type ResponseFlagsValidationError struct + func (e ResponseFlagsValidationError) Cause() error + func (e ResponseFlagsValidationError) Error() string + func (e ResponseFlagsValidationError) ErrorName() string + func (e ResponseFlagsValidationError) Field() string + func (e ResponseFlagsValidationError) Key() bool + func (e ResponseFlagsValidationError) Reason() string + type ResponseFlags_Unauthorized struct + Reason ResponseFlags_Unauthorized_Reason + func (*ResponseFlags_Unauthorized) Descriptor() ([]byte, []int) + func (*ResponseFlags_Unauthorized) ProtoMessage() + func (m *ResponseFlags_Unauthorized) Validate() error + func (m *ResponseFlags_Unauthorized) ValidateAll() error + func (x *ResponseFlags_Unauthorized) GetReason() ResponseFlags_Unauthorized_Reason + func (x *ResponseFlags_Unauthorized) ProtoReflect() protoreflect.Message + func (x *ResponseFlags_Unauthorized) Reset() + func (x *ResponseFlags_Unauthorized) String() string + type ResponseFlags_UnauthorizedMultiError []error + func (m ResponseFlags_UnauthorizedMultiError) AllErrors() []error + func (m ResponseFlags_UnauthorizedMultiError) Error() string + type ResponseFlags_UnauthorizedValidationError struct + func (e ResponseFlags_UnauthorizedValidationError) Cause() error + func (e ResponseFlags_UnauthorizedValidationError) Error() string + func (e ResponseFlags_UnauthorizedValidationError) ErrorName() string + func (e ResponseFlags_UnauthorizedValidationError) Field() string + func (e ResponseFlags_UnauthorizedValidationError) Key() bool + func (e ResponseFlags_UnauthorizedValidationError) Reason() string + type ResponseFlags_Unauthorized_Reason int32 + const ResponseFlags_Unauthorized_EXTERNAL_SERVICE + const ResponseFlags_Unauthorized_REASON_UNSPECIFIED + func (ResponseFlags_Unauthorized_Reason) Descriptor() protoreflect.EnumDescriptor + func (ResponseFlags_Unauthorized_Reason) EnumDescriptor() ([]byte, []int) + func (ResponseFlags_Unauthorized_Reason) Type() protoreflect.EnumType + func (x ResponseFlags_Unauthorized_Reason) Enum() *ResponseFlags_Unauthorized_Reason + func (x ResponseFlags_Unauthorized_Reason) Number() protoreflect.EnumNumber + func (x ResponseFlags_Unauthorized_Reason) String() string + type TCPAccessLogEntry struct + CommonProperties *AccessLogCommon + ConnectionProperties *ConnectionProperties + func (*TCPAccessLogEntry) Descriptor() ([]byte, []int) + func (*TCPAccessLogEntry) ProtoMessage() + func (m *TCPAccessLogEntry) Validate() error + func (m *TCPAccessLogEntry) ValidateAll() error + func (x *TCPAccessLogEntry) GetCommonProperties() *AccessLogCommon + func (x *TCPAccessLogEntry) GetConnectionProperties() *ConnectionProperties + func (x *TCPAccessLogEntry) ProtoReflect() protoreflect.Message + func (x *TCPAccessLogEntry) Reset() + func (x *TCPAccessLogEntry) String() string + type TCPAccessLogEntryMultiError []error + func (m TCPAccessLogEntryMultiError) AllErrors() []error + func (m TCPAccessLogEntryMultiError) Error() string + type TCPAccessLogEntryValidationError struct + func (e TCPAccessLogEntryValidationError) Cause() error + func (e TCPAccessLogEntryValidationError) Error() string + func (e TCPAccessLogEntryValidationError) ErrorName() string + func (e TCPAccessLogEntryValidationError) Field() string + func (e TCPAccessLogEntryValidationError) Key() bool + func (e TCPAccessLogEntryValidationError) Reason() string + type TLSProperties struct + LocalCertificateProperties *TLSProperties_CertificateProperties + PeerCertificateProperties *TLSProperties_CertificateProperties + TlsCipherSuite *wrappers.UInt32Value + TlsSessionId string + TlsSniHostname string + TlsVersion TLSProperties_TLSVersion + func (*TLSProperties) Descriptor() ([]byte, []int) + func (*TLSProperties) ProtoMessage() + func (m *TLSProperties) Validate() error + func (m *TLSProperties) ValidateAll() error + func (x *TLSProperties) GetLocalCertificateProperties() *TLSProperties_CertificateProperties + func (x *TLSProperties) GetPeerCertificateProperties() *TLSProperties_CertificateProperties + func (x *TLSProperties) GetTlsCipherSuite() *wrappers.UInt32Value + func (x *TLSProperties) GetTlsSessionId() string + func (x *TLSProperties) GetTlsSniHostname() string + func (x *TLSProperties) GetTlsVersion() TLSProperties_TLSVersion + func (x *TLSProperties) ProtoReflect() protoreflect.Message + func (x *TLSProperties) Reset() + func (x *TLSProperties) String() string + type TLSPropertiesMultiError []error + func (m TLSPropertiesMultiError) AllErrors() []error + func (m TLSPropertiesMultiError) Error() string + type TLSPropertiesValidationError struct + func (e TLSPropertiesValidationError) Cause() error + func (e TLSPropertiesValidationError) Error() string + func (e TLSPropertiesValidationError) ErrorName() string + func (e TLSPropertiesValidationError) Field() string + func (e TLSPropertiesValidationError) Key() bool + func (e TLSPropertiesValidationError) Reason() string + type TLSProperties_CertificateProperties struct + Subject string + SubjectAltName []*TLSProperties_CertificateProperties_SubjectAltName + func (*TLSProperties_CertificateProperties) Descriptor() ([]byte, []int) + func (*TLSProperties_CertificateProperties) ProtoMessage() + func (m *TLSProperties_CertificateProperties) Validate() error + func (m *TLSProperties_CertificateProperties) ValidateAll() error + func (x *TLSProperties_CertificateProperties) GetSubject() string + func (x *TLSProperties_CertificateProperties) GetSubjectAltName() []*TLSProperties_CertificateProperties_SubjectAltName + func (x *TLSProperties_CertificateProperties) ProtoReflect() protoreflect.Message + func (x *TLSProperties_CertificateProperties) Reset() + func (x *TLSProperties_CertificateProperties) String() string + type TLSProperties_CertificatePropertiesMultiError []error + func (m TLSProperties_CertificatePropertiesMultiError) AllErrors() []error + func (m TLSProperties_CertificatePropertiesMultiError) Error() string + type TLSProperties_CertificatePropertiesValidationError struct + func (e TLSProperties_CertificatePropertiesValidationError) Cause() error + func (e TLSProperties_CertificatePropertiesValidationError) Error() string + func (e TLSProperties_CertificatePropertiesValidationError) ErrorName() string + func (e TLSProperties_CertificatePropertiesValidationError) Field() string + func (e TLSProperties_CertificatePropertiesValidationError) Key() bool + func (e TLSProperties_CertificatePropertiesValidationError) Reason() string + type TLSProperties_CertificateProperties_SubjectAltName struct + San isTLSProperties_CertificateProperties_SubjectAltName_San + func (*TLSProperties_CertificateProperties_SubjectAltName) Descriptor() ([]byte, []int) + func (*TLSProperties_CertificateProperties_SubjectAltName) ProtoMessage() + func (m *TLSProperties_CertificateProperties_SubjectAltName) GetSan() isTLSProperties_CertificateProperties_SubjectAltName_San + func (m *TLSProperties_CertificateProperties_SubjectAltName) Validate() error + func (m *TLSProperties_CertificateProperties_SubjectAltName) ValidateAll() error + func (x *TLSProperties_CertificateProperties_SubjectAltName) GetDns() string + func (x *TLSProperties_CertificateProperties_SubjectAltName) GetUri() string + func (x *TLSProperties_CertificateProperties_SubjectAltName) ProtoReflect() protoreflect.Message + func (x *TLSProperties_CertificateProperties_SubjectAltName) Reset() + func (x *TLSProperties_CertificateProperties_SubjectAltName) String() string + type TLSProperties_CertificateProperties_SubjectAltNameMultiError []error + func (m TLSProperties_CertificateProperties_SubjectAltNameMultiError) AllErrors() []error + func (m TLSProperties_CertificateProperties_SubjectAltNameMultiError) Error() string + type TLSProperties_CertificateProperties_SubjectAltNameValidationError struct + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) Cause() error + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) Error() string + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) ErrorName() string + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) Field() string + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) Key() bool + func (e TLSProperties_CertificateProperties_SubjectAltNameValidationError) Reason() string + type TLSProperties_CertificateProperties_SubjectAltName_Dns struct + Dns string + type TLSProperties_CertificateProperties_SubjectAltName_Uri struct + Uri string + type TLSProperties_TLSVersion int32 + const TLSProperties_TLSv1 + const TLSProperties_TLSv1_1 + const TLSProperties_TLSv1_2 + const TLSProperties_TLSv1_3 + const TLSProperties_VERSION_UNSPECIFIED + func (TLSProperties_TLSVersion) Descriptor() protoreflect.EnumDescriptor + func (TLSProperties_TLSVersion) EnumDescriptor() ([]byte, []int) + func (TLSProperties_TLSVersion) Type() protoreflect.EnumType + func (x TLSProperties_TLSVersion) Enum() *TLSProperties_TLSVersion + func (x TLSProperties_TLSVersion) Number() protoreflect.EnumNumber + func (x TLSProperties_TLSVersion) String() string