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
Copy file name to clipboardExpand all lines: packages/aws/docs/elb.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
79
79
|---|---|---|
80
80
|@timestamp| Event timestamp. | date |
81
81
| aws.elb.action_executed | The action executed when processing the request (forward, fixed-response, authenticate...). It can contain several values. | keyword |
82
+
| aws.elb.alpn_be_protocol | The application protocol negotiated with the target. | keyword |
83
+
| aws.elb.alpn_client_preference_list | The value of the application_layer_protocol_negotiation extension in the client hello message. This value is URL-encoded. | keyword |
84
+
| aws.elb.alpn_fe_protocol | The application protocol negotiated with the client. | keyword |
82
85
| aws.elb.backend.http.response.status_code | The status code from the backend (status code sent to the client from ELB is stored in `http.response.status_code`| long |
83
86
| aws.elb.backend.ip | The IP address of the backend processing this connection. | keyword |
84
87
| aws.elb.backend.port | The port in the backend processing this connection. | keyword |
@@ -102,6 +105,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
102
105
| aws.elb.target_group.arn | The ARN of the target group handling the request. | keyword |
103
106
| aws.elb.target_port | List of IP addresses and ports for the targets that processed this request. | keyword |
104
107
| aws.elb.target_status_code | List of status codes from the responses of the targets. | keyword |
108
+
| aws.elb.tls_connection_creation_time | The time recorded at the beginning of the TLS connection. | date |
105
109
| aws.elb.tls_handshake_time.ms | The total time for the TLS handshake to complete in milliseconds once the connection has been established. | long |
106
110
| aws.elb.tls_named_group | The TLS named group. | keyword |
107
111
| aws.elb.trace_id | The contents of the `X-Amzn-Trace-Id` header. | keyword |
0 commit comments