diff --git a/filebeat/docs/modules/panw.asciidoc b/filebeat/docs/modules/panw.asciidoc index df4dfea0096..9e87825c63d 100644 --- a/filebeat/docs/modules/panw.asciidoc +++ b/filebeat/docs/modules/panw.asciidoc @@ -110,8 +110,8 @@ in ECS that are added under the `panw.panos` prefix: | Protocol | network.transport | | Action | event.outcome | | Bytes | network.bytes | -| Bytes Sent | client.bytes destination.bytes | -| Bytes Received | server.bytes source.bytes | +| Bytes Sent | client.bytes source.bytes | +| Bytes Received | server.bytes destination.bytes | | Packets | network.packets | | Start Time | event.start | | Elapsed Time | event.duration | diff --git a/x-pack/filebeat/module/panw/_meta/docs.asciidoc b/x-pack/filebeat/module/panw/_meta/docs.asciidoc index 6832ecdd5e9..fa31ad65672 100644 --- a/x-pack/filebeat/module/panw/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/panw/_meta/docs.asciidoc @@ -103,8 +103,8 @@ in ECS that are added under the `panw.panos` prefix: | Protocol | network.transport | | Action | event.outcome | | Bytes | network.bytes | -| Bytes Sent | client.bytes destination.bytes | -| Bytes Received | server.bytes source.bytes | +| Bytes Sent | client.bytes source.bytes | +| Bytes Received | server.bytes destination.bytes | | Packets | network.packets | | Start Time | event.start | | Elapsed Time | event.duration |