Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Correct bytes sent/received field aliases for pan:firewall_cloud #260

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Splunk_TA_paloalto/default/props.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ FIELDALIAS-fwcloud_application = Application as application
FIELDALIAS-fwcloud_app = Application as app
FIELDALIAS-fwcloud_app_is_saas = IsSaaSApplication as app:is_saas
FIELDALIAS-fwcloud_bytes = Bytes as bytes
FIELDALIAS-fwcloud_bytes_out = BytesReceived as bytes_out
FIELDALIAS-fwcloud_bytes_in = BytesSent as bytes_in
FIELDALIAS-fwcloud_bytes_out = BytesSent as bytes_out
FIELDALIAS-fwcloud_bytes_in = BytesReceived as bytes_in
EVAL-client_ip = coalesce(SourceAddress, PrivateIPv4)
FIELDALIAS-fwcloud_client_location = SourceLocation as client_location
EVAL-description = coalesce(Description, EventDescription)
Expand Down