SourcesSource TypesPalo Alto Panorama Traffic

Palo Alto Panorama Traffic logs

Palo Alto Panorama is a centralized management system for Palo Alto Networks’ firewalls. Its Traffic logs provide detailed information about network traffic, including source and destination IP addresses, application usage, and session details, which can be used for monitoring and analyzing network activity.

Ingestion Methods

Setup the ingestion of this source using one of the following guides.

If using an AWS S3 bucket use the following SNS topic ARN to send your bucket notifications.

arn:aws:sns:<REGION>:253602268883:runreveal_palopanotraf

Collecting logs in a bucket

Palo alto panorama traffic logs are loaded from S3. You will need to forward your logs to a bucket prior to collecting them with RunReveal.

Use the following config example in reveald to forward panorama syslogs to your S3 bucket.

{
  "sources": {
      "hostlogs": {
        "type": "file",
        "path": "/var/log/syslog/",
        "extension": ".log",
      },
  },
  "destinations": {
      "runreveal-store": {
        "type": "s3",
        "bucketName": "runreveal-bucket",
        "bucketRegion": "us-west-2",
        "accessKeyID": "ACCESSKEY",
        "secretAccessKey": "SECRET"
      },
  },
}

Schema

The following columns are exposed for this source. RunReveal applies schema normalization across all sources, ensuring uniform field names and data types for cross-source queries and reusable detection logic.

Table: panorama_traffic_logs (78 columns)

ColumnType
workspaceIDString
sourceIDString
sourceTypeLowCardinality(String)
sourceTTLUInt32
receivedAtDateTime
idString
eventTimeDateTime
eventNameString
eventIDString
srcIPString
srcASCountryCodeString
srcASNumberUInt32
srcASOrganizationString
srcCityString
srcConnectionTypeString
srcISPString
srcLatitudeFloat64
srcLongitudeFloat64
srcUserTypeString
dstIPString
dstASCountryCodeString
dstASNumberUInt32
dstASOrganizationString
dstCityString
dstConnectionTypeString
dstISPString
dstLatitudeFloat64
dstLongitudeFloat64
dstUserTypeString
actorMap(String
tagsMap(String
resourcesArray(String)
serviceNameString
readOnlyBool
rawLogString
ReceiveTimeDateTime
SerialNumberString
LogTypeString
SubtypeString
ColumnType
TimeGeneratedDateTime
SrcAddrString
DstAddrString
NatSrcAddrString
NatDstAddrString
RuleNameString
SrcUserString
DstUserString
AppString
VsysString
FromString
ToString
InboundIfString
OutboundIfString
LogSetString
SessionIDUInt32
RepeatCntUInt32
SrcPortUInt32
DstPortUInt32
NatSrcPortUInt32
NatDstPortUInt32
FlagsString
ProtoString
ActionString
BytesUInt32
BytesSentUInt32
BytesReceivedUInt32
PacketsUInt32
StartTimeDateTime
ElapsedTimeUInt32
CategoryString
SeqNoUInt32
ActionFlagsString
SrcLocString
DstLocString
PktsSentUInt32
PktsReceivedUInt32
SessionEndReasonString
DeviceNameString