Skip to content

Commit

Permalink
Swap source.bytes and destination.bytes traffic log mappings
Browse files Browse the repository at this point in the history
Swapping the values of `source.bytes` and `destination.bytes` in order to align the documentation with the changes implemented in #18525
  • Loading branch information
asmith-elastic authored Aug 30, 2022
1 parent 9e85ca4 commit c7e6e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions filebeat/docs/modules/panw.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -194,4 +194,4 @@ image::./images/filebeat-panw-threat.png[]
For a description of each field in the module, see the
<<exported-fields-panw,exported fields>> section.

:edit_url!:
:edit_url!:

0 comments on commit c7e6e27

Please sign in to comment.