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/cloudtrail.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
@@ -186,6 +186,10 @@ If blank, CloudTrail Digest logs will be skipped.
186
186
| source.geo.region_name | Region name. | keyword |
187
187
| source.ip | IP address of the source (IPv4 or IPv6). | ip |
188
188
| tags | List of keywords used to tag each event. | keyword |
189
+
| tls.cipher | String indicating the cipher used during the current connection. | keyword |
190
+
| tls.client.server_name | Also called an SNI, this tells the server which hostname to which the client is attempting to connect to. When this value is available, it should get copied to `destination.domain`. | keyword |
191
+
| tls.version | Numeric part of the version parsed from the original string. | keyword |
192
+
| tls.version_protocol | Normalized lowercase protocol name parsed from original string. | keyword |
189
193
| user.changes.name | Short name or login of the user. | keyword |
190
194
| user.changes.name.text | Multi-field of `user.changes.name`. | match_only_text |
191
195
| user.id | Unique identifier of the user. | keyword |
0 commit comments