Detailed TLS fields
editDetailed TLS fields
editDetailed TLS-specific event fields.
-
tls.detailed.version
-
The version of the TLS protocol used.
type: keyword
example: TLS 1.3
-
tls.detailed.resumption_method
-
If the session has been resumed, the underlying method used. One of "id" for TLS session ID or "ticket" for TLS ticket extension.
type: keyword
-
tls.detailed.client_certificate_requested
-
Whether the server has requested the client to authenticate itself using a client certificate.
type: boolean
-
tls.detailed.client_hello.version
-
The version of the TLS protocol by which the client wishes to communicate during this session.
type: keyword
-
tls.detailed.client_hello.session_id
-
Unique number to identify the session for the corresponding connection with the client.
type: keyword
-
tls.detailed.client_hello.supported_compression_methods
-
The list of compression methods the client supports. See https://www.iana.org/assignments/comp-meth-ids/comp-meth-ids.xhtml
type: keyword
extensions
editThe hello extensions provided by the client.
-
tls.detailed.client_hello.extensions.server_name_indication
-
List of hostnames
type: keyword
-
tls.detailed.client_hello.extensions.application_layer_protocol_negotiation
-
List of application-layer protocols the client is willing to use.
type: keyword
-
tls.detailed.client_hello.extensions.session_ticket
-
Length of the session ticket, if provided, or an empty string to advertise support for tickets.
type: keyword
-
tls.detailed.client_hello.extensions.supported_versions
-
List of TLS versions that the client is willing to use.
type: keyword
-
tls.detailed.client_hello.extensions.supported_groups
-
List of Elliptic Curve Cryptography (ECC) curve groups supported by the client.
type: keyword
-
tls.detailed.client_hello.extensions.signature_algorithms
-
List of signature algorithms that may be use in digital signatures.
type: keyword
-
tls.detailed.client_hello.extensions.ec_points_formats
-
List of Elliptic Curve (EC) point formats. Indicates the set of point formats that the client can parse.
type: keyword
-
tls.detailed.client_hello.extensions._unparsed_
-
List of extensions that were left unparsed by Packetbeat.
type: keyword
-
tls.detailed.server_hello.version
-
The version of the TLS protocol that is used for this session. It is the highest version supported by the server not exceeding the version requested in the client hello.
type: keyword
-
tls.detailed.server_hello.selected_compression_method
-
The compression method selected by the server from the list provided in the client hello.
type: keyword
-
tls.detailed.server_hello.session_id
-
Unique number to identify the session for the corresponding connection with the client.
type: keyword
extensions
editThe hello extensions provided by the server.
-
tls.detailed.server_hello.extensions.application_layer_protocol_negotiation
-
Negotiated application layer protocol
type: keyword
-
tls.detailed.server_hello.extensions.session_ticket
-
Used to announce that a session ticket will be provided by the server. Always an empty string.
type: keyword
-
tls.detailed.server_hello.extensions.supported_versions
-
Negotiated TLS version to be used.
type: keyword
-
tls.detailed.server_hello.extensions.ec_points_formats
-
List of Elliptic Curve (EC) point formats. Indicates the set of point formats that the server can parse.
type: keyword
-
tls.detailed.server_hello.extensions._unparsed_
-
List of extensions that were left unparsed by Packetbeat.
type: keyword
client_certificate
editCertificate provided by the client for authentication.
-
tls.detailed.client_certificate.version
-
X509 format version.
type: long
-
tls.detailed.client_certificate.serial_number
-
The certificate’s serial number.
type: keyword
-
tls.detailed.client_certificate.not_before
-
Date before which the certificate is not valid.
type: date
-
tls.detailed.client_certificate.not_after
-
Date after which the certificate expires.
type: date
-
tls.detailed.client_certificate.public_key_algorithm
-
The algorithm used for this certificate’s public key. One of RSA, DSA or ECDSA.
type: keyword
-
tls.detailed.client_certificate.public_key_size
-
Size of the public key.
type: long
-
tls.detailed.client_certificate.signature_algorithm
-
The algorithm used for the certificate’s signature.
type: keyword
-
tls.detailed.client_certificate.alternative_names
-
Subject Alternative Names for this certificate.
type: keyword
subject
editSubject represented by this certificate.
-
tls.detailed.client_certificate.subject.country
-
Country code.
type: keyword
-
tls.detailed.client_certificate.subject.organization
-
Organization name.
type: keyword
-
tls.detailed.client_certificate.subject.organizational_unit
-
Unit within organization.
type: keyword
-
tls.detailed.client_certificate.subject.province
-
Province or region within country.
type: keyword
-
tls.detailed.client_certificate.subject.common_name
-
Name or host name identified by the certificate.
type: keyword
-
tls.detailed.client_certificate.subject.locality
-
Locality.
type: keyword
issuer
editEntity that issued and signed this certificate.
-
tls.detailed.client_certificate.issuer.country
-
Country code.
type: keyword
-
tls.detailed.client_certificate.issuer.organization
-
Organization name.
type: keyword
-
tls.detailed.client_certificate.issuer.organizational_unit
-
Unit within organization.
type: keyword
-
tls.detailed.client_certificate.issuer.province
-
Province or region within country.
type: keyword
-
tls.detailed.client_certificate.issuer.common_name
-
Name or host name identified by the certificate.
type: keyword
-
tls.detailed.client_certificate.issuer.locality
-
Locality.
type: keyword
server_certificate
editCertificate provided by the server for authentication.
-
tls.detailed.server_certificate.version
-
X509 format version.
type: long
-
tls.detailed.server_certificate.serial_number
-
The certificate’s serial number.
type: keyword
-
tls.detailed.server_certificate.not_before
-
Date before which the certificate is not valid.
type: date
-
tls.detailed.server_certificate.not_after
-
Date after which the certificate expires.
type: date
-
tls.detailed.server_certificate.public_key_algorithm
-
The algorithm used for this certificate’s public key. One of RSA, DSA or ECDSA.
type: keyword
-
tls.detailed.server_certificate.public_key_size
-
Size of the public key.
type: long
-
tls.detailed.server_certificate.signature_algorithm
-
The algorithm used for the certificate’s signature.
type: keyword
-
tls.detailed.server_certificate.alternative_names
-
Subject Alternative Names for this certificate.
type: keyword
subject
editSubject represented by this certificate.
-
tls.detailed.server_certificate.subject.country
-
Country code.
type: keyword
-
tls.detailed.server_certificate.subject.organization
-
Organization name.
type: keyword
-
tls.detailed.server_certificate.subject.organizational_unit
-
Unit within organization.
type: keyword
-
tls.detailed.server_certificate.subject.province
-
Province or region within country.
type: keyword
-
tls.detailed.server_certificate.subject.common_name
-
Name or host name identified by the certificate.
type: keyword
-
tls.detailed.server_certificate.subject.locality
-
Locality.
type: keyword
issuer
editEntity that issued and signed this certificate.
-
tls.detailed.server_certificate.issuer.country
-
Country code.
type: keyword
-
tls.detailed.server_certificate.issuer.organization
-
Organization name.
type: keyword
-
tls.detailed.server_certificate.issuer.organizational_unit
-
Unit within organization.
type: keyword
-
tls.detailed.server_certificate.issuer.province
-
Province or region within country.
type: keyword
-
tls.detailed.server_certificate.issuer.common_name
-
Name or host name identified by the certificate.
type: keyword
-
tls.detailed.server_certificate.issuer.locality
-
Locality.
type: keyword
-
tls.detailed.server_certificate_chain
-
Chain of trust for the server certificate.
type: array
-
tls.detailed.client_certificate_chain
-
Chain of trust for the client certificate.
type: array
-
tls.detailed.alert_types
-
An array containing the TLS alert type for every alert received.
type: keyword
-
tls.handshake_completed
-
type: alias
alias to: tls.established
-
tls.client_hello.supported_ciphers
-
type: alias
alias to: tls.client.supported_ciphers
-
tls.server_hello.selected_cipher
-
type: alias
alias to: tls.cipher
-
tls.fingerprints.ja3
-
type: alias
alias to: tls.client.ja3
-
tls.resumption_method
-
type: alias
alias to: tls.detailed.resumption_method
-
tls.client_certificate_requested
-
type: alias
alias to: tls.detailed.client_certificate_requested
-
tls.client_hello.version
-
type: alias
alias to: tls.detailed.client_hello.version
-
tls.client_hello.session_id
-
type: alias
alias to: tls.detailed.client_hello.session_id
-
tls.client_hello.supported_compression_methods
-
type: alias
alias to: tls.detailed.client_hello.supported_compression_methods
-
tls.client_hello.extensions.server_name_indication
-
type: alias
alias to: tls.detailed.client_hello.extensions.server_name_indication
-
tls.client_hello.extensions.application_layer_protocol_negotiation
-
type: alias
alias to: tls.detailed.client_hello.extensions.application_layer_protocol_negotiation
-
tls.client_hello.extensions.session_ticket
-
type: alias
alias to: tls.detailed.client_hello.extensions.session_ticket
-
tls.client_hello.extensions.supported_versions
-
type: alias
alias to: tls.detailed.client_hello.extensions.supported_versions
-
tls.client_hello.extensions.supported_groups
-
type: alias
alias to: tls.detailed.client_hello.extensions.supported_groups
-
tls.client_hello.extensions.signature_algorithms
-
type: alias
alias to: tls.detailed.client_hello.extensions.signature_algorithms
-
tls.client_hello.extensions.ec_points_formats
-
type: alias
alias to: tls.detailed.client_hello.extensions.ec_points_formats
-
tls.client_hello.extensions._unparsed_
-
type: alias
alias to: tls.detailed.client_hello.extensions.unparsed
-
tls.server_hello.version
-
type: alias
alias to: tls.detailed.server_hello.version
-
tls.server_hello.selected_compression_method
-
type: alias
alias to: tls.detailed.server_hello.selected_compression_method
-
tls.server_hello.session_id
-
type: alias
alias to: tls.detailed.server_hello.session_id
-
tls.server_hello.extensions.application_layer_protocol_negotiation
-
type: alias
alias to: tls.detailed.server_hello.extensions.application_layer_protocol_negotiation
-
tls.server_hello.extensions.session_ticket
-
type: alias
alias to: tls.detailed.server_hello.extensions.session_ticket
-
tls.server_hello.extensions.supported_versions
-
type: alias
alias to: tls.detailed.server_hello.extensions.supported_versions
-
tls.server_hello.extensions.ec_points_formats
-
type: alias
alias to: tls.detailed.server_hello.extensions.ec_points_formats
-
tls.server_hello.extensions._unparsed_
-
type: alias
alias to: tls.detailed.server_hello.extensions.unparsed
-
tls.client_certificate.version
-
type: alias
alias to: tls.detailed.client_certificate.version
-
tls.client_certificate.serial_number
-
type: alias
alias to: tls.detailed.client_certificate.serial_number
-
tls.client_certificate.not_before
-
type: alias
alias to: tls.detailed.client_certificate.not_before
-
tls.client_certificate.not_after
-
type: alias
alias to: tls.detailed.client_certificate.not_after
-
tls.client_certificate.public_key_algorithm
-
type: alias
alias to: tls.detailed.client_certificate.public_key_algorithm
-
tls.client_certificate.public_key_size
-
type: alias
alias to: tls.detailed.client_certificate.public_key_size
-
tls.client_certificate.signature_algorithm
-
type: alias
alias to: tls.detailed.client_certificate.signature_algorithm
-
tls.client_certificate.alternative_names
-
type: alias
alias to: tls.detailed.client_certificate.alternative_names
-
tls.client_certificate.subject.country
-
type: alias
alias to: tls.detailed.client_certificate.subject.country
-
tls.client_certificate.subject.organization
-
type: alias
alias to: tls.detailed.client_certificate.subject.organization
-
tls.client_certificate.subject.organizational_unit
-
type: alias
alias to: tls.detailed.client_certificate.subject.organizational_unit
-
tls.client_certificate.subject.province
-
type: alias
alias to: tls.detailed.client_certificate.subject.province
-
tls.client_certificate.subject.common_name
-
type: alias
alias to: tls.detailed.client_certificate.subject.common_name
-
tls.client_certificate.subject.locality
-
type: alias
alias to: tls.detailed.client_certificate.subject.locality
-
tls.client_certificate.issuer.country
-
type: alias
alias to: tls.detailed.client_certificate.issuer.country
-
tls.client_certificate.issuer.organization
-
type: alias
alias to: tls.detailed.client_certificate.issuer.organization
-
tls.client_certificate.issuer.organizational_unit
-
type: alias
alias to: tls.detailed.client_certificate.issuer.organizational_unit
-
tls.client_certificate.issuer.province
-
type: alias
alias to: tls.detailed.client_certificate.issuer.province
-
tls.client_certificate.issuer.common_name
-
type: alias
alias to: tls.detailed.client_certificate.issuer.common_name
-
tls.client_certificate.issuer.locality
-
type: alias
alias to: tls.detailed.client_certificate.issuer.locality
-
tls.server_certificate.version
-
type: alias
alias to: tls.detailed.server_certificate.version
-
tls.server_certificate.serial_number
-
type: alias
alias to: tls.detailed.server_certificate.serial_number
-
tls.server_certificate.not_before
-
type: alias
alias to: tls.detailed.server_certificate.not_before
-
tls.server_certificate.not_after
-
type: alias
alias to: tls.detailed.server_certificate.not_after
-
tls.server_certificate.public_key_algorithm
-
type: alias
alias to: tls.detailed.server_certificate.public_key_algorithm
-
tls.server_certificate.public_key_size
-
type: alias
alias to: tls.detailed.server_certificate.public_key_size
-
tls.server_certificate.signature_algorithm
-
type: alias
alias to: tls.detailed.server_certificate.signature_algorithm
-
tls.server_certificate.alternative_names
-
type: alias
alias to: tls.detailed.server_certificate.alternative_names
-
tls.server_certificate.subject.country
-
type: alias
alias to: tls.detailed.server_certificate.subject.country
-
tls.server_certificate.subject.organization
-
type: alias
alias to: tls.detailed.server_certificate.subject.organization
-
tls.server_certificate.subject.organizational_unit
-
type: alias
alias to: tls.detailed.server_certificate.subject.organizational_unit
-
tls.server_certificate.subject.province
-
type: alias
alias to: tls.detailed.server_certificate.subject.province
-
tls.server_certificate.subject.common_name
-
type: alias
alias to: tls.detailed.server_certificate.subject.common_name
-
tls.server_certificate.subject.locality
-
type: alias
alias to: tls.detailed.server_certificate.subject.locality
-
tls.server_certificate.issuer.country
-
type: alias
alias to: tls.detailed.server_certificate.issuer.country
-
tls.server_certificate.issuer.organization
-
type: alias
alias to: tls.detailed.server_certificate.issuer.organization
-
tls.server_certificate.issuer.organizational_unit
-
type: alias
alias to: tls.detailed.server_certificate.issuer.organizational_unit
-
tls.server_certificate.issuer.province
-
type: alias
alias to: tls.detailed.server_certificate.issuer.province
-
tls.server_certificate.issuer.common_name
-
type: alias
alias to: tls.detailed.server_certificate.issuer.common_name
-
tls.server_certificate.issuer.locality
-
type: alias
alias to: tls.detailed.server_certificate.issuer.locality
-
tls.alert_types
-
type: alias
alias to: tls.detailed.alert_types