-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
Component(s)
extension/awslogs_encoding
Is your feature request related to a problem? Please describe.
While checking the extension, it came to my notice that there several missing mapping in the encoder. I noticed following properties,
ALB logs 1
- TargetIPPort
- RequestProcessingTime
- TargetProcessingTime
- ResponseProcessingTime
- TargetStatusCode
- TargetGroupARN
- ChosenCertARN
- ActionsExecuted
- RedirectURL
- ErrorReason
- Classification
NLB logs 2
- ConnectionTime
- TLSHandshakeTime
- IncomingTLSAlert
- ChosenCertARN
- ChosenCertSerial
- TLSNamedGroup
- ALPNFeProtocol
- ALPNBeProtocol
- ALPNClientPreferenceList
- TLSConnectionCreationTime
Describe the solution you'd like
It would be nice to have these missing field mappings included in the derived log.
Describe alternatives you've considered
None exists, encoder has to add them as attributes.