You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This PR enhances ELB access log parsing in the
`awslogsencodingextension` to include additional HTTP and
network-related fields:
- ALB and CLB
- `user_agent.original` - Original User-Agent header value
- NLB, ALB and CLB
- `destination.address` - Target destination address
- `destination.port ` - Target destination port
- ALB and NLB
- `url.domain` - Domain from the request URL
These fields provide better observability for ELB access logs by
capturing important HTTP request metadata that was previously missing.
| request_processing_time | _Currently not supported_ |
299
301
| target_processing_time | _Currently not supported_ |
300
302
| response_processing_time | _Currently not supported_ |
301
303
| target_status_code | _Currently not supported_ |
302
-
| "user_agent" | _Currently not supported_ |
303
304
| target_group_arn | _Currently not supported_ |
304
305
| "trace_id" | _Currently not supported_ |
305
-
| "domain_name" | _Currently not supported_ |
306
306
| "chosen_cert_arn" | _Currently not supported_ |
307
307
| matched_rule_priority | _Currently not supported_ |
308
308
| request_creation_time | _Currently not supported_ |
@@ -319,26 +319,26 @@ ELB access log record fields are mapped this way in the resulting OpenTelemetry
319
319
320
320
> AWS Fields are according to [documentation](https://docs.aws.amazon.com/elasticloadbalancing/latest//network/load-balancer-access-logs.html#access-log-entry-format).
0 commit comments