Palo Alto#
Integration Details |
|
Ingester |
|
Preprocessor |
|
Kit |
Palo Alto Configuration#
Configure log forwarding as described in the Palo Alto documentation:
Transport: Use the same protocol selected here in theBind-Stringin the simple relay config.Port: Use the same port selected here in theBind-Stringin the simple relay config.Format: IETF

Gravwell Configuration#
Gravwell Storage Well Configuration#
Setup the well configuration in your Gravwell indexers.
Sample well config:
Create or edit: /opt/gravwell/etc/gravwell.conf.d/pan-well.conf
[Storage-Well "pan"]
Location=/opt/gravwell/storage/pan
Tags=pan*
Gravwell Ingester Configuration#
Sample Palo Alto config:
Create or edit: /opt/gravwell/etc/simple_relay.conf.d/paloalto.conf
[Listener "syslogtcp"]
Bind-String="tcp://0.0.0.0:6601"
Reader-Type=line
Tag-Name=syslog
Assume-Local-Timezone=true #if a time format does not have a timezone, assume local time
Preprocessor="PaloAlto PAN"
[preprocessor "PaloAlto PAN"]
Type = regexrouter
Drop-Misses=false
Regex=`^[^,]+,[^,]+,[^,]+,(?P<type>[^,]+),`
Route-Extraction=type
Route=AUTHENTICATION:pan_auth
Route=CONFIG:pan_config
Route=CORRELATION:pan_correlation
Route=DECRYPTION:pan_decryption
Route=GLOBALPROTECT:pan_globalprotect
Route=GTP:pan_gtp
Route=HIPMATCH:pan_hipmatch
Route=IPTAG:pan_iptag
Route=SCTP:pan_sctp
Route=SYSTEM:pan_system
Route=THREAT:pan_threat
Route=TRAFFIC:pan_traffic
Route=USERID:pan_userid