Database Schema: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
 
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Reports]]
The global DB schema shows the tables and columns used for tracking all logged events in Untangle. These can be used to add conditions to reports and event logs and in the reporting system to create or edit reports.
= Database Tables =
= Database Tables =


== admin_logins ==  
== configuration_backup_events ==  
<section begin='admin_logins' />
<section begin='configuration_backup_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|login
|success
|Success
|boolean
|The result of the backup (true if the backup succeeded, false otherwise)
|-
|description
|Text detail of the event
|text
|text
|The login name
|Text detail of the event
|-
|-
|local
|destination
|boolean
|Destination
|True if it is a login attempt through a local process
|text
|The location of the backup
|-
|-
|client_addr
|event_id
|inet
|Event ID
|The client IP address
|bigint
|-
|The unique event ID
|succeeded
|boolean
|True if the login succeeded, false otherwise
|-
|reason
|character(1)
|The reason for the login (if applicable)
|-
|-
|}
|}
<section end='admin_logins' />
<section end='configuration_backup_events' />
()


 
== http_events ==  
== sessions ==  
<section begin='http_events' />
<section begin='sessions' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|session_id
|request_id
|Request ID
|bigint
|bigint
|The session
|The HTTP request ID
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|end_time
|session_id
|timestamp without time zone
|Session ID
|The time the session ended
|bigint
|The session
|-
|-
|bypassed
|client_intf
|boolean
|Client Interface
|True if the session was bypassed, false otherwise
|smallint
|The client interface
|-
|-
|entitled
|server_intf
|boolean
|Server Interface
|True if the session is entitled to premium functionality
|-
|protocol
|smallint
|smallint
|The IP protocol of session
|The server interface
|-
|icmp_type
|smallint
|The ICMP type of session if ICMP
|-
|hostname
|text
|The hostname
|-
|username
|text
|The username
|-
|policy_id
|smallint
|The policy
|-
|-
|c_client_addr
|c_client_addr
|Client-side Client Address
|inet
|inet
|The client-side client IP address
|The client-side client IP address
|-
|s_client_addr
|Server-side Client Address
|inet
|The server-side client IP address
|-
|-
|c_server_addr
|c_server_addr
|Client-side Server Address
|inet
|inet
|The client-side server IP address
|The client-side server IP address
|-
|-
|c_server_port
|s_server_addr
|integer
|Server-side Server Address
|The client-side server port
|inet
|The server-side server IP address
|-
|-
|c_client_port
|c_client_port
|Client-side Client Port
|integer
|integer
|The client-side client port
|The client-side client port
|-
|-
|s_client_addr
|s_client_port
|inet
|Server-side Client Port
|The server-side client IP address
|integer
|The server-side client port
|-
|-
|s_server_addr
|c_server_port
|inet
|Client-side Server Port
|The server-side server IP address
|integer
|The client-side server port
|-
|-
|s_server_port
|s_server_port
|Server-side Server Port
|integer
|integer
|The server-side server port
|The server-side server port
|-
|-
|s_client_port
|client_country
|integer
|Client Country
|The server-side client port
|text
|The client Country
|-
|client_latitude
|Client Latitude
|real
|The client Latitude
|-
|-
|client_intf
|client_longitude
|smallint
|Client Longitude
|The client interface
|real
|The client Longitude
|-
|-
|server_intf
|server_country
|smallint
|Server Country
|The server interface
|text
|The server Country
|-
|-
|c2p_bytes
|server_latitude
|bigint
|Server Latitude
|The number of bytes the client sent to Untangle (client-to-pipeline)
|real
|The server Latitude
|-
|-
|p2c_bytes
|server_longitude
|bigint
|Server Longitude
|The number of bytes Untangle sent to client (pipeline-to-client)
|real
|The server Longitude
|-
|-
|s2p_bytes
|policy_id
|bigint
|Policy ID
|The number of bytes the server sent to Untangle (client-to-pipeline)
|smallint
|The policy
|-
|-
|p2s_bytes
|username
|bigint
|Username
|The number of bytes Untangle sent to server (pipeline-to-client)
|text
|The username associated with this session
|-
|-
|filter_prefix
|hostname
|Hostname
|text
|text
|The network filter that blocked the connection
|The hostname of the local address
|-
|-
|shield_blocked
|method
|boolean
|Method
|True if the shield blocked the session, false otherwise
|character(1)
|The HTTP method
|-
|-
|firewall_blocked
|uri
|boolean
|URI
|True if Firewall blocked the session, false otherwise
|text
|The HTTP URI
|-
|-
|firewall_flagged
|host
|boolean
|Host
|True if Firewall flagged the session, false otherwise
|text
|The HTTP host
|-
|-
|firewall_rule_index
|domain
|integer
|Domain
|The matching rule in Firewall (if any)
|text
|The HTTP domain (shortened host)
|-
|-
|application_control_lite_protocol
|referer
|Referer
|text
|text
|The application protocol according to Application Control Lite
|The Referer URL
|-
|-
|application_control_lite_blocked
|c2s_content_length
|boolean
|Client-to-server Content Length
|True if Application Control Lite blocked the session
|bigint
|The client-to-server content length
|-
|-
|captive_portal_blocked
|s2c_content_length
|boolean
|Server-to-client Content Length
|True if Captive Portal blocked the session
|bigint
|The server-to-client content length
|-
|-
|captive_portal_rule_index
|s2c_content_type
|integer
|Server-to-client Content Type
|The matching rule in Captive Portal (if any)
|text
|The server-to-client content type
|-
|-
|application_control_application
|s2c_content_filename
|Server-to-client Content Disposition Filename
|text
|text
|The application according to Application Control
|The server-to-client content disposition filename
|-
|-
|application_control_protochain
|ad_blocker_cookie_ident
|Ad Blocker Cookie
|text
|text
|The protochain according to Application Control
|This name of cookie blocked by Ad Blocker
|-
|-
|application_control_category
|ad_blocker_action
|text
|Ad Blocker Action
|The category according to Application Control
|character(1)
|This action of Ad Blocker on this request
|-
|-
|application_control_blocked
|web_filter_reason
|boolean
|Reason for action (Web Filter)
|True if Application Control blocked the session
|character(1)
|This reason Web Filter blocked/flagged this request
|-
|-
|application_control_flagged
|web_filter_category_id
|boolean
|Web Category (Web Filter)
|True if Application Control flagged the session
|smallint
|This numeric category according to Web Filter
|-
|-
|application_control_confidence
|web_filter_rule_id
|integer
|Web Rule (Web Filter)
|True if Application Control confidence of this session's identification
|smallint
|This numeric rule according to Web Filter
|-
|web_filter_blocked
|Blocked (Web Filter)
|boolean
|If Web Filter blocked this request
|-
|web_filter_flagged
|Flagged (Web Filter)
|boolean
|If Web Filter flagged this request
|-
|-
|application_control_ruleid
|virus_blocker_lite_clean
|integer
|Virus Blocker Lite Clean
|The matching rule in Application Control (if any)
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|application_control_detail
|virus_blocker_lite_name
|Virus Blocker Lite Name
|text
|text
|The text detail from the Application Control engine
|The name of the malware according to Virus Blocker Lite
|-
|-
|bandwidth_control_priority
|virus_blocker_clean
|integer
|Virus Blocker Clean
|The priority given to this session
|boolean
|The cleanliness of the file according to Virus Blocker
|-
|-
|bandwidth_control_rule
|virus_blocker_name
|integer
|Virus Blocker Name
|The matching rule in Bandwidth Control rule (if any)
|text
|The name of the malware according to Virus Blocker
|-
|threat_prevention_blocked
|Threat Prevention Blocked
|boolean
|If Threat Prevention blocked this request
|-
|threat_prevention_flagged
|Threat Prevention Flagged
|boolean
|If Threat Prevention flagged this request
|-
|-
|ssl_inspector_ruleid
|threat_prevention_rule_id
|Threat Prevention Rule Id
|integer
|integer
|The matching rule in HTTPS Inspector rule (if any)
|This numeric rule according to Threat Prevention
|-
|-
|ssl_inspector_status
|threat_prevention_reputation
|text
|Threat Prevention Reputation
|The status/action of the SSL session (INSPECTED/IGNORED/BLOCKED/UNTRUSTED/ABANDONED)
|smallint
|This numeric threat reputation
|-
|-
|ssl_inspector_detail
|threat_prevention_categories
|text
|Threat Prevention Categories
|Additional text detail about the SSL connection (SNI, IP Address)
|integer
|This bitmask of threat categories
|-
|-
|}
|}
<section end='sessions' />
<section end='http_events' />
()


 
== intrusion_prevention_events ==  
== penaltybox ==  
<section begin='intrusion_prevention_events' />
<section begin='penaltybox' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|address
|time_stamp
|inet
|Timestamp
|The IP address of the host
|timestamp without time zone
|The time of the event
|-
|-
|reason
|sig_id
|text
|Signature ID
|The reason for the action
|bigint
|This ID of the rule
|-
|gen_id
|Grouping ID
|bigint
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|-
|-
|start_time
|class_id
|timestamp without time zone
|Classtype ID
|The time the client entered the penalty box
|bigint
|The numeric ID for the classtype
|-
|-
|end_time
|source_addr
|timestamp without time zone
|Source Address
|The time the client exited the penalty box
|inet
|The source IP address of the packet
|-
|-
|time_stamp
|source_port
|timestamp without time zone
|Source Port
|The time of the event
|integer
|The source port of the packet (if applicable)
|-
|-
|}
|dest_addr
<section end='penaltybox' />
|Destination Address
 
 
== quotas ==
<section begin='quotas' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|time_stamp
|timestamp without time zone
|The time of the event
|-
|address
|inet
|inet
|The IP address of the host
|The destination IP address of the packet
|-
|-
|action
|dest_port
|Destination Port
|integer
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|The destination port of the packet (if applicable)
|-
|-
|size
|protocol
|bigint
|Protocol
|The size of the quota
|integer
|The protocol of the packet
|-
|-
|reason
|blocked
|text
|Blocked
|The reason for the action
|boolean
|If the packet was blocked/dropped
|-
|category
|Category
|text
|The application specific grouping for the signature
|-
|classtype
|Classtype
|text
|The generalized threat signature grouping (unrelated to gen_id)
|-
|msg
|Message
|text
|The "title" or "description" of the signature
|-
|rid
|Rule ID
|text
|The rule id
|-
|rule_id
|Rule ID
|text
|The rule id
|-
|-
|}
|}
<section end='quotas' />
<section end='intrusion_prevention_events' />
()


 
== smtp_tarpit_events ==  
== host_table_updates ==  
<section begin='smtp_tarpit_events' />
<section begin='host_table_updates' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|address
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|ipaddr
|Client Address
|inet
|inet
|The IP address of the host
|The client IP address
|-
|-
|key
|hostname
|Hostname
|text
|text
|The key being updated
|The hostname of the local address
|-
|policy_id
|Policy ID
|bigint
|The policy
|-
|-
|value
|vendor_name
|text
|Vendor Name
|The new value for the key
|character varying(255)
|The "vendor name" of the app that logged the event
|-
|-
|time_stamp
|event_id
|timestamp without time zone
|Event ID
|The time of the event
|bigint
|The unique event ID
|-
|-
|}
|}
<section end='host_table_updates' />
<section end='smtp_tarpit_events' />
()


 
== ipsec_user_events ==  
== device_table_updates ==  
<section begin='ipsec_user_events' />
<section begin='device_table_updates' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|mac_address
|event_id
|text
|Event ID
|The MAC address of the device
|bigint
|-
|The unique event ID
|key
|text
|The key being updated
|-
|value
|text
|The new value for the key
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|}
|connect_stamp
<section end='device_table_updates' />
|Connect Time
 
|timestamp without time zone
 
|The time the connection started
== alerts ==
<section begin='alerts' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|goodbye_stamp
|End Time
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time the connection ended
|-
|-
|description
|client_address
|Client Address
|text
|text
|The description from the alert rule.
|The remote IP address of the client
|-
|-
|summary_text
|client_protocol
|Client Protocol
|text
|text
|The summary text of the alert
|The protocol the client used to connect
|-
|-
|json
|client_username
|Client Username
|text
|text
|The summary JSON representation of the event causing the alert
|The username of the client
|-
|-
|}
|net_process
<section end='alerts' />
|Net Process
 
|text
 
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
== settings_changes ==
<section begin='settings_changes' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|net_interface
|timestamp without time zone
|Net Interface
|The time of the event
|text
|The PPP interface for L2TP connections or the client interface for Xauth connections
|-
|-
|settings_file
|elapsed_time
|Elapsed Time
|text
|text
|The name of the file changed
|The total time the client was connected
|-
|-
|username
|rx_bytes
|text
|Bytes Received
|The username logged in at the time of the change
|bigint
|The number of bytes received from the client in this connection
|-
|-
|hostname
|tx_bytes
|text
|Bytes Sent
|The remote hostname
|bigint
|The number of bytes sent to the client in this connection
|-
|-
|}
|}
<section end='settings_changes' />
<section end='ipsec_user_events' />
 
()


== wan_failover_action_events ==  
== ipsec_vpn_events ==  
<section begin='wan_failover_action_events' />
<section begin='ipsec_vpn_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|interface_id
|local_address
|integer
|Local Address
|This interface ID
|text
|The local address of the tunnel
|-
|-
|action
|remote_address
|Remote Address
|text
|text
|This action (CONNECTED/DISCONNECTED)
|The remote address of the tunnel
|-
|-
|os_name
|tunnel_description
|Tunnel Description
|text
|text
|This O/S name of the interface
|The description of the tunnel
|-
|-
|name
|event_type
|Event Type
|text
|text
|This name of the interface
|The type of the event (CONNECT,DISCONNECT)
|-
|event_id
|bigint
|The unique event ID
|-
|-
|}
|}
<section end='wan_failover_action_events' />
<section end='ipsec_vpn_events' />
()


 
== ipsec_tunnel_stats ==  
== wan_failover_test_events ==  
<section begin='ipsec_tunnel_stats' />
<section begin='wan_failover_test_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|interface_id
|tunnel_name
|integer
|Tunnel Name
|This interface ID
|-
|name
|text
|text
|This name of the interface
|The name of the IPsec tunnel
|-
|-
|description
|in_bytes
|text
|In Bytes
|The description from the test rule
|bigint
|The number of bytes received during this time frame
|-
|-
|success
|out_bytes
|boolean
|Out Bytes
|The result of the test (true if the test succeeded, false otherwise)
|bigint
|The number of bytes transmitted during this time frame
|-
|-
|event_id
|event_id
|Event ID
|bigint
|bigint
|The unique event ID
|The unique event ID
|-
|-
|}
|}
<section end='wan_failover_test_events' />
<section end='ipsec_tunnel_stats' />
()


 
== http_query_events ==  
== mail_msgs ==  
<section begin='http_query_events' />
<section begin='mail_msgs' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|session_id
|session_id
|Session ID
|bigint
|bigint
|The session
|The session
|-
|-
|client_intf
|client_intf
|Client Interface
|smallint
|smallint
|The client interface
|The client interface
|-
|-
|server_intf
|server_intf
|Server Interface
|smallint
|smallint
|The server interface
|The server interface
|-
|-
|c_client_addr
|c_client_addr
|Client-side Client Address
|inet
|inet
|The client-side client IP address
|The client-side client IP address
|-
|-
|s_client_addr
|s_client_addr
|Server-side Client Address
|inet
|inet
|The server-side client IP address
|The server-side client IP address
|-
|-
|c_server_addr
|c_server_addr
|Client-side Server Address
|inet
|inet
|The client-side server IP address
|The client-side server IP address
|-
|-
|s_server_addr
|s_server_addr
|Server-side Server Address
|inet
|inet
|The server-side server IP address
|The server-side server IP address
|-
|-
|c_client_port
|c_client_port
|Client-side Client Port
|integer
|integer
|The client-side client port
|The client-side client port
|-
|-
|s_client_port
|s_client_port
|Server-side Client Port
|integer
|integer
|The server-side client port
|The server-side client port
|-
|-
|c_server_port
|c_server_port
|Client-side Server Port
|integer
|integer
|The client-side server port
|The client-side server port
|-
|-
|s_server_port
|s_server_port
|Server-side Server Port
|integer
|integer
|The server-side server port
|The server-side server port
|-
|-
|policy_id
|policy_id
|Policy ID
|bigint
|bigint
|The policy
|The policy
|-
|-
|username
|username
|Username
|text
|The username associated with this session
|-
|hostname
|Hostname
|text
|text
|The username
|The hostname of the local address
|-
|-
|msg_id
|request_id
|Request ID
|bigint
|bigint
|The message ID
|The HTTP request ID
|-
|-
|subject
|method
|Method
|character(1)
|The HTTP method
|-
|uri
|URI
|text
|The HTTP URI
|-
|term
|Search Term
|text
|text
|The email subject
|The search term
|-
|-
|hostname
|host
|Host
|text
|text
|The hostname
|The HTTP host
|-
|-
|event_id
|c2s_content_length
|Client-to-server Content Length
|bigint
|bigint
|The unique event ID
|The client-to-server content length
|-
|-
|sender
|s2c_content_length
|text
|Server-to-client Content Length
|The address of the sender
|bigint
|The server-to-client content length
|-
|-
|receiver
|s2c_content_type
|Server-to-client Content Type
|text
|text
|The address of the receiver
|The server-to-client content type
|-
|-
|virus_blocker_lite_clean
|blocked
|Blocked
|boolean
|If Web Filter blocked this search term
|-
|flagged
|Flagged
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|If Web Filter flagged this search term
|-
|-
|virus_blocker_lite_name
|}
|text
<section end='http_query_events' />
|The name of the malware according to Virus Blocker Lite
()
 
== admin_logins ==
<section begin='admin_logins' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|virus_blocker_clean
|time_stamp
|boolean
|Timestamp
|The cleanliness of the file according to Virus Blocker
|timestamp without time zone
|The time of the event
|-
|-
|virus_blocker_name
|login
|Login
|text
|text
|The name of the malware according to Virus Blocker
|The login name
|-
|-
|spam_blocker_lite_score
|local
|real
|Local
|The score of the email according to Spam Blocker Lite
|boolean
|True if it is a login attempt through a local process
|-
|client_addr
|Client Address
|inet
|The client IP address
|-
|-
|spam_blocker_lite_is_spam
|succeeded
|Succeeded
|boolean
|boolean
|The spam status of the email according to Spam Blocker Lite
|True if the login succeeded, false otherwise
|-
|-
|spam_blocker_lite_tests_string
|reason
|text
|Reason
|The tess results for Spam Blocker Lite
|-
|spam_blocker_lite_action
|character(1)
|character(1)
|The action taken by Spam Blocker Lite
|The reason for the login (if applicable)
|-
|-
|spam_blocker_score
|}
|real
<section end='admin_logins' />
|The score of the email according to Spam Blocker
()
|-
 
|spam_blocker_is_spam
== sessions ==
|boolean
<section begin='sessions' />
|The spam status of the email according to Spam Blocker
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|spam_blocker_tests_string
|session_id
|text
|Session ID
|The tess results for Spam Blocker
|bigint
|The session
|-
|-
|spam_blocker_action
|time_stamp
|character(1)
|Timestamp
|The action taken by Spam Blocker
|timestamp without time zone
|The time of the event
|-
|-
|phish_blocker_score
|end_time
|real
|End Time
|The score of the email according to Phish Blocker
|timestamp without time zone
|The time the session ended
|-
|-
|phish_blocker_is_spam
|bypassed
|Bypassed
|boolean
|boolean
|The phish status of the email according to Phish Blocker
|True if the session was bypassed, false otherwise
|-
|entitled
|Entitled
|boolean
|True if the session is entitled to premium functionality
|-
|protocol
|Protocol
|smallint
|The IP protocol of session
|-
|icmp_type
|ICMP Type
|smallint
|The ICMP type of session if ICMP
|-
|-
|phish_blocker_tests_string
|hostname
|Hostname
|text
|text
|The tess results for Phish Blocker
|The hostname of the local address
|-
|-
|phish_blocker_action
|username
|character(1)
|Username
|The action taken by Phish Blocker
|text
|The username associated with this session
|-
|-
|}
|policy_id
<section end='mail_msgs' />
|Policy ID
 
|smallint
 
|The policy
== mail_addrs ==
<section begin='mail_addrs' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|policy_rule_id
|timestamp without time zone
|Policy Rule ID
|The time of the event
|smallint
|The ID of the matching policy rule (0 means none)
|-
|-
|session_id
|local_addr
|bigint
|Local Address
|The session
|inet
|The IP address of the local participant
|-
|-
|client_intf
|remote_addr
|smallint
|Remote Address
|The client interface
|inet
|-
|The IP address of the remote participant
|server_intf
|smallint
|The server interface
|-
|-
|c_client_addr
|c_client_addr
|Client-side Client Address
|inet
|inet
|The client-side client IP address
|The client-side client IP address
|-
|s_client_addr
|inet
|The server-side client IP address
|-
|-
|c_server_addr
|c_server_addr
|Client-side Server Address
|inet
|inet
|The client-side server IP address
|The client-side server IP address
|-
|-
|s_server_addr
|c_server_port
|inet
|Client-side Server Port
|The server-side server IP address
|integer
|The client-side server port
|-
|-
|c_client_port
|c_client_port
|Client-side Client Port
|integer
|integer
|The client-side client port
|The client-side client port
|-
|-
|s_client_port
|s_client_addr
|integer
|Server-side Client Address
|The server-side client port
|inet
|The server-side client IP address
|-
|-
|c_server_port
|s_server_addr
|integer
|Server-side Server Address
|The client-side server port
|inet
|The server-side server IP address
|-
|-
|s_server_port
|s_server_port
|Server-side Server Port
|integer
|integer
|The server-side server port
|The server-side server port
|-
|-
|policy_id
|s_client_port
|bigint
|Server-side Client Port
|The policy
|integer
|The server-side client port
|-
|-
|username
|client_intf
|text
|Client Interface
|The username
|smallint
|The client interface
|-
|-
|msg_id
|server_intf
|bigint
|Server Interface
|The message ID
|smallint
|The server interface
|-
|-
|subject
|client_country
|Client Country
|text
|text
|The email subject
|The client Country
|-
|client_latitude
|Client Latitude
|real
|The client Latitude
|-
|-
|addr
|client_longitude
|text
|Client Longitude
|The address of this event
|real
|The client Longitude
|-
|-
|addr_name
|server_country
|Server Country
|text
|text
|The name for this address
|The server Country
|-
|-
|addr_kind
|server_latitude
|character(1)
|Server Latitude
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|real
|The server Latitude
|-
|-
|hostname
|server_longitude
|text
|Server Longitude
|The hostname
|real
|The server Longitude
|-
|-
|event_id
|c2p_bytes
|From-Client Bytes
|bigint
|bigint
|The unique event ID
|The number of bytes the client sent to Untangle (client-to-pipeline)
|-
|-
|sender
|p2c_bytes
|text
|To-Client Bytes
|The address of the sender
|bigint
|The number of bytes Untangle sent to client (pipeline-to-client)
|-
|s2p_bytes
|From-Server Bytes
|bigint
|The number of bytes the server sent to Untangle (client-to-pipeline)
|-
|-
|virus_blocker_lite_clean
|p2s_bytes
|boolean
|To-Server Bytes
|The cleanliness of the file according to Virus Blocker Lite
|bigint
|The number of bytes Untangle sent to server (pipeline-to-client)
|-
|-
|virus_blocker_lite_name
|filter_prefix
|Filter Block
|text
|text
|The name of the malware according to Virus Blocker Lite
|The network filter that blocked the connection (filter,shield,invalid)
|-
|-
|virus_blocker_clean
|firewall_blocked
|Firewall Blocked
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker
|True if Firewall blocked the session, false otherwise
|-
|-
|virus_blocker_name
|firewall_flagged
|text
|Firewall Flagged
|The name of the malware according to Virus Blocker
|boolean
|True if Firewall flagged the session, false otherwise
|-
|-
|spam_blocker_lite_score
|firewall_rule_index
|real
|Firewall Rule ID
|The score of the email according to Spam Blocker Lite
|integer
|The matching rule in Firewall (if any)
|-
|threat_prevention_blocked
|Threat Prevention Blocked
|boolean
|If Threat Prevention blocked
|-
|-
|spam_blocker_lite_is_spam
|threat_prevention_flagged
|Threat Prevention Flagged
|boolean
|boolean
|The spam status of the email according to Spam Blocker Lite
|If Threat Prevention flagged
|-
|-
|spam_blocker_lite_action
|threat_prevention_reason
|Threat Prevention Reason
|character(1)
|character(1)
|The action taken by Spam Blocker Lite
|Threat Prevention reason
|-
|threat_prevention_rule_id
|Threat Prevention Rule Id
|integer
|Numeric rule id of Threat Prevention
|-
|-
|spam_blocker_lite_tests_string
|threat_prevention_client_reputation
|text
|Threat Prevention Client Reputation
|The tess results for Spam Blocker Lite
|smallint
|Numeric client reputation of Threat Prevention
|-
|-
|spam_blocker_score
|threat_prevention_client_categories
|real
|Threat Prevention Client Categories
|The score of the email according to Spam Blocker
|integer
|Bitmask client categories of Threat Prevention
|-
|-
|spam_blocker_is_spam
|threat_prevention_server_reputation
|boolean
|Threat Prevention Server Reputation
|The spam status of the email according to Spam Blocker
|smallint
|Numeric server reputation of Threat Prevention
|-
|-
|spam_blocker_action
|threat_prevention_server_categories
|character(1)
|Threat Prevention Server Categories
|The action taken by Spam Blocker
|integer
|Bitmask server categories of Threat Prevention
|-
|-
|spam_blocker_tests_string
|application_control_lite_protocol
|Application Control Lite Protocol
|text
|text
|The tess results for Spam Blocker
|The application protocol according to Application Control Lite
|-
|-
|phish_blocker_score
|application_control_lite_blocked
|real
|Application Control Lite Blocked
|The score of the email according to Phish Blocker
|boolean
|True if Application Control Lite blocked the session
|-
|-
|phish_blocker_is_spam
|captive_portal_blocked
|Captive Portal Blocked
|boolean
|boolean
|The phish status of the email according to Phish Blocker
|True if Captive Portal blocked the session
|-
|captive_portal_rule_index
|Captive Portal Rule ID
|integer
|The matching rule in Captive Portal (if any)
|-
|-
|phish_blocker_tests_string
|application_control_application
|Application Control Application
|text
|text
|The tess results for Phish Blocker
|The application according to Application Control
|-
|-
|phish_blocker_action
|application_control_protochain
|character(1)
|Application Control Protochain
|The action taken by Phish Blocker
|text
|The protochain according to Application Control
|-
|-
|}
|application_control_category
<section end='mail_addrs' />
|Application Control Category
 
|text
 
|The category according to Application Control
== smtp_tarpit_events ==
<section begin='smtp_tarpit_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|application_control_blocked
|timestamp without time zone
|Application Control Blocked
|The time of the event
|boolean
|True if Application Control blocked the session
|-
|-
|ipaddr
|application_control_flagged
|inet
|Application Control Flagged
|The client IP address
|boolean
|True if Application Control flagged the session
|-
|-
|hostname
|application_control_confidence
|text
|Application Control Confidence
|The hostname
|integer
|True if Application Control confidence of this session's identification
|-
|-
|policy_id
|application_control_ruleid
|bigint
|Application Control Rule ID
|The policy
|integer
|The matching rule in Application Control (if any)
|-
|application_control_detail
|Application Control Detail
|text
|The text detail from the Application Control engine
|-
|-
|vendor_name
|bandwidth_control_priority
|character varying(255)
|Bandwidth Control Priority
|The "vendor name" of the app that logged the event
|integer
|The priority given to this session
|-
|-
|event_id
|bandwidth_control_rule
|bigint
|Bandwidth Control Rule ID
|The unique event ID
|integer
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|}
|ssl_inspector_ruleid
<section end='smtp_tarpit_events' />
|SSL Inspector Rule ID
 
|integer
 
|The matching rule in SSL Inspector rule (if any)
== http_events ==  
|-
<section begin='http_events' />
|ssl_inspector_status
|SSL Inspector Status
|text
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|ssl_inspector_detail
|SSL Inspector Detail
|text
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|tags
|Tags
|text
|The tags on this session
|-
|}
<section end='sessions' />
()
 
== session_minutes ==  
<section begin='session_minutes' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|request_id
|session_id
|Session ID
|bigint
|bigint
|The HTTP request ID
|The session
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|session_id
|c2s_bytes
|From-Client Bytes
|bigint
|bigint
|The session
|The number of bytes the client sent
|-
|-
|client_intf
|s2c_bytes
|smallint
|From-Server Bytes
|The client interface
|bigint
|The number of bytes the server sent
|-
|-
|server_intf
|start_time
|smallint
|Start Time
|The server interface
|timestamp without time zone
|The start time of the session
|-
|-
|c_client_addr
|end_time
|inet
|End Time
|The client-side client IP address
|timestamp without time zone
|The time the session ended
|-
|-
|s_client_addr
|bypassed
|inet
|Bypassed
|The server-side client IP address
|boolean
|True if the session was bypassed, false otherwise
|-
|-
|c_server_addr
|entitled
|inet
|Entitled
|The client-side server IP address
|boolean
|True if the session is entitled to premium functionality
|-
|-
|s_server_addr
|protocol
|inet
|Protocol
|The server-side server IP address
|smallint
|The IP protocol of session
|-
|-
|c_client_port
|icmp_type
|integer
|ICMP Type
|The client-side client port
|smallint
|The ICMP type of session if ICMP
|-
|-
|s_client_port
|hostname
|integer
|Hostname
|The server-side client port
|text
|The hostname of the local address
|-
|-
|c_server_port
|username
|integer
|Username
|The client-side server port
|text
|-
|The username associated with this session
|s_server_port
|integer
|The server-side server port
|-
|-
|policy_id
|policy_id
|Policy ID
|smallint
|smallint
|The policy
|The policy
|-
|-
|username
|policy_rule_id
|text
|Policy Rule ID
|The username
|smallint
|The ID of the matching policy rule (0 means none)
|-
|-
|hostname
|local_addr
|text
|Local Address
|The hostname
|inet
|The IP address of the local participant
|-
|-
|method
|remote_addr
|character(1)
|Remote Address
|The HTTP method
|inet
|The IP address of the remote participant
|-
|-
|uri
|c_client_addr
|text
|Client-side Client Address
|The HTTP URI
|inet
|The client-side client IP address
|-
|-
|host
|c_server_addr
|text
|Client-side Server Address
|The HTTP host
|inet
|The client-side server IP address
|-
|-
|domain
|c_server_port
|text
|Client-side Server Port
|The HTTP domain (shortened host)
|integer
|The client-side server port
|-
|-
|c2s_content_length
|c_client_port
|bigint
|Client-side Client Port
|The client-to-server content length
|integer
|The client-side client port
|-
|-
|s2c_content_length
|s_client_addr
|bigint
|Server-side Client Address
|The server-to-client content length
|inet
|The server-side client IP address
|-
|-
|s2c_content_type
|s_server_addr
|text
|Server-side Server Address
|The server-to-client content type
|inet
|The server-side server IP address
|-
|s_server_port
|Server-side Server Port
|integer
|The server-side server port
|-
|-
|ad_blocker_cookie_ident
|s_client_port
|text
|Server-side Client Port
|This name of cookie blocked by Ad Blocker
|integer
|The server-side client port
|-
|-
|ad_blocker_action
|client_intf
|character(1)
|Client Interface
|This action of Ad Blocker on this request
|smallint
|The client interface
|-
|-
|web_filter_lite_reason
|server_intf
|character(1)
|Server Interface
|This reason Web Filter Lite blocked/flagged this request
|smallint
|The server interface
|-
|-
|web_filter_lite_category
|client_country
|Client Country
|text
|text
|This category according to Web Filter Lite
|The client Country
|-
|client_latitude
|Client Latitude
|real
|The client Latitude
|-
|-
|web_filter_lite_blocked
|client_longitude
|boolean
|Client Longitude
|If Web Filter Lite blocked this request
|real
|The client Longitude
|-
|-
|web_filter_lite_flagged
|server_country
|boolean
|Server Country
|If Web Filter Lite flagged this request
|text
|The server Country
|-
|-
|web_filter_reason
|server_latitude
|character(1)
|Server Latitude
|This reason Web Filter blocked/flagged this request
|real
|The server Latitude
|-
|server_longitude
|Server Longitude
|real
|The server Longitude
|-
|-
|web_filter_category
|filter_prefix
|Filter Block
|text
|text
|This category according to Web Filter
|The network filter that blocked the connection (filter,shield,invalid)
|-
|-
|web_filter_blocked
|firewall_blocked
|Firewall Blocked
|boolean
|boolean
|If Web Filter blocked this request
|True if Firewall blocked the session, false otherwise
|-
|-
|web_filter_flagged
|firewall_flagged
|Firewall Flagged
|boolean
|boolean
|If Web Filter flagged this request
|True if Firewall flagged the session, false otherwise
|-
|firewall_rule_index
|Firewall Rule ID
|integer
|The matching rule in Firewall (if any)
|-
|-
|virus_blocker_lite_clean
|threat_prevention_blocked
|Threat Prevention Blocked
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|If Threat Prevention blocked
|-
|virus_blocker_lite_name
|text
|The name of the malware according to Virus Blocker Lite
|-
|-
|virus_blocker_clean
|threat_prevention_flagged
|Threat Prevention Flagged
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker
|If Threat Prevention flagged
|-
|-
|virus_blocker_name
|threat_prevention_reason
|text
|Threat Prevention Reason
|The name of the malware according to Virus Blocker
|character(1)
|Threat Prevention reason
|-
|threat_prevention_rule_id
|Threat Prevention Rule Id
|integer
|Numeric rule id of Threat Prevention
|-
|-
|referer
|threat_prevention_client_reputation
|text
|Threat Prevention Client Reputation
|The Referer URL
|smallint
|Numeric client reputation of Threat Prevention
|-
|-
|}
|threat_prevention_client_categories
<section end='http_events' />
|Threat Prevention Client Categories
 
|integer
 
|Bitmask client categories of Threat Prevention
== ftp_events ==
<section begin='ftp_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|event_id
|threat_prevention_server_reputation
|bigint
|Threat Prevention Server Reputation
|The unique event ID
|smallint
|Numeric server reputation of Threat Prevention
|-
|-
|time_stamp
|threat_prevention_server_categories
|timestamp without time zone
|Threat Prevention Server Categories
|The time of the event
|integer
|Bitmask server categories of Threat Prevention
|-
|-
|session_id
|application_control_lite_protocol
|bigint
|Application Control Lite Protocol
|The session
|text
|The application protocol according to Application Control Lite
|-
|-
|client_intf
|application_control_lite_blocked
|smallint
|Application Control Lite Blocked
|The client interface
|boolean
|True if Application Control Lite blocked the session
|-
|-
|server_intf
|captive_portal_blocked
|smallint
|Captive Portal Blocked
|The server interface
|boolean
|True if Captive Portal blocked the session
|-
|-
|c_client_addr
|captive_portal_rule_index
|inet
|Captive Portal Rule ID
|The client-side client IP address
|integer
|The matching rule in Captive Portal (if any)
|-
|-
|s_client_addr
|application_control_application
|inet
|Application Control Application
|The server-side client IP address
|text
|The application according to Application Control
|-
|-
|c_server_addr
|application_control_protochain
|inet
|Application Control Protochain
|The client-side server IP address
|-
|s_server_addr
|inet
|The server-side server IP address
|-
|policy_id
|bigint
|The policy
|-
|username
|text
|text
|The username
|The protochain according to Application Control
|-
|-
|hostname
|application_control_category
|Application Control Category
|text
|text
|The hostname
|The category according to Application Control
|-
|-
|request_id
|application_control_blocked
|bigint
|Application Control Blocked
|The FTP request ID
|boolean
|True if Application Control blocked the session
|-
|-
|method
|application_control_flagged
|character(1)
|Application Control Flagged
|The FTP method
|boolean
|True if Application Control flagged the session
|-
|-
|uri
|application_control_confidence
|text
|Application Control Confidence
|The FTP URI
|integer
|True if Application Control confidence of this session's identification
|-
|-
|virus_blocker_lite_clean
|application_control_ruleid
|boolean
|Application Control Rule ID
|The cleanliness of the file according to Virus Blocker Lite
|integer
|The matching rule in Application Control (if any)
|-
|-
|virus_blocker_lite_name
|application_control_detail
|Application Control Detail
|text
|text
|The name of the malware according to Virus Blocker Lite
|The text detail from the Application Control engine
|-
|-
|virus_blocker_clean
|bandwidth_control_priority
|boolean
|Bandwidth Control Priority
|The cleanliness of the file according to Virus Blocker
|integer
|The priority given to this session
|-
|-
|virus_blocker_name
|bandwidth_control_rule
|text
|Bandwidth Control Rule ID
|The name of the malware according to Virus Blocker
|integer
|The matching rule in Bandwidth Control rule (if any)
|-
|ssl_inspector_ruleid
|SSL Inspector Rule ID
|integer
|The matching rule in SSL Inspector rule (if any)
|-
|ssl_inspector_status
|SSL Inspector Status
|text
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|ssl_inspector_detail
|SSL Inspector Detail
|text
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|tags
|Tags
|text
|The tags on this session
|-
|-
|}
|}
<section end='ftp_events' />
<section end='session_minutes' />
()


 
== quotas ==  
== ipsec_user_events ==  
<section begin='quotas' />
<section begin='ipsec_user_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|event_id
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|connect_stamp
|entity
|timestamp without time zone
|Entity
|The time the connection started
|text
|The IP entity given the quota (address/username)
|-
|-
|goodbye_stamp
|action
|timestamp without time zone
|Action
|The time the connection ended
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|-
|-
|client_address
|size
|text
|Size
|The remote IP address of the client
|bigint
|The size of the quota
|-
|-
|client_protocol
|reason
|Reason
|text
|text
|The protocol the client used to connect
|The reason for the action
|-
|-
|client_username
|}
|text
<section end='quotas' />
|The username of the client
()
 
== host_table_updates ==
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|net_process
|address
|Address
|inet
|The IP address of the host
|-
|key
|Key
|text
|text
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|The key being updated
|-
|-
|net_interface
|value
|Value
|text
|text
|The PPP interface for L2TP connections or the client interface for Xauth connections
|The new value for the key
|-
|-
|elapsed_time
|old_value
|Old Value
|text
|text
|The total time the client was connected
|The old value for the key
|-
|-
|rx_bytes
|time_stamp
|bigint
|Timestamp
|The number of bytes received from the client in this connection
|timestamp without time zone
|-
|The time of the event
|tx_bytes
|bigint
|The number of bytes sent to the client in this connection
|-
|-
|}
|}
<section end='ipsec_user_events' />
<section end='host_table_updates' />
()


 
== device_table_updates ==  
== configuration_backup_events ==  
<section begin='device_table_updates' />
<section begin='configuration_backup_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|mac_address
|timestamp without time zone
|MAC Address
|The time of the event
|text
|The MAC address of the device
|-
|-
|success
|key
|boolean
|Key
|The result of the backup (true if the backup succeeded, false otherwise)
|text
|The key being updated
|-
|-
|description
|value
|Value
|text
|text
|Text detail of the event
|The new value for the key
|-
|-
|destination
|old_value
|Old Value
|text
|text
|The location of the backup
|The old value for the key
|-
|-
|event_id
|time_stamp
|bigint
|Timestamp
|The unique event ID
|timestamp without time zone
|The time of the event
|-
|-
|}
|}
<section end='configuration_backup_events' />
<section end='device_table_updates' />
()


 
== user_table_updates ==  
== ipsec_tunnel_stats ==  
<section begin='user_table_updates' />
<section begin='ipsec_tunnel_stats' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|username
|timestamp without time zone
|Username
|The time of the event
|text
|The username
|-
|-
|tunnel_name
|key
|Key
|text
|text
|The name of the IPsec tunnel
|The key being updated
|-
|-
|in_bytes
|value
|bigint
|Value
|The number of bytes received during this time frame
|text
|The new value for the key
|-
|-
|out_bytes
|old_value
|bigint
|Old Value
|The number of bytes transmitted during this time frame
|text
|The old value for the key
|-
|-
|event_id
|time_stamp
|bigint
|Timestamp
|The unique event ID
|timestamp without time zone
|The time of the event
|-
|-
|}
|}
<section end='ipsec_tunnel_stats' />
<section end='user_table_updates' />
()


 
== alerts ==  
== server_events ==  
<section begin='alerts' />
<section begin='server_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|load_1
|description
|numeric(6,2)
|Text detail of the event
|The 1-minute CPU load
|text
|The description from the alert rule.
|-
|-
|load_5
|summary_text
|numeric(6,2)
|Summary Text
|The 5-minute CPU load
|text
|The summary text of the alert
|-
|-
|load_15
|json
|numeric(6,2)
|JSON Text
|The 15-minute CPU load
|text
|The summary JSON representation of the event causing the alert
|-
|-
|cpu_user
|}
|numeric(6,3)
<section end='alerts' />
|The user CPU percent utilization
()
 
== settings_changes ==
<section begin='settings_changes' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|cpu_system
|time_stamp
|numeric(6,3)
|Timestamp
|The system CPU percent utilization
|timestamp without time zone
|The time of the event
|-
|-
|mem_total
|settings_file
|bigint
|Settings File
|The total bytes of memory
|text
|The name of the file changed
|-
|-
|mem_free
|username
|bigint
|Username
|The number of free bytes of memory
|text
|The username logged in at the time of the change
|-
|-
|disk_total
|hostname
|bigint
|Hostname
|The total disk size in bytes
|text
|-
|The remote hostname
|disk_free
|bigint
|The free disk space in bytes
|-
|swap_total
|bigint
|The total swap size in bytes
|-
|swap_free
|bigint
|The free disk swap in bytes
|-
|active_hosts
|integer
|The number of active hosts
|-
|-
|}
|}
<section end='server_events' />
<section end='settings_changes' />
()


 
== web_cache_stats ==  
== captive_portal_user_events ==  
<section begin='web_cache_stats' />
<section begin='captive_portal_user_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|policy_id
|hits
|Hits
|bigint
|bigint
|The policy
|The number of cache hits during this time frame
|-
|-
|event_id
|misses
|Misses
|bigint
|bigint
|The unique event ID
|The number of cache misses during this time frame
|-
|-
|login_name
|bypasses
|text
|Bypasses
|The login username
|bigint
|The number of cache user bypasses during this time frame
|-
|-
|event_info
|systems
|text
|System bypasses
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|bigint
|The number of cache system bypasses during this time frame
|-
|-
|auth_type
|hit_bytes
|text
|Hit Bytes
|The authorization type for this event
|bigint
|The number of bytes saved from cache hits
|-
|-
|client_addr
|miss_bytes
|text
|Miss Bytes
|The remote IP address of the client
|bigint
|The number of bytes not saved from cache misses
|-
|-
|}
|event_id
<section end='captive_portal_user_events' />
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='web_cache_stats' />
()


 
== server_events ==  
== directory_connector_login_events ==  
<section begin='server_events' />
<section begin='directory_connector_login_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|login_name
|load_1
|text
|CPU load (1-min)
|The login name
|numeric(6,2)
|The 1-minute CPU load
|-
|-
|domain
|load_5
|text
|CPU load (5-min)
|The AD domain
|numeric(6,2)
|The 5-minute CPU load
|-
|-
|type
|load_15
|text
|CPU load (15-min)
|The type of event (I=Login,U=Update,O=Logout)
|numeric(6,2)
|The 15-minute CPU load
|-
|-
|client_addr
|cpu_user
|inet
|CPU User Utilization
|The client IP address
|numeric(6,3)
|The user CPU percent utilization
|-
|-
|}
|cpu_system
<section end='directory_connector_login_events' />
|CPU System Utilization
 
|numeric(6,3)
 
|The system CPU percent utilization
== web_cache_stats ==
<section begin='web_cache_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|mem_total
|timestamp without time zone
|Total Memory
|The time of the event
|bigint
|The total bytes of memory
|-
|-
|hits
|mem_free
|Memory Free
|bigint
|bigint
|The number of cache hits during this time frame
|The number of free bytes of memory
|-
|-
|misses
|disk_total
|Disk Size
|bigint
|bigint
|The number of cache misses during this time frame
|The total disk size in bytes
|-
|-
|bypasses
|disk_free
|Disk Free
|bigint
|bigint
|The number of cache user bypasses during this time frame
|The free disk space in bytes
|-
|-
|systems
|swap_total
|Swap Size
|bigint
|bigint
|The number of cache system bypasses during this time frame
|The total swap size in bytes
|-
|-
|hit_bytes
|swap_free
|Swap Free
|bigint
|bigint
|The number of bytes saved from cache hits
|The free disk swap in bytes
|-
|-
|miss_bytes
|active_hosts
|bigint
|Active Hosts
|The number of bytes not saved from cache misses
|integer
|-
|The number of active hosts
|event_id
|bigint
|The unique event ID
|-
|-
|}
|}
<section end='web_cache_stats' />
<section end='server_events' />
()


 
== interface_stat_events ==  
== http_query_events ==  
<section begin='interface_stat_events' />
<section begin='http_query_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|event_id
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|session_id
|interface_id
|Interface ID
|integer
|The interface ID
|-
|rx_rate
|Rx Rate
|double precision
|The RX rate (bytes/s)
|-
|rx_bytes
|Bytes Received
|bigint
|bigint
|The session
|The number of bytes received from the client in this connection
|-
|-
|client_intf
|tx_rate
|smallint
|Tx Rate
|The client interface
|double precision
|The TX rate (bytes/s)
|-
|-
|server_intf
|tx_bytes
|smallint
|Bytes Sent
|bigint
|The number of bytes sent to the client in this connection
|-
|}
<section end='interface_stat_events' />
()
 
== mail_msgs ==
<section begin='mail_msgs' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|session_id
|Session ID
|bigint
|The session
|-
|client_intf
|Client Interface
|smallint
|The client interface
|-
|server_intf
|Server Interface
|smallint
|The server interface
|The server interface
|-
|-
|c_client_addr
|c_client_addr
|Client-side Client Address
|inet
|inet
|The client-side client IP address
|The client-side client IP address
|-
|-
|s_client_addr
|s_client_addr
|Server-side Client Address
|inet
|inet
|The server-side client IP address
|The server-side client IP address
|-
|-
|c_server_addr
|c_server_addr
|Client-side Server Address
|inet
|inet
|The client-side server IP address
|The client-side server IP address
|-
|-
|s_server_addr
|s_server_addr
|Server-side Server Address
|inet
|inet
|The server-side server IP address
|The server-side server IP address
|-
|-
|c_client_port
|c_client_port
|Client-side Client Port
|integer
|integer
|The client-side client port
|The client-side client port
|-
|-
|s_client_port
|s_client_port
|Server-side Client Port
|integer
|integer
|The server-side client port
|The server-side client port
|-
|-
|c_server_port
|c_server_port
|Client-side Server Port
|integer
|integer
|The client-side server port
|The client-side server port
|-
|-
|s_server_port
|s_server_port
|Server-side Server Port
|integer
|integer
|The server-side server port
|The server-side server port
|-
|-
|policy_id
|policy_id
|Policy ID
|bigint
|bigint
|The policy
|The policy
|-
|-
|username
|username
|Username
|text
|text
|The username
|The username associated with this session
|-
|msg_id
|Message ID
|bigint
|The message ID
|-
|subject
|Subject
|text
|The email subject
|-
|-
|hostname
|hostname
|Hostname
|text
|text
|The hostname
|The hostname of the local address
|-
|-
|request_id
|event_id
|Event ID
|bigint
|bigint
|The HTTP request ID
|The unique event ID
|-
|-
|method
|sender
|character(1)
|Sender
|The HTTP method
|-
|uri
|text
|text
|The HTTP URI
|The address of the sender
|-
|-
|term
|receiver
|Receiver
|text
|text
|The search term
|The address of the receiver
|-
|-
|host
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|virus_blocker_lite_name
|Virus Blocker Lite Name
|text
|text
|The HTTP host
|The name of the malware according to Virus Blocker Lite
|-
|virus_blocker_clean
|Virus Blocker Clean
|boolean
|The cleanliness of the file according to Virus Blocker
|-
|virus_blocker_name
|Virus Blocker Name
|text
|The name of the malware according to Virus Blocker
|-
|-
|c2s_content_length
|spam_blocker_lite_score
|bigint
|Spam Blocker Lite Score
|The client-to-server content length
|real
|The score of the email according to Spam Blocker Lite
|-
|-
|s2c_content_length
|spam_blocker_lite_is_spam
|bigint
|Spam Blocker Lite Spam
|The server-to-client content length
|boolean
|The spam status of the email according to Spam Blocker Lite
|-
|-
|s2c_content_type
|spam_blocker_lite_tests_string
|Spam Blocker Lite Tests
|text
|text
|The server-to-client content type
|The tess results for Spam Blocker Lite
|-
|-
|}
|spam_blocker_lite_action
<section end='http_query_events' />
|Spam Blocker Lite Action
 
|character(1)
 
|The action taken by Spam Blocker Lite
== openvpn_stats ==
<section begin='openvpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|spam_blocker_score
|timestamp without time zone
|Spam Blocker Score
|The time of the event
|real
|The score of the email according to Spam Blocker
|-
|-
|start_time
|spam_blocker_is_spam
|timestamp without time zone
|Spam Blocker Spam
|The time the OpenVPN session started
|boolean
|The spam status of the email according to Spam Blocker
|-
|-
|end_time
|spam_blocker_tests_string
|timestamp without time zone
|Spam Blocker Tests
|The time the OpenVPN session ended
|text
|The tess results for Spam Blocker
|-
|-
|rx_bytes
|spam_blocker_action
|bigint
|Spam Blocker Action
|The total bytes received from the client during this session
|character(1)
|The action taken by Spam Blocker
|-
|-
|tx_bytes
|phish_blocker_score
|bigint
|Phish Blocker Score
|The total bytes sent to the client during this session
|real
|The score of the email according to Phish Blocker
|-
|-
|remote_address
|phish_blocker_is_spam
|inet
|Phish Blocker Phish
|The remote IP address of the client
|boolean
|The phish status of the email according to Phish Blocker
|-
|-
|pool_address
|phish_blocker_tests_string
|inet
|Phish Blocker Tests
|The pool IP address of the client
|text
|The tess results for Phish Blocker
|-
|-
|remote_port
|phish_blocker_action
|integer
|Phish Blocker Action
|The remote port of the client
|character(1)
|-
|The action taken by Phish Blocker
|client_name
|text
|The name of the client
|-
|event_id
|bigint
|The unique event ID
|-
|-
|}
|}
<section end='openvpn_stats' />
<section end='mail_msgs' />
()


 
== mail_addrs ==  
== openvpn_events ==  
<section begin='mail_addrs' />
<section begin='openvpn_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Type
!Type
!Description
!Description
|-
|-
|time_stamp
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|remote_address
|session_id
|inet
|Session ID
|The remote IP address of the client
|bigint
|The session
|-
|-
|pool_address
|client_intf
|inet
|Client Interface
|The pool IP address of the client
|smallint
|The client interface
|-
|-
|client_name
|server_intf
|text
|Server Interface
|The name of the client
|smallint
|The server interface
|-
|-
|type
|c_client_addr
|text
|Client-side Client Address
|The type of the event (CONNECT/DISCONNECT)
|inet
|The client-side client IP address
|-
|-
|}
|s_client_addr
<section end='openvpn_events' />
|Server-side Client Address
 
|inet
 
|The server-side client IP address
== intrusion_prevention_events ==
<section begin='intrusion_prevention_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|c_server_addr
|timestamp without time zone
|Client-side Server Address
|The time of the event
|inet
|The client-side server IP address
|-
|-
|sig_id
|s_server_addr
|bigint
|Server-side Server Address
|This ID of the rule
|inet
|The server-side server IP address
|-
|-
|gen_id
|c_client_port
|bigint
|Client-side Client Port
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|integer
|The client-side client port
|-
|-
|class_id
|s_client_port
|bigint
|Server-side Client Port
|The numeric ID for the classtype
|integer
|The server-side client port
|-
|-
|source_addr
|c_server_port
|inet
|Client-side Server Port
|The source IP address of the packet
|-
|source_port
|integer
|integer
|The source port of the packet (if applicable)
|The client-side server port
|-
|-
|dest_addr
|s_server_port
|inet
|Server-side Server Port
|The destination IP address of the packet
|-
|dest_port
|integer
|integer
|The destination port of the packet (if applicable)
|The server-side server port
|-
|-
|protocol
|policy_id
|integer
|Policy ID
|The protocol of the packet
|bigint
|The policy
|-
|-
|blocked
|username
|boolean
|Username
|If the packet was blocked/dropped
|text
|The username associated with this session
|-
|-
|category
|msg_id
|text
|Message ID
|The application specific grouping
|bigint
|The message ID
|-
|-
|classtype
|subject
|Subject
|text
|text
|The generalized threat rule grouping (unrelated to gen_id)
|The email subject
|-
|-
|msg
|addr
|Address
|text
|text
|The "title" or "description" of the rule
|The address of this event
|-
|-
|}
|addr_name
<section end='intrusion_prevention_events' />
|Address Name
 
|text
 
|The name for this address
== interface_stat_events ==
<section begin='interface_stat_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Type
!Description
|-
|-
|time_stamp
|addr_kind
|timestamp without time zone
|Address Kind
|The time of the event
|character(1)
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|-
|-
|interface_id
|hostname
|integer
|Hostname
|The interface ID
|text
|The hostname of the local address
|-
|-
|rx_rate
|event_id
|double precision
|Event ID
|The RX rate (bytes/s)
|bigint
|The unique event ID
|-
|sender
|Sender
|text
|The address of the sender
|-
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|virus_blocker_lite_name
|Virus Blocker Lite Name
|text
|The name of the malware according to Virus Blocker Lite
|-
|virus_blocker_clean
|Virus Blocker Clean
|boolean
|The cleanliness of the file according to Virus Blocker
|-
|-
|tx_rate
|virus_blocker_name
|double precision
|Virus Blocker Name
|The TX rate (bytes/s)
|text
|The name of the malware according to Virus Blocker
|-
|-
|}
|spam_blocker_lite_score
<section end='interface_stat_events' />
|Spam Blocker Lite Score
|real
|The score of the email according to Spam Blocker Lite
|-
|spam_blocker_lite_is_spam
|Spam Blocker Lite Spam
|boolean
|The spam status of the email according to Spam Blocker Lite
|-
|spam_blocker_lite_action
|Spam Blocker Lite Action
|character(1)
|The action taken by Spam Blocker Lite
|-
|spam_blocker_lite_tests_string
|Spam Blocker Lite Tests
|text
|The tess results for Spam Blocker Lite
|-
|spam_blocker_score
|Spam Blocker Score
|real
|The score of the email according to Spam Blocker
|-
|spam_blocker_is_spam
|Spam Blocker Spam
|boolean
|The spam status of the email according to Spam Blocker
|-
|spam_blocker_action
|Spam Blocker Action
|character(1)
|The action taken by Spam Blocker
|-
|spam_blocker_tests_string
|Spam Blocker Tests
|text
|The tess results for Spam Blocker
|-
|phish_blocker_score
|Phish Blocker Score
|real
|The score of the email according to Phish Blocker
|-
|phish_blocker_is_spam
|Phish Blocker Phish
|boolean
|The phish status of the email according to Phish Blocker
|-
|phish_blocker_tests_string
|Phish Blocker Tests
|text
|The tess results for Phish Blocker
|-
|phish_blocker_action
|Phish Blocker Action
|character(1)
|The action taken by Phish Blocker
|-
|}
<section end='mail_addrs' />
()
 
== ftp_events ==
<section begin='ftp_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|session_id
|Session ID
|bigint
|The session
|-
|client_intf
|Client Interface
|smallint
|The client interface
|-
|server_intf
|Server Interface
|smallint
|The server interface
|-
|c_client_addr
|Client-side Client Address
|inet
|The client-side client IP address
|-
|s_client_addr
|Server-side Client Address
|inet
|The server-side client IP address
|-
|c_server_addr
|Client-side Server Address
|inet
|The client-side server IP address
|-
|s_server_addr
|Server-side Server Address
|inet
|The server-side server IP address
|-
|policy_id
|Policy ID
|bigint
|The policy
|-
|username
|Username
|text
|The username associated with this session
|-
|hostname
|Hostname
|text
|The hostname of the local address
|-
|request_id
|Request ID
|bigint
|The FTP request ID
|-
|method
|Method
|character(1)
|The FTP method
|-
|uri
|URI
|text
|The FTP URI
|-
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|virus_blocker_lite_name
|Virus Blocker Lite Name
|text
|The name of the malware according to Virus Blocker Lite
|-
|virus_blocker_clean
|Virus Blocker Clean
|boolean
|The cleanliness of the file according to Virus Blocker
|-
|virus_blocker_name
|Virus Blocker Name
|text
|The name of the malware according to Virus Blocker
|-
|}
<section end='ftp_events' />
()
 
== tunnel_vpn_events ==
<section begin='tunnel_vpn_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|tunnel_name
|Tunnel Name
|text
|The name the tunnel
|-
|server_address
|Server IP Address
|text
|The address of the remote server
|-
|local_address
|Local Address
|text
|The local address assigned the client
|-
|event_type
|Event Type
|text
|The type of the event (CONNECT,DISCONNECT)
|-
|}
<section end='tunnel_vpn_events' />
()
 
== tunnel_vpn_stats ==
<section begin='tunnel_vpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|tunnel_name
|Tunnel Name
|text
|The name of the Tunnel VPN tunnel
|-
|in_bytes
|In Bytes
|bigint
|The number of bytes received during this time frame
|-
|out_bytes
|Out Bytes
|bigint
|The number of bytes transmitted during this time frame
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='tunnel_vpn_stats' />
()
 
== wan_failover_test_events ==
<section begin='wan_failover_test_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|interface_id
|Interface ID
|integer
|This interface ID
|-
|name
|Interface Name
|text
|This name of the interface
|-
|description
|Text detail of the event
|text
|The description from the test rule
|-
|success
|Success
|boolean
|The result of the test (true if the test succeeded, false otherwise)
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='wan_failover_test_events' />
()
 
== wan_failover_action_events ==
<section begin='wan_failover_action_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|interface_id
|Interface ID
|integer
|This interface ID
|-
|action
|Action
|text
|This action (CONNECTED,DISCONNECTED)
|-
|os_name
|Interface O/S Name
|text
|This O/S name of the interface
|-
|name
|Interface Name
|text
|This name of the interface
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='wan_failover_action_events' />
()
 
== directory_connector_login_events ==
<section begin='directory_connector_login_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|login_name
|Login Name
|text
|The login name
|-
|domain
|Domain
|text
|The AD domain
|-
|type
|Type
|text
|The type of event (I=Login,U=Update,O=Logout)
|-
|client_addr
|Client Address
|inet
|The client IP address
|-
|login_type
|Login Type
|text
|The login type
|-
|}
<section end='directory_connector_login_events' />
()
 
== captive_portal_user_events ==
<section begin='captive_portal_user_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|policy_id
|Policy ID
|bigint
|The policy
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|login_name
|Login Name
|text
|The login username
|-
|event_info
|Event Type
|text
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|-
|auth_type
|Authorization Type
|text
|The authorization type for this event
|-
|client_addr
|Client Address
|text
|The remote IP address of the client
|-
|}
<section end='captive_portal_user_events' />
()
 
== openvpn_stats ==
<section begin='openvpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|start_time
|Start Time
|timestamp without time zone
|The time the OpenVPN session started
|-
|end_time
|End Time
|timestamp without time zone
|The time the OpenVPN session ended
|-
|rx_bytes
|Bytes Received
|bigint
|The total bytes received from the client during this session
|-
|tx_bytes
|Bytes Sent
|bigint
|The total bytes sent to the client during this session
|-
|remote_address
|Remote Address
|inet
|The remote IP address of the client
|-
|pool_address
|Pool Address
|inet
|The pool IP address of the client
|-
|remote_port
|Remote Port
|integer
|The remote port of the client
|-
|client_name
|Client Name
|text
|The name of the client
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='openvpn_stats' />
()
 
== openvpn_events ==
<section begin='openvpn_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|remote_address
|Remote Address
|inet
|The remote IP address of the client
|-
|pool_address
|Pool Address
|inet
|The pool IP address of the client
|-
|client_name
|Client Name
|text
|The name of the client
|-
|type
|Type
|text
|The type of the event (CONNECT,DISCONNECT)
|-
|}
<section end='openvpn_events' />
()

Latest revision as of 18:37, 8 September 2020

Database Tables

configuration_backup_events

<section begin='configuration_backup_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
success Success boolean The result of the backup (true if the backup succeeded, false otherwise)
description Text detail of the event text Text detail of the event
destination Destination text The location of the backup
event_id Event ID bigint The unique event ID

<section end='configuration_backup_events' /> ()

http_events

<section begin='http_events' />

Column Name Human Name Type Description
request_id Request ID bigint The HTTP request ID
time_stamp Timestamp timestamp without time zone The time of the event
session_id Session ID bigint The session
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
c_client_addr Client-side Client Address inet The client-side client IP address
s_client_addr Server-side Client Address inet The server-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
s_server_addr Server-side Server Address inet The server-side server IP address
c_client_port Client-side Client Port integer The client-side client port
s_client_port Server-side Client Port integer The server-side client port
c_server_port Client-side Server Port integer The client-side server port
s_server_port Server-side Server Port integer The server-side server port
client_country Client Country text The client Country
client_latitude Client Latitude real The client Latitude
client_longitude Client Longitude real The client Longitude
server_country Server Country text The server Country
server_latitude Server Latitude real The server Latitude
server_longitude Server Longitude real The server Longitude
policy_id Policy ID smallint The policy
username Username text The username associated with this session
hostname Hostname text The hostname of the local address
method Method character(1) The HTTP method
uri URI text The HTTP URI
host Host text The HTTP host
domain Domain text The HTTP domain (shortened host)
referer Referer text The Referer URL
c2s_content_length Client-to-server Content Length bigint The client-to-server content length
s2c_content_length Server-to-client Content Length bigint The server-to-client content length
s2c_content_type Server-to-client Content Type text The server-to-client content type
s2c_content_filename Server-to-client Content Disposition Filename text The server-to-client content disposition filename
ad_blocker_cookie_ident Ad Blocker Cookie text This name of cookie blocked by Ad Blocker
ad_blocker_action Ad Blocker Action character(1) This action of Ad Blocker on this request
web_filter_reason Reason for action (Web Filter) character(1) This reason Web Filter blocked/flagged this request
web_filter_category_id Web Category (Web Filter) smallint This numeric category according to Web Filter
web_filter_rule_id Web Rule (Web Filter) smallint This numeric rule according to Web Filter
web_filter_blocked Blocked (Web Filter) boolean If Web Filter blocked this request
web_filter_flagged Flagged (Web Filter) boolean If Web Filter flagged this request
virus_blocker_lite_clean Virus Blocker Lite Clean boolean The cleanliness of the file according to Virus Blocker Lite
virus_blocker_lite_name Virus Blocker Lite Name text The name of the malware according to Virus Blocker Lite
virus_blocker_clean Virus Blocker Clean boolean The cleanliness of the file according to Virus Blocker
virus_blocker_name Virus Blocker Name text The name of the malware according to Virus Blocker
threat_prevention_blocked Threat Prevention Blocked boolean If Threat Prevention blocked this request
threat_prevention_flagged Threat Prevention Flagged boolean If Threat Prevention flagged this request
threat_prevention_rule_id Threat Prevention Rule Id integer This numeric rule according to Threat Prevention
threat_prevention_reputation Threat Prevention Reputation smallint This numeric threat reputation
threat_prevention_categories Threat Prevention Categories integer This bitmask of threat categories

<section end='http_events' /> ()

intrusion_prevention_events

<section begin='intrusion_prevention_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
sig_id Signature ID bigint This ID of the rule
gen_id Grouping ID bigint The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
class_id Classtype ID bigint The numeric ID for the classtype
source_addr Source Address inet The source IP address of the packet
source_port Source Port integer The source port of the packet (if applicable)
dest_addr Destination Address inet The destination IP address of the packet
dest_port Destination Port integer The destination port of the packet (if applicable)
protocol Protocol integer The protocol of the packet
blocked Blocked boolean If the packet was blocked/dropped
category Category text The application specific grouping for the signature
classtype Classtype text The generalized threat signature grouping (unrelated to gen_id)
msg Message text The "title" or "description" of the signature
rid Rule ID text The rule id
rule_id Rule ID text The rule id

<section end='intrusion_prevention_events' /> ()

smtp_tarpit_events

<section begin='smtp_tarpit_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
ipaddr Client Address inet The client IP address
hostname Hostname text The hostname of the local address
policy_id Policy ID bigint The policy
vendor_name Vendor Name character varying(255) The "vendor name" of the app that logged the event
event_id Event ID bigint The unique event ID

<section end='smtp_tarpit_events' /> ()

ipsec_user_events

<section begin='ipsec_user_events' />

Column Name Human Name Type Description
event_id Event ID bigint The unique event ID
time_stamp Timestamp timestamp without time zone The time of the event
connect_stamp Connect Time timestamp without time zone The time the connection started
goodbye_stamp End Time timestamp without time zone The time the connection ended
client_address Client Address text The remote IP address of the client
client_protocol Client Protocol text The protocol the client used to connect
client_username Client Username text The username of the client
net_process Net Process text The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
net_interface Net Interface text The PPP interface for L2TP connections or the client interface for Xauth connections
elapsed_time Elapsed Time text The total time the client was connected
rx_bytes Bytes Received bigint The number of bytes received from the client in this connection
tx_bytes Bytes Sent bigint The number of bytes sent to the client in this connection

<section end='ipsec_user_events' /> ()

ipsec_vpn_events

<section begin='ipsec_vpn_events' />

Column Name Human Name Type Description
event_id Event ID bigint The unique event ID
time_stamp Timestamp timestamp without time zone The time of the event
local_address Local Address text The local address of the tunnel
remote_address Remote Address text The remote address of the tunnel
tunnel_description Tunnel Description text The description of the tunnel
event_type Event Type text The type of the event (CONNECT,DISCONNECT)

<section end='ipsec_vpn_events' /> ()

ipsec_tunnel_stats

<section begin='ipsec_tunnel_stats' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
tunnel_name Tunnel Name text The name of the IPsec tunnel
in_bytes In Bytes bigint The number of bytes received during this time frame
out_bytes Out Bytes bigint The number of bytes transmitted during this time frame
event_id Event ID bigint The unique event ID

<section end='ipsec_tunnel_stats' /> ()

http_query_events

<section begin='http_query_events' />

Column Name Human Name Type Description
event_id Event ID bigint The unique event ID
time_stamp Timestamp timestamp without time zone The time of the event
session_id Session ID bigint The session
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
c_client_addr Client-side Client Address inet The client-side client IP address
s_client_addr Server-side Client Address inet The server-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
s_server_addr Server-side Server Address inet The server-side server IP address
c_client_port Client-side Client Port integer The client-side client port
s_client_port Server-side Client Port integer The server-side client port
c_server_port Client-side Server Port integer The client-side server port
s_server_port Server-side Server Port integer The server-side server port
policy_id Policy ID bigint The policy
username Username text The username associated with this session
hostname Hostname text The hostname of the local address
request_id Request ID bigint The HTTP request ID
method Method character(1) The HTTP method
uri URI text The HTTP URI
term Search Term text The search term
host Host text The HTTP host
c2s_content_length Client-to-server Content Length bigint The client-to-server content length
s2c_content_length Server-to-client Content Length bigint The server-to-client content length
s2c_content_type Server-to-client Content Type text The server-to-client content type
blocked Blocked boolean If Web Filter blocked this search term
flagged Flagged boolean If Web Filter flagged this search term

<section end='http_query_events' /> ()

admin_logins

<section begin='admin_logins' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
login Login text The login name
local Local boolean True if it is a login attempt through a local process
client_addr Client Address inet The client IP address
succeeded Succeeded boolean True if the login succeeded, false otherwise
reason Reason character(1) The reason for the login (if applicable)

<section end='admin_logins' /> ()

sessions

<section begin='sessions' />

Column Name Human Name Type Description
session_id Session ID bigint The session
time_stamp Timestamp timestamp without time zone The time of the event
end_time End Time timestamp without time zone The time the session ended
bypassed Bypassed boolean True if the session was bypassed, false otherwise
entitled Entitled boolean True if the session is entitled to premium functionality
protocol Protocol smallint The IP protocol of session
icmp_type ICMP Type smallint The ICMP type of session if ICMP
hostname Hostname text The hostname of the local address
username Username text The username associated with this session
policy_id Policy ID smallint The policy
policy_rule_id Policy Rule ID smallint The ID of the matching policy rule (0 means none)
local_addr Local Address inet The IP address of the local participant
remote_addr Remote Address inet The IP address of the remote participant
c_client_addr Client-side Client Address inet The client-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
c_server_port Client-side Server Port integer The client-side server port
c_client_port Client-side Client Port integer The client-side client port
s_client_addr Server-side Client Address inet The server-side client IP address
s_server_addr Server-side Server Address inet The server-side server IP address
s_server_port Server-side Server Port integer The server-side server port
s_client_port Server-side Client Port integer The server-side client port
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
client_country Client Country text The client Country
client_latitude Client Latitude real The client Latitude
client_longitude Client Longitude real The client Longitude
server_country Server Country text The server Country
server_latitude Server Latitude real The server Latitude
server_longitude Server Longitude real The server Longitude
c2p_bytes From-Client Bytes bigint The number of bytes the client sent to Untangle (client-to-pipeline)
p2c_bytes To-Client Bytes bigint The number of bytes Untangle sent to client (pipeline-to-client)
s2p_bytes From-Server Bytes bigint The number of bytes the server sent to Untangle (client-to-pipeline)
p2s_bytes To-Server Bytes bigint The number of bytes Untangle sent to server (pipeline-to-client)
filter_prefix Filter Block text The network filter that blocked the connection (filter,shield,invalid)
firewall_blocked Firewall Blocked boolean True if Firewall blocked the session, false otherwise
firewall_flagged Firewall Flagged boolean True if Firewall flagged the session, false otherwise
firewall_rule_index Firewall Rule ID integer The matching rule in Firewall (if any)
threat_prevention_blocked Threat Prevention Blocked boolean If Threat Prevention blocked
threat_prevention_flagged Threat Prevention Flagged boolean If Threat Prevention flagged
threat_prevention_reason Threat Prevention Reason character(1) Threat Prevention reason
threat_prevention_rule_id Threat Prevention Rule Id integer Numeric rule id of Threat Prevention
threat_prevention_client_reputation Threat Prevention Client Reputation smallint Numeric client reputation of Threat Prevention
threat_prevention_client_categories Threat Prevention Client Categories integer Bitmask client categories of Threat Prevention
threat_prevention_server_reputation Threat Prevention Server Reputation smallint Numeric server reputation of Threat Prevention
threat_prevention_server_categories Threat Prevention Server Categories integer Bitmask server categories of Threat Prevention
application_control_lite_protocol Application Control Lite Protocol text The application protocol according to Application Control Lite
application_control_lite_blocked Application Control Lite Blocked boolean True if Application Control Lite blocked the session
captive_portal_blocked Captive Portal Blocked boolean True if Captive Portal blocked the session
captive_portal_rule_index Captive Portal Rule ID integer The matching rule in Captive Portal (if any)
application_control_application Application Control Application text The application according to Application Control
application_control_protochain Application Control Protochain text The protochain according to Application Control
application_control_category Application Control Category text The category according to Application Control
application_control_blocked Application Control Blocked boolean True if Application Control blocked the session
application_control_flagged Application Control Flagged boolean True if Application Control flagged the session
application_control_confidence Application Control Confidence integer True if Application Control confidence of this session's identification
application_control_ruleid Application Control Rule ID integer The matching rule in Application Control (if any)
application_control_detail Application Control Detail text The text detail from the Application Control engine
bandwidth_control_priority Bandwidth Control Priority integer The priority given to this session
bandwidth_control_rule Bandwidth Control Rule ID integer The matching rule in Bandwidth Control rule (if any)
ssl_inspector_ruleid SSL Inspector Rule ID integer The matching rule in SSL Inspector rule (if any)
ssl_inspector_status SSL Inspector Status text The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
ssl_inspector_detail SSL Inspector Detail text Additional text detail about the SSL connection (SNI, IP Address)
tags Tags text The tags on this session

<section end='sessions' /> ()

session_minutes

<section begin='session_minutes' />

Column Name Human Name Type Description
session_id Session ID bigint The session
time_stamp Timestamp timestamp without time zone The time of the event
c2s_bytes From-Client Bytes bigint The number of bytes the client sent
s2c_bytes From-Server Bytes bigint The number of bytes the server sent
start_time Start Time timestamp without time zone The start time of the session
end_time End Time timestamp without time zone The time the session ended
bypassed Bypassed boolean True if the session was bypassed, false otherwise
entitled Entitled boolean True if the session is entitled to premium functionality
protocol Protocol smallint The IP protocol of session
icmp_type ICMP Type smallint The ICMP type of session if ICMP
hostname Hostname text The hostname of the local address
username Username text The username associated with this session
policy_id Policy ID smallint The policy
policy_rule_id Policy Rule ID smallint The ID of the matching policy rule (0 means none)
local_addr Local Address inet The IP address of the local participant
remote_addr Remote Address inet The IP address of the remote participant
c_client_addr Client-side Client Address inet The client-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
c_server_port Client-side Server Port integer The client-side server port
c_client_port Client-side Client Port integer The client-side client port
s_client_addr Server-side Client Address inet The server-side client IP address
s_server_addr Server-side Server Address inet The server-side server IP address
s_server_port Server-side Server Port integer The server-side server port
s_client_port Server-side Client Port integer The server-side client port
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
client_country Client Country text The client Country
client_latitude Client Latitude real The client Latitude
client_longitude Client Longitude real The client Longitude
server_country Server Country text The server Country
server_latitude Server Latitude real The server Latitude
server_longitude Server Longitude real The server Longitude
filter_prefix Filter Block text The network filter that blocked the connection (filter,shield,invalid)
firewall_blocked Firewall Blocked boolean True if Firewall blocked the session, false otherwise
firewall_flagged Firewall Flagged boolean True if Firewall flagged the session, false otherwise
firewall_rule_index Firewall Rule ID integer The matching rule in Firewall (if any)
threat_prevention_blocked Threat Prevention Blocked boolean If Threat Prevention blocked
threat_prevention_flagged Threat Prevention Flagged boolean If Threat Prevention flagged
threat_prevention_reason Threat Prevention Reason character(1) Threat Prevention reason
threat_prevention_rule_id Threat Prevention Rule Id integer Numeric rule id of Threat Prevention
threat_prevention_client_reputation Threat Prevention Client Reputation smallint Numeric client reputation of Threat Prevention
threat_prevention_client_categories Threat Prevention Client Categories integer Bitmask client categories of Threat Prevention
threat_prevention_server_reputation Threat Prevention Server Reputation smallint Numeric server reputation of Threat Prevention
threat_prevention_server_categories Threat Prevention Server Categories integer Bitmask server categories of Threat Prevention
application_control_lite_protocol Application Control Lite Protocol text The application protocol according to Application Control Lite
application_control_lite_blocked Application Control Lite Blocked boolean True if Application Control Lite blocked the session
captive_portal_blocked Captive Portal Blocked boolean True if Captive Portal blocked the session
captive_portal_rule_index Captive Portal Rule ID integer The matching rule in Captive Portal (if any)
application_control_application Application Control Application text The application according to Application Control
application_control_protochain Application Control Protochain text The protochain according to Application Control
application_control_category Application Control Category text The category according to Application Control
application_control_blocked Application Control Blocked boolean True if Application Control blocked the session
application_control_flagged Application Control Flagged boolean True if Application Control flagged the session
application_control_confidence Application Control Confidence integer True if Application Control confidence of this session's identification
application_control_ruleid Application Control Rule ID integer The matching rule in Application Control (if any)
application_control_detail Application Control Detail text The text detail from the Application Control engine
bandwidth_control_priority Bandwidth Control Priority integer The priority given to this session
bandwidth_control_rule Bandwidth Control Rule ID integer The matching rule in Bandwidth Control rule (if any)
ssl_inspector_ruleid SSL Inspector Rule ID integer The matching rule in SSL Inspector rule (if any)
ssl_inspector_status SSL Inspector Status text The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
ssl_inspector_detail SSL Inspector Detail text Additional text detail about the SSL connection (SNI, IP Address)
tags Tags text The tags on this session

<section end='session_minutes' /> ()

quotas

<section begin='quotas' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
entity Entity text The IP entity given the quota (address/username)
action Action integer The action (1=Quota Given, 2=Quota Exceeded)
size Size bigint The size of the quota
reason Reason text The reason for the action

<section end='quotas' /> ()

host_table_updates

<section begin='host_table_updates' />

Column Name Human Name Type Description
address Address inet The IP address of the host
key Key text The key being updated
value Value text The new value for the key
old_value Old Value text The old value for the key
time_stamp Timestamp timestamp without time zone The time of the event

<section end='host_table_updates' /> ()

device_table_updates

<section begin='device_table_updates' />

Column Name Human Name Type Description
mac_address MAC Address text The MAC address of the device
key Key text The key being updated
value Value text The new value for the key
old_value Old Value text The old value for the key
time_stamp Timestamp timestamp without time zone The time of the event

<section end='device_table_updates' /> ()

user_table_updates

<section begin='user_table_updates' />

Column Name Human Name Type Description
username Username text The username
key Key text The key being updated
value Value text The new value for the key
old_value Old Value text The old value for the key
time_stamp Timestamp timestamp without time zone The time of the event

<section end='user_table_updates' /> ()

alerts

<section begin='alerts' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
description Text detail of the event text The description from the alert rule.
summary_text Summary Text text The summary text of the alert
json JSON Text text The summary JSON representation of the event causing the alert

<section end='alerts' /> ()

settings_changes

<section begin='settings_changes' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
settings_file Settings File text The name of the file changed
username Username text The username logged in at the time of the change
hostname Hostname text The remote hostname

<section end='settings_changes' /> ()

web_cache_stats

<section begin='web_cache_stats' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
hits Hits bigint The number of cache hits during this time frame
misses Misses bigint The number of cache misses during this time frame
bypasses Bypasses bigint The number of cache user bypasses during this time frame
systems System bypasses bigint The number of cache system bypasses during this time frame
hit_bytes Hit Bytes bigint The number of bytes saved from cache hits
miss_bytes Miss Bytes bigint The number of bytes not saved from cache misses
event_id Event ID bigint The unique event ID

<section end='web_cache_stats' /> ()

server_events

<section begin='server_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
load_1 CPU load (1-min) numeric(6,2) The 1-minute CPU load
load_5 CPU load (5-min) numeric(6,2) The 5-minute CPU load
load_15 CPU load (15-min) numeric(6,2) The 15-minute CPU load
cpu_user CPU User Utilization numeric(6,3) The user CPU percent utilization
cpu_system CPU System Utilization numeric(6,3) The system CPU percent utilization
mem_total Total Memory bigint The total bytes of memory
mem_free Memory Free bigint The number of free bytes of memory
disk_total Disk Size bigint The total disk size in bytes
disk_free Disk Free bigint The free disk space in bytes
swap_total Swap Size bigint The total swap size in bytes
swap_free Swap Free bigint The free disk swap in bytes
active_hosts Active Hosts integer The number of active hosts

<section end='server_events' /> ()

interface_stat_events

<section begin='interface_stat_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
interface_id Interface ID integer The interface ID
rx_rate Rx Rate double precision The RX rate (bytes/s)
rx_bytes Bytes Received bigint The number of bytes received from the client in this connection
tx_rate Tx Rate double precision The TX rate (bytes/s)
tx_bytes Bytes Sent bigint The number of bytes sent to the client in this connection

<section end='interface_stat_events' /> ()

mail_msgs

<section begin='mail_msgs' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
session_id Session ID bigint The session
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
c_client_addr Client-side Client Address inet The client-side client IP address
s_client_addr Server-side Client Address inet The server-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
s_server_addr Server-side Server Address inet The server-side server IP address
c_client_port Client-side Client Port integer The client-side client port
s_client_port Server-side Client Port integer The server-side client port
c_server_port Client-side Server Port integer The client-side server port
s_server_port Server-side Server Port integer The server-side server port
policy_id Policy ID bigint The policy
username Username text The username associated with this session
msg_id Message ID bigint The message ID
subject Subject text The email subject
hostname Hostname text The hostname of the local address
event_id Event ID bigint The unique event ID
sender Sender text The address of the sender
receiver Receiver text The address of the receiver
virus_blocker_lite_clean Virus Blocker Lite Clean boolean The cleanliness of the file according to Virus Blocker Lite
virus_blocker_lite_name Virus Blocker Lite Name text The name of the malware according to Virus Blocker Lite
virus_blocker_clean Virus Blocker Clean boolean The cleanliness of the file according to Virus Blocker
virus_blocker_name Virus Blocker Name text The name of the malware according to Virus Blocker
spam_blocker_lite_score Spam Blocker Lite Score real The score of the email according to Spam Blocker Lite
spam_blocker_lite_is_spam Spam Blocker Lite Spam boolean The spam status of the email according to Spam Blocker Lite
spam_blocker_lite_tests_string Spam Blocker Lite Tests text The tess results for Spam Blocker Lite
spam_blocker_lite_action Spam Blocker Lite Action character(1) The action taken by Spam Blocker Lite
spam_blocker_score Spam Blocker Score real The score of the email according to Spam Blocker
spam_blocker_is_spam Spam Blocker Spam boolean The spam status of the email according to Spam Blocker
spam_blocker_tests_string Spam Blocker Tests text The tess results for Spam Blocker
spam_blocker_action Spam Blocker Action character(1) The action taken by Spam Blocker
phish_blocker_score Phish Blocker Score real The score of the email according to Phish Blocker
phish_blocker_is_spam Phish Blocker Phish boolean The phish status of the email according to Phish Blocker
phish_blocker_tests_string Phish Blocker Tests text The tess results for Phish Blocker
phish_blocker_action Phish Blocker Action character(1) The action taken by Phish Blocker

<section end='mail_msgs' /> ()

mail_addrs

<section begin='mail_addrs' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
session_id Session ID bigint The session
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
c_client_addr Client-side Client Address inet The client-side client IP address
s_client_addr Server-side Client Address inet The server-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
s_server_addr Server-side Server Address inet The server-side server IP address
c_client_port Client-side Client Port integer The client-side client port
s_client_port Server-side Client Port integer The server-side client port
c_server_port Client-side Server Port integer The client-side server port
s_server_port Server-side Server Port integer The server-side server port
policy_id Policy ID bigint The policy
username Username text The username associated with this session
msg_id Message ID bigint The message ID
subject Subject text The email subject
addr Address text The address of this event
addr_name Address Name text The name for this address
addr_kind Address Kind character(1) The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
hostname Hostname text The hostname of the local address
event_id Event ID bigint The unique event ID
sender Sender text The address of the sender
virus_blocker_lite_clean Virus Blocker Lite Clean boolean The cleanliness of the file according to Virus Blocker Lite
virus_blocker_lite_name Virus Blocker Lite Name text The name of the malware according to Virus Blocker Lite
virus_blocker_clean Virus Blocker Clean boolean The cleanliness of the file according to Virus Blocker
virus_blocker_name Virus Blocker Name text The name of the malware according to Virus Blocker
spam_blocker_lite_score Spam Blocker Lite Score real The score of the email according to Spam Blocker Lite
spam_blocker_lite_is_spam Spam Blocker Lite Spam boolean The spam status of the email according to Spam Blocker Lite
spam_blocker_lite_action Spam Blocker Lite Action character(1) The action taken by Spam Blocker Lite
spam_blocker_lite_tests_string Spam Blocker Lite Tests text The tess results for Spam Blocker Lite
spam_blocker_score Spam Blocker Score real The score of the email according to Spam Blocker
spam_blocker_is_spam Spam Blocker Spam boolean The spam status of the email according to Spam Blocker
spam_blocker_action Spam Blocker Action character(1) The action taken by Spam Blocker
spam_blocker_tests_string Spam Blocker Tests text The tess results for Spam Blocker
phish_blocker_score Phish Blocker Score real The score of the email according to Phish Blocker
phish_blocker_is_spam Phish Blocker Phish boolean The phish status of the email according to Phish Blocker
phish_blocker_tests_string Phish Blocker Tests text The tess results for Phish Blocker
phish_blocker_action Phish Blocker Action character(1) The action taken by Phish Blocker

<section end='mail_addrs' /> ()

ftp_events

<section begin='ftp_events' />

Column Name Human Name Type Description
event_id Event ID bigint The unique event ID
time_stamp Timestamp timestamp without time zone The time of the event
session_id Session ID bigint The session
client_intf Client Interface smallint The client interface
server_intf Server Interface smallint The server interface
c_client_addr Client-side Client Address inet The client-side client IP address
s_client_addr Server-side Client Address inet The server-side client IP address
c_server_addr Client-side Server Address inet The client-side server IP address
s_server_addr Server-side Server Address inet The server-side server IP address
policy_id Policy ID bigint The policy
username Username text The username associated with this session
hostname Hostname text The hostname of the local address
request_id Request ID bigint The FTP request ID
method Method character(1) The FTP method
uri URI text The FTP URI
virus_blocker_lite_clean Virus Blocker Lite Clean boolean The cleanliness of the file according to Virus Blocker Lite
virus_blocker_lite_name Virus Blocker Lite Name text The name of the malware according to Virus Blocker Lite
virus_blocker_clean Virus Blocker Clean boolean The cleanliness of the file according to Virus Blocker
virus_blocker_name Virus Blocker Name text The name of the malware according to Virus Blocker

<section end='ftp_events' /> ()

tunnel_vpn_events

<section begin='tunnel_vpn_events' />

Column Name Human Name Type Description
event_id Event ID bigint The unique event ID
time_stamp Timestamp timestamp without time zone The time of the event
tunnel_name Tunnel Name text The name the tunnel
server_address Server IP Address text The address of the remote server
local_address Local Address text The local address assigned the client
event_type Event Type text The type of the event (CONNECT,DISCONNECT)

<section end='tunnel_vpn_events' /> ()

tunnel_vpn_stats

<section begin='tunnel_vpn_stats' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
tunnel_name Tunnel Name text The name of the Tunnel VPN tunnel
in_bytes In Bytes bigint The number of bytes received during this time frame
out_bytes Out Bytes bigint The number of bytes transmitted during this time frame
event_id Event ID bigint The unique event ID

<section end='tunnel_vpn_stats' /> ()

wan_failover_test_events

<section begin='wan_failover_test_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
interface_id Interface ID integer This interface ID
name Interface Name text This name of the interface
description Text detail of the event text The description from the test rule
success Success boolean The result of the test (true if the test succeeded, false otherwise)
event_id Event ID bigint The unique event ID

<section end='wan_failover_test_events' /> ()

wan_failover_action_events

<section begin='wan_failover_action_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
interface_id Interface ID integer This interface ID
action Action text This action (CONNECTED,DISCONNECTED)
os_name Interface O/S Name text This O/S name of the interface
name Interface Name text This name of the interface
event_id Event ID bigint The unique event ID

<section end='wan_failover_action_events' /> ()

directory_connector_login_events

<section begin='directory_connector_login_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
login_name Login Name text The login name
domain Domain text The AD domain
type Type text The type of event (I=Login,U=Update,O=Logout)
client_addr Client Address inet The client IP address
login_type Login Type text The login type

<section end='directory_connector_login_events' /> ()

captive_portal_user_events

<section begin='captive_portal_user_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
policy_id Policy ID bigint The policy
event_id Event ID bigint The unique event ID
login_name Login Name text The login username
event_info Event Type text The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
auth_type Authorization Type text The authorization type for this event
client_addr Client Address text The remote IP address of the client

<section end='captive_portal_user_events' /> ()

openvpn_stats

<section begin='openvpn_stats' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
start_time Start Time timestamp without time zone The time the OpenVPN session started
end_time End Time timestamp without time zone The time the OpenVPN session ended
rx_bytes Bytes Received bigint The total bytes received from the client during this session
tx_bytes Bytes Sent bigint The total bytes sent to the client during this session
remote_address Remote Address inet The remote IP address of the client
pool_address Pool Address inet The pool IP address of the client
remote_port Remote Port integer The remote port of the client
client_name Client Name text The name of the client
event_id Event ID bigint The unique event ID

<section end='openvpn_stats' /> ()

openvpn_events

<section begin='openvpn_events' />

Column Name Human Name Type Description
time_stamp Timestamp timestamp without time zone The time of the event
remote_address Remote Address inet The remote IP address of the client
pool_address Pool Address inet The pool IP address of the client
client_name Client Name text The name of the client
type Type text The type of the event (CONNECT,DISCONNECT)

<section end='openvpn_events' /> ()