Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.1"
changes:
- description: Fix mapping for tls.detailed.server_certificate_chain
type: bugfix
link: https://github.com/elastic/integrations/pull/nnnn
- version: "0.5.0"
changes:
- description: Add 8.0.0 version constraint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
description: Distinguished name (DN) of the certificate issuer entity.
example: C=US, ST=California, L=San Francisco, O=Fastly, Inc., CN=r2.shared.global.fastly.net
- name: server_certificate_chain
type: keyword
type: array
description: Chain of trust for the server certificate.
- name: client_certificate_chain
type: keyword
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ Fields published for TLS packets.
| tls.detailed.server_certificate.subject.state_or_province | Province or region within country. | keyword |
| tls.detailed.server_certificate.version | X509 format version. | long |
| tls.detailed.server_certificate.version_number | Version of x509 format. | keyword |
| tls.detailed.server_certificate_chain | Chain of trust for the server certificate. | keyword |
| tls.detailed.server_certificate_chain | Chain of trust for the server certificate. | array |
| tls.detailed.server_hello.extensions._unparsed_ | List of extensions that were left unparsed by Packetbeat. | keyword |
| tls.detailed.server_hello.extensions.application_layer_protocol_negotiation | Negotiated application layer protocol | 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. | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: network_traffic
title: Network Packet Capture
version: 0.5.0
version: 0.5.1
license: basic
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
Expand Down