Database Schema: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
No edit summary
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Reports]]
= Database Tables =
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.


== 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"
Line 16: Line 15:
|The time of the event
|The time of the event
|-
|-
|login
|success
|Login
|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
|Local
|Destination
|boolean
|text
|True if it is a login attempt through a local process
|The location of the backup
|-
|-
|client_addr
|event_id
|Client Address
|Event ID
|inet
|bigint
|The client IP address
|The unique event ID
|-
|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' />
<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"
Line 54: Line 48:
!Description
!Description
|-
|-
|session_id
|request_id
|Session ID
|Request ID
|bigint
|bigint
|The session
|The HTTP request ID
|-
|-
|time_stamp
|time_stamp
Line 64: Line 58:
|The time of the event
|The time of the event
|-
|-
|end_time
|session_id
|End Time
|Session ID
|timestamp without time zone
|bigint
|The time the session ended
|The session
|-
|-
|bypassed
|client_intf
|Bypassed
|Client Interface
|boolean
|True if the session was bypassed, false otherwise
|-
|entitled
|Entitled
|boolean
|True if the session is entitled to premium functionality
|-
|protocol
|Protocol
|smallint
|smallint
|The IP protocol of session
|The client interface
|-
|-
|icmp_type
|server_intf
|ICMP Type
|Server Interface
|smallint
|smallint
|The ICMP type of session if ICMP
|The server interface
|-
|-
|hostname
|c_client_addr
|Hostname
|Client-side Client Address
|text
|inet
|The hostname
|The client-side client IP address
|-
|-
|username
|s_client_addr
|Username
|Server-side Client Address
|text
|The username
|-
|policy_id
|Policy ID
|smallint
|The policy
|-
|c_client_addr
|Client-side Client Address
|inet
|inet
|The client-side client IP address
|The server-side client IP address
|-
|-
|c_server_addr
|c_server_addr
Line 114: Line 88:
|The client-side server IP address
|The client-side server IP address
|-
|-
|c_server_port
|s_server_addr
|Client-side Server Port
|Server-side Server Address
|integer
|inet
|The client-side server port
|The server-side server IP address
|-
|-
|c_client_port
|c_client_port
Line 124: Line 98:
|The client-side client port
|The client-side client port
|-
|-
|s_client_addr
|s_client_port
|Server-side Client Address
|Server-side Client Port
|inet
|integer
|The server-side client IP address
|The server-side client port
|-
|-
|s_server_addr
|c_server_port
|Server-side Server Address
|Client-side Server Port
|inet
|integer
|The server-side server IP address
|The client-side server port
|-
|-
|s_server_port
|s_server_port
Line 139: Line 113:
|The server-side server port
|The server-side server port
|-
|-
|s_client_port
|client_country
|Server-side Client Port
|Client Country
|integer
|text
|The server-side client port
|The client Country
|-
|client_latitude
|Client Latitude
|real
|The client Latitude
|-
|-
|client_intf
|client_longitude
|Client Interface
|Client Longitude
|smallint
|real
|The client interface
|The client Longitude
|-
|-
|server_intf
|server_country
|Server Interface
|Server Country
|smallint
|text
|The server interface
|The server Country
|-
|-
|c2p_bytes
|server_latitude
|From-Client Bytes
|Server Latitude
|bigint
|real
|The number of bytes the client sent to Untangle (client-to-pipeline)
|The server Latitude
|-
|-
|p2c_bytes
|server_longitude
|To-Client Bytes
|Server Longitude
|bigint
|real
|The number of bytes Untangle sent to client (pipeline-to-client)
|The server Longitude
|-
|-
|s2p_bytes
|policy_id
|From-Server Bytes
|Policy ID
|bigint
|smallint
|The number of bytes the server sent to Untangle (client-to-pipeline)
|The policy
|-
|-
|p2s_bytes
|username
|To-Server Bytes
|Username
|bigint
|text
|The number of bytes Untangle sent to server (pipeline-to-client)
|The username associated with this session
|-
|-
|filter_prefix
|hostname
|Filter Block
|Hostname
|text
|text
|The network filter that blocked the connection
|The hostname of the local address
|-
|-
|shield_blocked
|method
|Shield Blocked
|Method
|boolean
|character(1)
|True if the shield blocked the session, false otherwise
|The HTTP method
|-
|-
|firewall_blocked
|uri
|Firewall Blocked
|URI
|boolean
|text
|True if Firewall blocked the session, false otherwise
|The HTTP URI
|-
|-
|firewall_flagged
|host
|Firewall Flagged
|Host
|boolean
|text
|True if Firewall flagged the session, false otherwise
|The HTTP host
|-
|-
|firewall_rule_index
|domain
|Firewall Rule ID
|Domain
|integer
|text
|The matching rule in Firewall (if any)
|The HTTP domain (shortened host)
|-
|-
|application_control_lite_protocol
|referer
|Application Control Lite Protocol
|Referer
|text
|text
|The application protocol according to Application Control Lite
|The Referer URL
|-
|-
|application_control_lite_blocked
|c2s_content_length
|Application Control Lite Blocked
|Client-to-server Content Length
|boolean
|bigint
|True if Application Control Lite blocked the session
|The client-to-server content length
|-
|-
|captive_portal_blocked
|s2c_content_length
|Captive Portal Blocked
|Server-to-client Content Length
|boolean
|bigint
|True if Captive Portal blocked the session
|The server-to-client content length
|-
|-
|captive_portal_rule_index
|s2c_content_type
|Captive Portal Rule ID
|Server-to-client Content Type
|integer
|The matching rule in Captive Portal (if any)
|-
|application_control_application
|Application Control Application
|text
|text
|The application according to Application Control
|The server-to-client content type
|-
|-
|application_control_protochain
|s2c_content_filename
|Application Control Protochain
|Server-to-client Content Disposition Filename
|text
|text
|The protochain according to Application Control
|The server-to-client content disposition filename
|-
|-
|application_control_category
|ad_blocker_cookie_ident
|Application Control Category
|Ad Blocker Cookie
|text
|text
|The category according to Application Control
|This name of cookie blocked by Ad Blocker
|-
|-
|application_control_blocked
|ad_blocker_action
|Application Control Blocked
|Ad Blocker Action
|character(1)
|This action of Ad Blocker on this request
|-
|web_filter_reason
|Web Filter Reason
|character(1)
|This reason Web Filter blocked/flagged this request
|-
|web_filter_category_id
|Web Filter Category Id
|smallint
|This numeric category according to Web Filter
|-
|web_filter_rule_id
|Web Filter Rule Id
|smallint
|This numeric rule according to Web Filter
|-
|web_filter_blocked
|Web Filter Blocked
|boolean
|boolean
|True if Application Control blocked the session
|If Web Filter blocked this request
|-
|-
|application_control_flagged
|web_filter_flagged
|Application Control Flagged
|Web Filter Flagged
|boolean
|boolean
|True if Application Control flagged the session
|If Web Filter flagged this request
|-
|-
|application_control_confidence
|virus_blocker_lite_clean
|Application Control Confidence
|Virus Blocker Lite Clean
|integer
|boolean
|True if Application Control confidence of this session's identification
|The cleanliness of the file according to Virus Blocker Lite
|-
|application_control_ruleid
|Application Control Rule ID
|integer
|The matching rule in Application Control (if any)
|-
|-
|application_control_detail
|virus_blocker_lite_name
|Application Control Detail
|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
|Bandwidth Control Priority
|Virus Blocker Clean
|integer
|boolean
|The priority given to this session
|The cleanliness of the file according to Virus Blocker
|-
|-
|bandwidth_control_rule
|virus_blocker_name
|Bandwidth Control Rule ID
|Virus Blocker Name
|integer
|text
|The matching rule in Bandwidth Control rule (if any)
|The name of the malware according to Virus Blocker
|-
|-
|ssl_inspector_ruleid
|threat_prevention_blocked
|HTTPS Inspector Rule ID
|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
|integer
|The matching rule in HTTPS Inspector rule (if any)
|This numeric rule according to Threat Prevention
|-
|-
|ssl_inspector_status
|threat_prevention_reputation
|HTTPS Inspector Status
|Threat Prevention Reputation
|text
|smallint
|The status/action of the SSL session (INSPECTED/IGNORED/BLOCKED/UNTRUSTED/ABANDONED)
|This numeric threat reputation
|-
|-
|ssl_inspector_detail
|threat_prevention_categories
|HTTPS Inspector Detail
|Threat Prevention Categories
|text
|integer
|Additional text detail about the SSL connection (SNI, IP Address)
|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"
Line 297: Line 296:
!Description
!Description
|-
|-
|address
|time_stamp
|Address
|Timestamp
|inet
|The IP address of the host
|-
|reason
|Reason
|text
|The reason for the action
|-
|start_time
|Start Time
|timestamp without time zone
|timestamp without time zone
|The time the client entered the penalty box
|The time of the event
|-
|-
|end_time
|sig_id
|End Time
|Signature ID
|timestamp without time zone
|bigint
|The time the client exited the penalty box
|This ID of the rule
|-
|-
|time_stamp
|gen_id
|Timestamp
|Grouping ID
|timestamp without time zone
|bigint
|The time of the event
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|-
|-
|}
|class_id
<section end='penaltybox' />
|Classtype ID
 
|bigint
 
|The numeric ID for the classtype
== quotas ==
<section begin='quotas' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|source_addr
|Timestamp
|Source Address
|timestamp without time zone
|inet
|The time of the event
|The source IP address of the packet
|-
|source_port
|Source Port
|integer
|The source port of the packet (if applicable)
|-
|-
|address
|dest_addr
|Address
|Destination Address
|inet
|inet
|The IP address of the host
|The destination IP address of the packet
|-
|-
|action
|dest_port
|Action
|Destination Port
|integer
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|The destination port of the packet (if applicable)
|-
|-
|size
|protocol
|Size
|Protocol
|bigint
|integer
|The size of the quota
|The protocol of the packet
|-
|-
|reason
|blocked
|Reason
|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
|text
|The reason for the action
|The rule id
|-
|-
|}
|}
<section end='quotas' />
<section end='intrusion_prevention_events' />
()


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


== host_table_updates ==
{| border="1" cellpadding="2" width="90%%" align="center"
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Human Name
!Type
!Type
!Description
!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
|-
|-
|time_stamp
|time_stamp
Line 393: Line 389:
|The time of the event
|The time of the event
|-
|-
|}
|ipaddr
<section end='host_table_updates' />
|Client Address
 
|inet
 
|The client IP address
== device_table_updates ==  
|-
<section begin='device_table_updates' />
|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' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 406: Line 427:
!Description
!Description
|-
|-
|mac_address
|event_id
|MAC Address
|Event ID
|text
|bigint
|The MAC address of the device
|The unique event ID
|-
|-
|key
|time_stamp
|Key
|text
|The key being updated
|-
|value
|Value
|text
|The new value for the key
|-
|time_stamp
|Timestamp
|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
 
 
== alerts ==
<section begin='alerts' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time the connection started
|-
|-
|description
|goodbye_stamp
|Text detail of the event
|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
|text
|The description from the alert rule.
|The protocol the client used to connect
|-
|-
|summary_text
|client_username
|Summary Text
|Client Username
|text
|text
|The summary text of the alert
|The username of the client
|-
|-
|json
|net_process
|JSON Text
|Net Process
|text
|text
|The summary JSON representation of the event causing the alert
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|-
|-
|}
|net_interface
<section end='alerts' />
|Net Interface
 
|text
 
|The PPP interface for L2TP connections or the client interface for Xauth connections
== settings_changes ==  
|-
<section begin='settings_changes' />
|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' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 471: Line 499:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 477: Line 510:
|The time of the event
|The time of the event
|-
|-
|settings_file
|local_address
|Settings File
|Local Address
|text
|The local address of the tunnel
|-
|remote_address
|Remote Address
|text
|text
|The name of the file changed
|The remote address of the tunnel
|-
|-
|username
|tunnel_description
|Username
|Tunnel Description
|text
|text
|The username logged in at the time of the change
|The description of the tunnel
|-
|-
|hostname
|event_type
|Hostname
|Event Type
|text
|text
|The remote hostname
|The type of the event (CONNECT,DISCONNECT)
|-
|-
|}
|}
<section end='settings_changes' />
<section end='ipsec_vpn_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 510: Line 548:
|The time of the event
|The time of the event
|-
|-
|interface_id
|tunnel_name
|Interface ID
|Tunnel Name
|integer
|This interface ID
|-
|action
|Action
|text
|text
|This action (CONNECTED/DISCONNECTED)
|The name of the IPsec tunnel
|-
|-
|os_name
|in_bytes
|Interface O/S Name
|In Bytes
|text
|bigint
|This O/S name of the interface
|The number of bytes received during this time frame
|-
|-
|name
|out_bytes
|Interface Name
|Out Bytes
|text
|bigint
|This name of the interface
|The number of bytes transmitted during this time frame
|-
|-
|event_id
|event_id
Line 536: Line 569:
|-
|-
|}
|}
<section end='wan_failover_action_events' />
<section end='ipsec_tunnel_stats' />
()


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


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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,030: Line 1,095:
!Description
!Description
|-
|-
|request_id
|session_id
|Request ID
|Session ID
|bigint
|bigint
|The HTTP request ID
|The session
|-
|-
|time_stamp
|time_stamp
Line 1,040: Line 1,105:
|The time of the event
|The time of the event
|-
|-
|session_id
|c2s_bytes
|Session ID
|From-Client Bytes
|bigint
|bigint
|The session
|The number of bytes the client sent
|-
|-
|client_intf
|s2c_bytes
|Client Interface
|From-Server Bytes
|smallint
|bigint
|The client interface
|The number of bytes the server sent
|-
|-
|server_intf
|start_time
|Server Interface
|Start Time
|smallint
|timestamp without time zone
|The server interface
|The start time of the session
|-
|-
|c_client_addr
|end_time
|Client-side Client Address
|End Time
|inet
|timestamp without time zone
|The client-side client IP address
|The time the session ended
|-
|-
|s_client_addr
|bypassed
|Server-side Client Address
|Bypassed
|inet
|boolean
|The server-side client IP address
|True if the session was bypassed, false otherwise
|-
|-
|c_server_addr
|entitled
|Client-side Server Address
|Entitled
|inet
|boolean
|The client-side server IP address
|True if the session is entitled to premium functionality
|-
|-
|s_server_addr
|protocol
|Server-side Server Address
|Protocol
|inet
|smallint
|The server-side server IP address
|The IP protocol of session
|-
|-
|c_client_port
|icmp_type
|Client-side Client Port
|ICMP Type
|integer
|smallint
|The client-side client port
|The ICMP type of session if ICMP
|-
|-
|s_client_port
|hostname
|Server-side Client Port
|Hostname
|integer
|text
|The server-side client port
|The hostname of the local address
|-
|-
|c_server_port
|username
|Client-side Server Port
|Username
|integer
|text
|The client-side server port
|The username associated with this session
|-
|s_server_port
|Server-side Server Port
|integer
|The server-side server port
|-
|-
|policy_id
|policy_id
Line 1,100: Line 1,160:
|The policy
|The policy
|-
|-
|username
|policy_rule_id
|Username
|Policy Rule ID
|text
|smallint
|The username
|The ID of the matching policy rule (0 means none)
|-
|local_addr
|Local Address
|inet
|The IP address of the local participant
|-
|-
|hostname
|remote_addr
|Hostname
|Remote Address
|text
|inet
|The hostname
|The IP address of the remote participant
|-
|-
|method
|c_client_addr
|Method
|Client-side Client Address
|character(1)
|inet
|The HTTP method
|The client-side client IP address
|-
|-
|uri
|c_server_addr
|URI
|Client-side Server Address
|text
|inet
|The HTTP URI
|The client-side server IP address
|-
|-
|host
|c_server_port
|Host
|Client-side Server Port
|text
|integer
|The HTTP host
|The client-side server port
|-
|-
|domain
|c_client_port
|Domain
|Client-side Client Port
|text
|integer
|The HTTP domain (shortened host)
|The client-side client port
|-
|-
|c2s_content_length
|s_client_addr
|Client-to-server Content Length
|Server-side Client Address
|bigint
|inet
|The client-to-server content length
|The server-side client IP address
|-
|-
|s2c_content_length
|s_server_addr
|Server-to-client Content Length
|Server-side Server Address
|bigint
|inet
|The server-to-client content length
|The server-side server IP address
|-
|-
|s2c_content_type
|s_server_port
|Server-to-client Content Type
|Server-side Server Port
|text
|integer
|The server-to-client content type
|The server-side server port
|-
|-
|ad_blocker_cookie_ident
|s_client_port
|Ad Blocker Cookie
|Server-side Client Port
|text
|integer
|This name of cookie blocked by Ad Blocker
|The server-side client port
|-
|-
|ad_blocker_action
|client_intf
|Ad Blocker Action
|Client Interface
|character(1)
|smallint
|This action of Ad Blocker on this request
|The client interface
|-
|-
|web_filter_lite_reason
|server_intf
|Web Filter Lite Reason
|Server Interface
|character(1)
|smallint
|This reason Web Filter Lite blocked/flagged this request
|The server interface
|-
|-
|web_filter_lite_category
|client_country
|Web Filter Lite Category
|Client Country
|text
|text
|This category according to Web Filter Lite
|The client Country
|-
|-
|web_filter_lite_blocked
|client_latitude
|Web Filter Lite Blocked
|Client Latitude
|boolean
|real
|If Web Filter Lite blocked this request
|The client Latitude
|-
|client_longitude
|Client Longitude
|real
|The client Longitude
|-
|-
|web_filter_lite_flagged
|server_country
|Web Filter Lite Flagged
|Server Country
|boolean
|text
|If Web Filter Lite flagged this request
|The server Country
|-
|-
|web_filter_reason
|server_latitude
|Web Filter Reason
|Server Latitude
|character(1)
|real
|This reason Web Filter blocked/flagged this request
|The server Latitude
|-
|server_longitude
|Server Longitude
|real
|The server Longitude
|-
|-
|web_filter_category
|filter_prefix
|Web Filter Category
|Filter Block
|text
|text
|This category according to Web Filter
|The network filter that blocked the connection (filter,shield,invalid)
|-
|firewall_blocked
|Firewall Blocked
|boolean
|True if Firewall blocked the session, false otherwise
|-
|-
|web_filter_blocked
|firewall_flagged
|Web Filter Blocked
|Firewall Flagged
|boolean
|boolean
|If Web Filter blocked this request
|True if Firewall flagged the session, false otherwise
|-
|firewall_rule_index
|Firewall Rule ID
|integer
|The matching rule in Firewall (if any)
|-
|-
|web_filter_flagged
|threat_prevention_blocked
|Web Filter Flagged
|Threat Prevention Blocked
|boolean
|boolean
|If Web Filter flagged this request
|If Threat Prevention blocked
|-
|-
|virus_blocker_lite_clean
|threat_prevention_flagged
|Virus Blocker Lite Clean
|Threat Prevention Flagged
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|If Threat Prevention flagged
|-
|-
|virus_blocker_lite_name
|threat_prevention_reason
|Virus Blocker Lite Name
|Threat Prevention Reason
|text
|character(1)
|The name of the malware according to Virus Blocker Lite
|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
|-
|-
|virus_blocker_clean
|threat_prevention_server_reputation
|Virus Blocker Clean
|Threat Prevention Server Reputation
|boolean
|smallint
|The cleanliness of the file according to Virus Blocker
|Numeric server reputation of Threat Prevention
|-
|-
|virus_blocker_name
|threat_prevention_server_categories
|Virus Blocker Name
|Threat Prevention Server Categories
|text
|integer
|The name of the malware according to Virus Blocker
|Bitmask server categories of Threat Prevention
|-
|-
|referer
|application_control_lite_protocol
|Referer
|Application Control Lite Protocol
|text
|text
|The Referer URL
|The application protocol according to Application Control Lite
|-
|-
|}
|application_control_lite_blocked
<section end='http_events' />
|Application Control Lite Blocked
 
|boolean
 
|True if Application Control Lite blocked the session
== ftp_events ==
<section begin='ftp_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|event_id
|captive_portal_blocked
|Event ID
|Captive Portal Blocked
|bigint
|boolean
|The unique event ID
|True if Captive Portal blocked the session
|-
|-
|time_stamp
|captive_portal_rule_index
|Timestamp
|Captive Portal Rule ID
|timestamp without time zone
|integer
|The time of the event
|The matching rule in Captive Portal (if any)
|-
|-
|session_id
|application_control_application
|Session ID
|Application Control Application
|bigint
|text
|The session
|The application according to Application Control
|-
|-
|client_intf
|application_control_protochain
|Client Interface
|Application Control Protochain
|smallint
|text
|The client interface
|The protochain according to Application Control
|-
|-
|server_intf
|application_control_category
|Server Interface
|Application Control Category
|smallint
|text
|The server interface
|The category according to Application Control
|-
|-
|c_client_addr
|application_control_blocked
|Client-side Client Address
|Application Control Blocked
|inet
|boolean
|The client-side client IP address
|True if Application Control blocked the session
|-
|-
|s_client_addr
|application_control_flagged
|Server-side Client Address
|Application Control Flagged
|inet
|boolean
|The server-side client IP address
|True if Application Control flagged the session
|-
|-
|c_server_addr
|application_control_confidence
|Client-side Server Address
|Application Control Confidence
|inet
|integer
|The client-side server IP address
|True if Application Control confidence of this session's identification
|-
|-
|s_server_addr
|application_control_ruleid
|Server-side Server Address
|Application Control Rule ID
|inet
|integer
|The server-side server IP address
|The matching rule in Application Control (if any)
|-
|-
|policy_id
|application_control_detail
|Policy ID
|Application Control Detail
|bigint
|text
|The policy
|The text detail from the Application Control engine
|-
|-
|username
|bandwidth_control_priority
|Username
|Bandwidth Control Priority
|text
|integer
|The username
|The priority given to this session
|-
|-
|hostname
|bandwidth_control_rule
|Hostname
|Bandwidth Control Rule ID
|text
|integer
|The hostname
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|request_id
|ssl_inspector_ruleid
|Request ID
|SSL Inspector Rule ID
|bigint
|integer
|The FTP request ID
|The matching rule in SSL Inspector rule (if any)
|-
|-
|method
|ssl_inspector_status
|Method
|SSL Inspector Status
|character(1)
|text
|The FTP method
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|-
|uri
|ssl_inspector_detail
|URI
|SSL Inspector Detail
|text
|text
|The FTP URI
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|-
|virus_blocker_lite_clean
|tags
|Virus Blocker Lite Clean
|Tags
|boolean
|text
|The cleanliness of the file according to Virus Blocker Lite
|The tags on this session
|-
|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' />
<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"
Line 1,340: Line 1,417:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 1,351: Line 1,423:
|The time of the event
|The time of the event
|-
|-
|connect_stamp
|entity
|Connect Time
|Entity
|timestamp without time zone
|text
|The time the connection started
|The IP entity given the quota (address/username)
|-
|-
|goodbye_stamp
|action
|End Time
|Action
|timestamp without time zone
|integer
|The time the connection ended
|The action (1=Quota Given, 2=Quota Exceeded)
|-
|-
|client_address
|size
|Client Address
|Size
|text
|bigint
|The remote IP address of the client
|The size of the quota
|-
|-
|client_protocol
|reason
|Client Protocol
|Reason
|text
|text
|The protocol the client used to connect
|The reason for the action
|-
|-
|client_username
|}
|Client Username
<section end='quotas' />
|text
()
|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
|-
|address
|Address
|inet
|The IP address of the host
|-
|-
|net_process
|key
|Net Process
|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
|Net Interface
|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
|Elapsed Time
|Old Value
|text
|text
|The total time the client was connected
|The old value for the key
|-
|-
|rx_bytes
|time_stamp
|Bytes Received
|Timestamp
|bigint
|timestamp without time zone
|The number of bytes received from the client in this connection
|The time of the event
|-
|tx_bytes
|Bytes Sent
|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"
Line 1,414: Line 1,494:
!Description
!Description
|-
|-
|time_stamp
|mac_address
|Timestamp
|MAC Address
|timestamp without time zone
|text
|The time of the event
|The MAC address of the device
|-
|-
|success
|key
|Success
|Key
|boolean
|text
|The result of the backup (true if the backup succeeded, false otherwise)
|The key being updated
|-
|-
|description
|value
|Text detail of the event
|Value
|text
|text
|Text detail of the event
|The new value for the key
|-
|-
|destination
|old_value
|Destination
|Old Value
|text
|text
|The location of the backup
|The old value for the key
|-
|-
|event_id
|time_stamp
|Event ID
|Timestamp
|bigint
|timestamp without time zone
|The unique event ID
|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"
Line 1,452: Line 1,532:
!Description
!Description
|-
|-
|time_stamp
|username
|Timestamp
|Username
|timestamp without time zone
|text
|The time of the event
|The username
|-
|-
|tunnel_name
|key
|Tunnel Name
|Key
|text
|text
|The name of the IPsec tunnel
|The key being updated
|-
|-
|in_bytes
|value
|In Bytes
|Value
|bigint
|text
|The number of bytes received during this time frame
|The new value for the key
|-
|-
|out_bytes
|old_value
|Out Bytes
|Old Value
|bigint
|text
|The number of bytes transmitted during this time frame
|The old value for the key
|-
|-
|event_id
|time_stamp
|Event ID
|Timestamp
|bigint
|timestamp without time zone
|The unique event ID
|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"
Line 1,495: Line 1,575:
|The time of the event
|The time of the event
|-
|-
|load_1
|description
|CPU load (1-min)
|Text detail of the event
|numeric(6,2)
|text
|The 1-minute CPU load
|The description from the alert rule.
|-
|-
|load_5
|summary_text
|CPU load (5-min)
|Summary Text
|numeric(6,2)
|text
|The 5-minute CPU load
|The summary text of the alert
|-
|-
|load_15
|json
|CPU load (15-min)
|JSON Text
|numeric(6,2)
|text
|The 15-minute CPU load
|The summary JSON representation of the event causing the alert
|-
|-
|cpu_user
|}
|CPU User Utilization
<section end='alerts' />
|numeric(6,3)
()
|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
|CPU System Utilization
|Timestamp
|numeric(6,3)
|timestamp without time zone
|The system CPU percent utilization
|The time of the event
|-
|-
|mem_total
|settings_file
|Total Memory
|Settings File
|bigint
|text
|The total bytes of memory
|The name of the file changed
|-
|-
|mem_free
|username
|Memory Free
|Username
|bigint
|text
|The number of free bytes of memory
|The username logged in at the time of the change
|-
|-
|disk_total
|hostname
|Disk Size
|Hostname
|bigint
|text
|The total disk size in bytes
|The remote hostname
|-
|-
|disk_free
|}
|Disk Free
<section end='settings_changes' />
|bigint
()
|The free disk space in bytes
 
== web_cache_stats ==
<section begin='web_cache_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|swap_total
|time_stamp
|Swap Size
|Timestamp
|timestamp without time zone
|The time of the event
|-
|hits
|Hits
|bigint
|bigint
|The total swap size in bytes
|The number of cache hits during this time frame
|-
|-
|swap_free
|misses
|Swap Free
|Misses
|bigint
|bigint
|The free disk swap in bytes
|The number of cache misses during this time frame
|-
|-
|active_hosts
|bypasses
|Active Hosts
|Bypasses
|integer
|bigint
|The number of active hosts
|The number of cache user bypasses during this time frame
|-
|-
|}
|systems
<section end='server_events' />
|System bypasses
 
|bigint
 
|The number of cache system bypasses during this time frame
== captive_portal_user_events ==  
|-
<section begin='captive_portal_user_events' />
|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' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,573: Line 1,694:
|The time of the event
|The time of the event
|-
|-
|policy_id
|load_1
|Policy ID
|CPU load (1-min)
|bigint
|numeric(6,2)
|The policy
|The 1-minute CPU load
|-
|-
|event_id
|load_5
|Event ID
|CPU load (5-min)
|bigint
|numeric(6,2)
|The unique event ID
|The 5-minute CPU load
|-
|-
|login_name
|load_15
|Login Name
|CPU load (15-min)
|text
|numeric(6,2)
|The login username
|The 15-minute CPU load
|-
|-
|event_info
|cpu_user
|Event Type
|CPU User Utilization
|text
|numeric(6,3)
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|The user CPU percent utilization
|-
|-
|auth_type
|cpu_system
|Authorization Type
|CPU System Utilization
|text
|numeric(6,3)
|The authorization type for this event
|The system CPU percent utilization
|-
|-
|client_addr
|mem_total
|Client Address
|Total Memory
|text
|bigint
|The remote IP address of the client
|The total bytes of memory
|-
|-
|}
|mem_free
<section end='captive_portal_user_events' />
|Memory Free
 
|bigint
 
|The number of free bytes of memory
== 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
|disk_total
|Timestamp
|Disk Size
|timestamp without time zone
|bigint
|The time of the event
|The total disk size in bytes
|-
|-
|login_name
|disk_free
|Login Name
|Disk Free
|text
|bigint
|The login name
|The free disk space in bytes
|-
|-
|domain
|swap_total
|Domain
|Swap Size
|text
|bigint
|The AD domain
|The total swap size in bytes
|-
|-
|type
|swap_free
|Type
|Swap Free
|text
|bigint
|The type of event (I=Login,U=Update,O=Logout)
|The free disk swap in bytes
|-
|-
|client_addr
|active_hosts
|Client Address
|Active Hosts
|inet
|integer
|The client IP address
|The number of active hosts
|-
|-
|}
|}
<section end='directory_connector_login_events' />
<section end='server_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,659: Line 1,772:
|The time of the event
|The time of the event
|-
|-
|hits
|interface_id
|Hits
|Interface ID
|bigint
|integer
|The number of cache hits during this time frame
|The interface ID
|-
|rx_rate
|Rx Rate
|double precision
|The RX rate (bytes/s)
|-
|-
|misses
|rx_bytes
|Misses
|Bytes Received
|bigint
|bigint
|The number of cache misses during this time frame
|The number of bytes received from the client in this connection
|-
|-
|bypasses
|tx_rate
|Bypasses
|Tx Rate
|bigint
|double precision
|The number of cache user bypasses during this time frame
|The TX rate (bytes/s)
|-
|-
|systems
|tx_bytes
|System bypasses
|Bytes Sent
|bigint
|bigint
|The number of cache system bypasses during this time frame
|The number of bytes sent to the client in this connection
|-
|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' />
<section end='interface_stat_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,706: Line 1,809:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 1,780: Line 1,878:
|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
|Hostname
|text
|text
|The hostname
|The hostname of the local address
|-
|-
|request_id
|event_id
|Request ID
|Event ID
|bigint
|bigint
|The HTTP request ID
|The unique event ID
|-
|-
|method
|sender
|Method
|Sender
|character(1)
|text
|The HTTP method
|The address of the sender
|-
|-
|uri
|receiver
|URI
|Receiver
|text
|text
|The HTTP URI
|The address of the receiver
|-
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|term
|virus_blocker_lite_name
|Search Term
|Virus Blocker Lite Name
|text
|text
|The search term
|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
|-
|-
|host
|virus_blocker_name
|Host
|Virus Blocker Name
|text
|text
|The HTTP host
|The name of the malware according to Virus Blocker
|-
|-
|c2s_content_length
|spam_blocker_lite_score
|Client-to-server Content Length
|Spam Blocker Lite Score
|bigint
|real
|The client-to-server content length
|The score of the email according to Spam Blocker Lite
|-
|-
|s2c_content_length
|spam_blocker_lite_is_spam
|Server-to-client Content Length
|Spam Blocker Lite Spam
|bigint
|boolean
|The server-to-client content length
|The spam status of the email according to Spam Blocker Lite
|-
|-
|s2c_content_type
|spam_blocker_lite_tests_string
|Server-to-client Content Type
|Spam Blocker Lite Tests
|text
|text
|The server-to-client content type
|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
<section end='http_query_events' />
|Spam Blocker Score
 
|real
 
|The score of the email according to Spam Blocker
== openvpn_stats ==
<section begin='openvpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|spam_blocker_is_spam
|Timestamp
|Spam Blocker Spam
|timestamp without time zone
|boolean
|The time of the event
|The spam status of the email according to Spam Blocker
|-
|-
|start_time
|spam_blocker_tests_string
|Start Time
|Spam Blocker Tests
|timestamp without time zone
|text
|The time the OpenVPN session started
|The tess results for Spam Blocker
|-
|-
|end_time
|spam_blocker_action
|End Time
|Spam Blocker Action
|timestamp without time zone
|character(1)
|The time the OpenVPN session ended
|The action taken by Spam Blocker
|-
|-
|rx_bytes
|phish_blocker_score
|Bytes Received
|Phish Blocker Score
|bigint
|real
|The total bytes received from the client during this session
|The score of the email according to Phish Blocker
|-
|-
|tx_bytes
|phish_blocker_is_spam
|Bytes Sent
|Phish Blocker Phish
|bigint
|boolean
|The total bytes sent to the client during this session
|The phish status of the email according to Phish Blocker
|-
|-
|remote_address
|phish_blocker_tests_string
|Remote Address
|Phish Blocker Tests
|inet
|text
|The remote IP address of the client
|The tess results for Phish Blocker
|-
|-
|pool_address
|phish_blocker_action
|Pool Address
|Phish Blocker Action
|inet
|character(1)
|The pool IP address of the client
|The action taken by Phish Blocker
|-
|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' />
<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"
Line 1,908: Line 2,008:
|The time of the event
|The time of the event
|-
|-
|remote_address
|session_id
|Remote Address
|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
|inet
|The remote IP address of the client
|The client-side client IP address
|-
|-
|pool_address
|s_client_addr
|Pool Address
|Server-side Client Address
|inet
|inet
|The pool IP address of the client
|The server-side client IP address
|-
|-
|client_name
|c_server_addr
|Client Name
|Client-side Server Address
|text
|inet
|The name of the client
|The client-side server IP address
|-
|-
|type
|s_server_addr
|Type
|Server-side Server Address
|text
|inet
|The type of the event (CONNECT/DISCONNECT)
|The server-side server IP address
|-
|-
|}
|c_client_port
<section end='openvpn_events' />
|Client-side Client Port
 
|integer
 
|The client-side client port
== intrusion_prevention_events ==
<section begin='intrusion_prevention_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|s_client_port
|Timestamp
|Server-side Client Port
|timestamp without time zone
|integer
|The time of the event
|The server-side client port
|-
|-
|sig_id
|c_server_port
|Signature ID
|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
|bigint
|This ID of the rule
|The policy
|-
|-
|gen_id
|username
|Grouping ID
|Username
|bigint
|text
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|The username associated with this session
|-
|-
|class_id
|msg_id
|Classtype ID
|Message ID
|bigint
|bigint
|The numeric ID for the classtype
|The message ID
|-
|-
|source_addr
|subject
|Source Address
|Subject
|inet
|text
|The source IP address of the packet
|The email subject
|-
|-
|source_port
|addr
|Source Port
|Address
|integer
|text
|The source port of the packet (if applicable)
|The address of this event
|-
|-
|dest_addr
|addr_name
|Destination Address
|Address Name
|inet
|text
|The destination IP address of the packet
|The name for this address
|-
|-
|dest_port
|addr_kind
|Destination Port
|Address Kind
|integer
|character(1)
|The destination port of the packet (if applicable)
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|-
|-
|protocol
|hostname
|Protocol
|Hostname
|integer
|text
|The protocol of the packet
|The hostname of the local address
|-
|-
|blocked
|event_id
|Blocked
|Event ID
|boolean
|bigint
|If the packet was blocked/dropped
|The unique event ID
|-
|-
|category
|sender
|Category
|Sender
|text
|text
|The application specific grouping
|The address of the sender
|-
|-
|classtype
|virus_blocker_lite_clean
|Classtype
|Virus Blocker Lite Clean
|text
|boolean
|The generalized threat rule grouping (unrelated to gen_id)
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|msg
|virus_blocker_lite_name
|Message
|Virus Blocker Lite Name
|text
|text
|The "title" or "description" of the rule
|The name of the malware according to Virus Blocker Lite
|-
|-
|}
|virus_blocker_clean
<section end='intrusion_prevention_events' />
|Virus Blocker Clean
 
|boolean
 
|The cleanliness of the file according to Virus Blocker
== interface_stat_events ==
<section begin='interface_stat_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|virus_blocker_name
|Timestamp
|Virus Blocker Name
|timestamp without time zone
|text
|The time of the event
|The name of the malware according to Virus Blocker
|-
|-
|interface_id
|spam_blocker_lite_score
|Interface ID
|Spam Blocker Lite Score
|integer
|real
|The interface ID
|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
|-
|-
|rx_rate
|spam_blocker_lite_tests_string
|Rx Rate
|Spam Blocker Lite Tests
|double precision
|text
|The RX rate (bytes/s)
|The tess results for Spam Blocker Lite
|-
|-
|tx_rate
|spam_blocker_score
|Tx Rate
|Spam Blocker Score
|double precision
|real
|The TX rate (bytes/s)
|The score of the email according to Spam Blocker
|-
|-
|}
|spam_blocker_is_spam
<section end='interface_stat_events' />
|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' />
()

Revision as of 14:44, 19 February 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 Web Filter Reason character(1) This reason Web Filter blocked/flagged this request
web_filter_category_id Web Filter Category Id smallint This numeric category according to Web Filter
web_filter_rule_id Web Filter Rule Id smallint This numeric rule according to Web Filter
web_filter_blocked Web Filter Blocked boolean If Web Filter blocked this request
web_filter_flagged Web Filter Flagged 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' /> ()