I have packetbeat 8.10.2 installed in Debian 11.
The protocols configurations are
- type: http
ports: [80, 8080, 8000, 18083]
- type: tls
ports:
- 443 # HTTPS
I am successfully see the bytes_in and bytes_out fields from the HTTP reports
"bytes_in": [
289
],
"bytes_out": [
262
],
But I can not see them from the tls reports. May I know how I can get the bytes measurements information from the tls reports?