Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Introduction

This union table collects information from a set of tables that contain events from Palo Alto Network's firewalls. 

Source tables

The information displayed is extracted from the following tables:

 Check source tables
  • firewall.paloalto.auth

  • firewall.paloalto.config

  • firewall.paloalto.correlation

  • firewall.paloalto.decryption

  • firewall.paloalto.globalprotect

  • firewall.paloalto.hipmatch

  • firewall.paloalto.iptag

  • firewall.paloalto.system

  • firewall.paloalto.threat

  • firewall.paloalto.traffic

  • firewall.paloalto.url

  • firewall.paloalto.userid

Table structure

This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables: 

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Source field name

Extra fields

eventdate

timestamp

 

timestamp

timestamp

 

recvdate

timestamp

 

machine

str

 

logType

str

 

subType

str

 

serial

str

 

srcIp

ip4

 

dstIp

ip4

 

srcNatIp

ip4

srcXIp

dstNatIp

ip4

dstXIp

rule

str

 

srcUser

str

 

dstUser

str

 

app

str

 

virtSys

str

 

srcZone

str

 

dstZone

str

 

srcIface

str

 

dstIface

str

 

logAction

str

 

session

str

 

repCnt

int4

 

srcPort

int4

 

dstPort

int4

 

srcNatPort

int4

srcXPort

dstNatPort

int4

dstXPort

flags

str

 

proto

str

 

action

str

 

category

str

 

seqno

int8

 

actionFlags

str

 

deviceName

str

 

bytes

int8

 

sentBytes

int8

 

recvBytes

int8

 

pkts

int4

 

srcCountry

str

 

dstCountry

str

 

session_end_reason

str

 

severity

str

 

rawMessage

str

 

hostchain

str

 

tag

str

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table. 

  • No labels