Database Schema: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Database Tables =
= Database Tables =


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 15: 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 53: 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 63: 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 of the local address
|The client-side client IP address
|-
|-
|username
|s_client_addr
|Username
|Server-side Client Address
|text
|inet
|The username associated with this session
|The server-side client IP address
|-
|policy_id
|Policy ID
|smallint
|The policy
|-
|policy_rule_id
|Policy Rule ID
|smallint
|The ID of the matching policy rule (0 means none)
|-
|c_client_addr
|Client-side Client Address
|inet
|The client-side client IP address
|-
|-
|c_server_addr
|c_server_addr
Line 118: 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 128: 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 142: Line 112:
|integer
|integer
|The server-side server port
|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
Line 188: Line 143:
|The server Longitude
|The server Longitude
|-
|-
|c2p_bytes
|policy_id
|From-Client Bytes
|Policy ID
|bigint
|smallint
|The number of bytes the client sent to Untangle (client-to-pipeline)
|The policy
|-
|-
|p2c_bytes
|username
|To-Client Bytes
|Username
|bigint
|text
|The number of bytes Untangle sent to client (pipeline-to-client)
|The username associated with this session
|-
|-
|s2p_bytes
|hostname
|From-Server Bytes
|Hostname
|bigint
|text
|The number of bytes the server sent to Untangle (client-to-pipeline)
|The hostname of the local address
|-
|-
|p2s_bytes
|method
|To-Server Bytes
|Method
|bigint
|character(1)
|The number of bytes Untangle sent to server (pipeline-to-client)
|The HTTP method
|-
|-
|filter_prefix
|uri
|Filter Block
|URI
|text
|text
|The network filter that blocked the connection (filter,shield,invalid)
|The HTTP URI
|-
|-
|firewall_blocked
|host
|Firewall Blocked
|Host
|boolean
|text
|True if Firewall blocked the session, false otherwise
|The HTTP host
|-
|-
|firewall_flagged
|domain
|Firewall Flagged
|Domain
|boolean
|text
|True if Firewall flagged the session, false otherwise
|The HTTP domain (shortened host)
|-
|-
|firewall_rule_index
|referer
|Firewall Rule ID
|Referer
|integer
|The matching rule in Firewall (if any)
|-
|application_control_lite_protocol
|Application Control Lite Protocol
|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
|boolean
|character(1)
|True if Application Control blocked the session
|This action of Ad Blocker on this request
|-
|-
|application_control_flagged
|web_filter_reason
|Application Control Flagged
|Reason for action (Web Filter)
|character(1)
|This reason Web Filter blocked/flagged this request
|-
|web_filter_category_id
|Web Category (Web Filter)
|smallint
|This numeric category according to Web Filter
|-
|web_filter_rule_id
|Web Rule (Web Filter)
|smallint
|This numeric rule according to Web Filter
|-
|web_filter_blocked
|Blocked (Web Filter)
|boolean
|boolean
|True if Application Control flagged the session
|If Web Filter blocked this request
|-
|-
|application_control_confidence
|web_filter_flagged
|Application Control Confidence
|Flagged (Web Filter)
|integer
|boolean
|True if Application Control confidence of this session's identification
|If Web Filter flagged this request
|-
|-
|application_control_ruleid
|virus_blocker_lite_clean
|Application Control Rule ID
|Virus Blocker Lite Clean
|integer
|boolean
|The matching rule in Application Control (if any)
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|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
|-
|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
|-
|-
|bandwidth_control_rule
|threat_prevention_flagged
|Bandwidth Control Rule ID
|Threat Prevention Flagged
|integer
|boolean
|The matching rule in Bandwidth Control rule (if any)
|If Threat Prevention flagged this request
|-
|-
|ssl_inspector_ruleid
|threat_prevention_rule_id
|SSL Inspector Rule ID
|Threat Prevention Rule Id
|integer
|integer
|The matching rule in SSL Inspector rule (if any)
|This numeric rule according to Threat Prevention
|-
|-
|ssl_inspector_status
|threat_prevention_reputation
|SSL 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
|SSL Inspector Detail
|Threat Prevention Categories
|text
|integer
|Additional text detail about the SSL connection (SNI, IP Address)
|This bitmask of threat categories
|-
|local_addr
|Local Address
|inet
|The IP address of the local participant
|-
|remote_addr
|Remote Address
|inet
|The IP address of the remote participant
|-
|tags
|Tags
|text
|The tags on this session
|-
|-
|}
|}
<section end='sessions' />
<section end='http_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 340: Line 295:
!Type
!Type
!Description
!Description
|-
|session_id
|Session ID
|bigint
|The session
|-
|-
|time_stamp
|time_stamp
Line 351: Line 301:
|The time of the event
|The time of the event
|-
|-
|c2s_bytes
|sig_id
|From-Client Bytes
|Signature ID
|bigint
|bigint
|The number of bytes the client sent
|This ID of the rule
|-
|-
|s2c_bytes
|gen_id
|From-Server Bytes
|Grouping ID
|bigint
|bigint
|The number of bytes the server sent
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|-
|-
|start_time
|class_id
|Start Time
|Classtype ID
|timestamp without time zone
|bigint
|The start time of the session
|The numeric ID for the classtype
|-
|-
|end_time
|source_addr
|End Time
|Source Address
|timestamp without time zone
|inet
|The time the session ended
|The source IP address of the packet
|-
|-
|bypassed
|source_port
|Bypassed
|Source Port
|boolean
|integer
|True if the session was bypassed, false otherwise
|The source port of the packet (if applicable)
|-
|-
|entitled
|dest_addr
|Entitled
|Destination Address
|boolean
|inet
|True if the session is entitled to premium functionality
|The destination IP address of the packet
|-
|dest_port
|Destination Port
|integer
|The destination port of the packet (if applicable)
|-
|-
|protocol
|protocol
|Protocol
|Protocol
|smallint
|integer
|The IP protocol of session
|The protocol of the packet
|-
|-
|icmp_type
|blocked
|ICMP Type
|Blocked
|smallint
|boolean
|The ICMP type of session if ICMP
|If the packet was blocked/dropped
|-
|-
|hostname
|category
|Hostname
|Category
|text
|text
|The hostname of the local address
|The application specific grouping for the signature
|-
|-
|username
|classtype
|Username
|Classtype
|text
|text
|The username associated with this session
|The generalized threat signature grouping (unrelated to gen_id)
|-
|-
|policy_id
|msg
|Policy ID
|Message
|smallint
|text
|The policy
|The "title" or "description" of the signature
|-
|-
|policy_rule_id
|rid
|Policy Rule ID
|Rule ID
|smallint
|text
|The ID of the matching policy rule (0 means none)
|The rule id
|-
|-
|c_client_addr
|rule_id
|Client-side Client Address
|Rule ID
|inet
|text
|The client-side client IP address
|The rule id
|-
|-
|c_server_addr
|}
|Client-side Server Address
<section end='intrusion_prevention_events' />
|inet
()
|The client-side server IP address
 
== smtp_tarpit_events ==
<section begin='smtp_tarpit_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|c_server_port
|time_stamp
|Client-side Server Port
|Timestamp
|integer
|timestamp without time zone
|The client-side server port
|The time of the event
|-
|-
|c_client_port
|ipaddr
|Client-side Client Port
|Client Address
|integer
|The client-side client port
|-
|s_client_addr
|Server-side Client Address
|inet
|inet
|The server-side client IP address
|The client IP address
|-
|-
|s_server_addr
|hostname
|Server-side Server Address
|Hostname
|inet
|text
|The server-side server IP address
|The hostname of the local address
|-
|-
|s_server_port
|policy_id
|Server-side Server Port
|Policy ID
|integer
|bigint
|The server-side server port
|The policy
|-
|-
|s_client_port
|vendor_name
|Server-side Client Port
|Vendor Name
|integer
|character varying(255)
|The server-side client port
|The "vendor name" of the app that logged the event
|-
|-
|client_intf
|event_id
|Client Interface
|Event ID
|smallint
|bigint
|The client interface
|The unique event ID
|-
|-
|server_intf
|}
|Server Interface
<section end='smtp_tarpit_events' />
|smallint
()
|The server interface
 
== ipsec_user_events ==
<section begin='ipsec_user_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|client_country
|event_id
|Client Country
|Event ID
|text
|bigint
|The client Country
|The unique event ID
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|-
|client_latitude
|connect_stamp
|Client Latitude
|Connect Time
|real
|timestamp without time zone
|The client Latitude
|The time the connection started
|-
|-
|client_longitude
|goodbye_stamp
|Client Longitude
|End Time
|real
|timestamp without time zone
|The client Longitude
|The time the connection ended
|-
|-
|server_country
|client_address
|Server Country
|Client Address
|text
|text
|The server Country
|The remote IP address of the client
|-
|-
|server_latitude
|client_protocol
|Server Latitude
|Client Protocol
|real
|text
|The server Latitude
|The protocol the client used to connect
|-
|-
|server_longitude
|client_username
|Server Longitude
|Client Username
|real
|text
|The server Longitude
|The username of the client
|-
|-
|filter_prefix
|net_process
|Filter Block
|Net Process
|text
|text
|The network filter that blocked the connection (filter,shield,invalid)
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|-
|-
|firewall_blocked
|net_interface
|Firewall Blocked
|Net Interface
|boolean
|text
|True if Firewall blocked the session, false otherwise
|The PPP interface for L2TP connections or the client interface for Xauth connections
|-
|-
|firewall_flagged
|elapsed_time
|Firewall Flagged
|Elapsed Time
|boolean
|True if Firewall flagged the session, false otherwise
|-
|firewall_rule_index
|Firewall Rule ID
|integer
|The matching rule in Firewall (if any)
|-
|application_control_lite_protocol
|Application Control Lite Protocol
|text
|text
|The application protocol according to Application Control Lite
|The total time the client was connected
|-
|-
|application_control_lite_blocked
|rx_bytes
|Application Control Lite Blocked
|Bytes Received
|boolean
|bigint
|True if Application Control Lite blocked the session
|The number of bytes received from the client in this connection
|-
|-
|captive_portal_blocked
|tx_bytes
|Captive Portal Blocked
|Bytes Sent
|boolean
|bigint
|True if Captive Portal blocked the session
|The number of bytes sent to the client in this connection
|-
|-
|captive_portal_rule_index
|}
|Captive Portal Rule ID
<section end='ipsec_user_events' />
|integer
()
|The matching rule in Captive Portal (if any)
 
== ipsec_vpn_events ==
<section begin='ipsec_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
|-
|-
|application_control_application
|local_address
|Application Control Application
|Local Address
|text
|text
|The application according to Application Control
|The local address of the tunnel
|-
|-
|application_control_protochain
|remote_address
|Application Control Protochain
|Remote Address
|text
|text
|The protochain according to Application Control
|The remote address of the tunnel
|-
|-
|application_control_category
|tunnel_description
|Application Control Category
|Tunnel Description
|text
|text
|The category according to Application Control
|The description of the tunnel
|-
|-
|application_control_blocked
|event_type
|Application Control Blocked
|Event Type
|boolean
|text
|True if Application Control blocked the session
|The type of the event (CONNECT,DISCONNECT)
|-
|-
|application_control_flagged
|}
|Application Control Flagged
<section end='ipsec_vpn_events' />
|boolean
()
|True if Application Control flagged the session
 
== ipsec_tunnel_stats ==
<section begin='ipsec_tunnel_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|application_control_confidence
|time_stamp
|Application Control Confidence
|Timestamp
|integer
|timestamp without time zone
|True if Application Control confidence of this session's identification
|The time of the event
|-
|-
|application_control_ruleid
|tunnel_name
|Application Control Rule ID
|Tunnel Name
|integer
|text
|The matching rule in Application Control (if any)
|The name of the IPsec tunnel
|-
|-
|application_control_detail
|in_bytes
|Application Control Detail
|In Bytes
|text
|bigint
|The text detail from the Application Control engine
|The number of bytes received during this time frame
|-
|-
|bandwidth_control_priority
|out_bytes
|Bandwidth Control Priority
|Out Bytes
|integer
|bigint
|The priority given to this session
|The number of bytes transmitted during this time frame
|-
|-
|bandwidth_control_rule
|event_id
|Bandwidth Control Rule ID
|Event ID
|integer
|bigint
|The matching rule in Bandwidth Control rule (if any)
|The unique event ID
|-
|-
|ssl_inspector_ruleid
|}
|SSL Inspector Rule ID
<section end='ipsec_tunnel_stats' />
|integer
()
|The matching rule in SSL Inspector rule (if any)
 
== http_query_events ==
<section begin='http_query_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|ssl_inspector_status
|event_id
|SSL Inspector Status
|Event ID
|text
|bigint
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|The unique event ID
|-
|-
|ssl_inspector_detail
|time_stamp
|SSL Inspector Detail
|Timestamp
|text
|timestamp without time zone
|Additional text detail about the SSL connection (SNI, IP Address)
|The time of the event
|-
|-
|local_addr
|session_id
|Local Address
|Session ID
|inet
|bigint
|The IP address of the local participant
|The session
|-
|-
|remote_addr
|client_intf
|Remote Address
|Client Interface
|smallint
|The client interface
|-
|server_intf
|Server Interface
|smallint
|The server interface
|-
|c_client_addr
|Client-side Client Address
|inet
|inet
|The IP address of the remote participant
|The client-side client IP address
|-
|-
|tags
|s_client_addr
|Tags
|Server-side Client Address
|text
|inet
|The tags on this session
|The server-side client IP address
|-
|-
|}
|c_server_addr
<section end='session_minutes' />
|Client-side Server Address
 
|inet
 
|The client-side server IP address
== quotas ==
<section begin='quotas' />
 
{| 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
|-
|-
|action
|c_client_port
|Action
|Client-side Client Port
|integer
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|The client-side client port
|-
|-
|size
|s_client_port
|Size
|Server-side Client Port
|bigint
|integer
|The size of the quota
|The server-side client port
|-
|-
|reason
|c_server_port
|Reason
|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
|text
|The reason for the action
|The username associated with this session
|-
|-
|entity
|hostname
|Entity
|Hostname
|text
|text
|The IP entity given the quota (address/username)
|The hostname of the local address
|-
|request_id
|Request ID
|bigint
|The HTTP request ID
|-
|-
|}
|method
<section end='quotas' />
|Method
 
|character(1)
 
|The HTTP method
== host_table_updates ==
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|address
|uri
|Address
|URI
|inet
|text
|The IP address of the host
|The HTTP URI
|-
|-
|key
|term
|Key
|Search Term
|text
|text
|The key being updated
|The search term
|-
|-
|value
|host
|Value
|Host
|text
|text
|The new value for the key
|The HTTP host
|-
|-
|time_stamp
|c2s_content_length
|Timestamp
|Client-to-server Content Length
|timestamp without time zone
|bigint
|The time of the event
|The client-to-server content length
|-
|s2c_content_length
|Server-to-client Content Length
|bigint
|The server-to-client content length
|-
|-
|old_value
|s2c_content_type
|Old Value
|Server-to-client Content Type
|text
|text
|The old value for the key
|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='host_table_updates' />
<section end='http_query_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 700: Line 724:
!Description
!Description
|-
|-
|mac_address
|time_stamp
|MAC Address
|Timestamp
|text
|The MAC address of the device
|-
|key
|Key
|text
|The key being updated
|-
|value
|Value
|text
|The new value for the key
|-
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|old_value
|login
|Old Value
|Login
|text
|text
|The old value for the key
|The login name
|-
|local
|Local
|boolean
|True if it is a login attempt through a local process
|-
|-
|}
|client_addr
<section end='device_table_updates' />
|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' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 737: Line 766:
!Type
!Type
!Description
!Description
|-
|session_id
|Session ID
|bigint
|The session
|-
|-
|time_stamp
|time_stamp
Line 743: Line 777:
|The time of the event
|The time of the event
|-
|-
|description
|end_time
|Text detail of the event
|End Time
|text
|timestamp without time zone
|The description from the alert rule.
|The time the session ended
|-
|-
|summary_text
|bypassed
|Summary Text
|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
|text
|The summary text of the alert
|The hostname of the local address
|-
|-
|json
|username
|JSON Text
|Username
|text
|text
|The summary JSON representation of the event causing the alert
|The username associated with this session
|-
|-
|}
|policy_id
<section end='alerts' />
|Policy ID
 
|smallint
 
|The policy
== settings_changes ==
<section begin='settings_changes' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|policy_rule_id
|Timestamp
|Policy Rule ID
|timestamp without time zone
|smallint
|The time of the event
|The ID of the matching policy rule (0 means none)
|-
|-
|settings_file
|local_addr
|Settings File
|Local Address
|text
|inet
|The name of the file changed
|The IP address of the local participant
|-
|-
|username
|remote_addr
|Username
|Remote Address
|text
|inet
|The username logged in at the time of the change
|The IP address of the remote participant
|-
|-
|hostname
|c_client_addr
|Hostname
|Client-side Client Address
|text
|inet
|The remote hostname
|The client-side client IP address
|-
|-
|}
|c_server_addr
<section end='settings_changes' />
|Client-side Server Address
 
|inet
 
|The client-side server IP address
== 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
|c_server_port
|Timestamp
|Client-side Server Port
|timestamp without time zone
|integer
|The time of the event
|The client-side server port
|-
|-
|interface_id
|c_client_port
|Interface ID
|Client-side Client Port
|integer
|integer
|This interface ID
|The client-side client port
|-
|-
|name
|s_client_addr
|Interface Name
|Server-side Client Address
|text
|inet
|This name of the interface
|The server-side client IP address
|-
|-
|description
|s_server_addr
|Text detail of the event
|Server-side Server Address
|text
|inet
|The description from the test rule
|The server-side server IP address
|-
|-
|success
|s_server_port
|Success
|Server-side Server Port
|boolean
|integer
|The result of the test (true if the test succeeded, false otherwise)
|The server-side server port
|-
|-
|event_id
|s_client_port
|Event ID
|Server-side Client Port
|bigint
|integer
|The unique event ID
|The server-side client port
|-
|-
|}
|client_intf
<section end='wan_failover_test_events' />
|Client Interface
 
|smallint
 
|The client interface
== 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
|server_intf
|Timestamp
|Server Interface
|timestamp without time zone
|smallint
|The time of the event
|The server interface
|-
|-
|interface_id
|client_country
|Interface ID
|Client Country
|integer
|text
|This interface ID
|The client Country
|-
|-
|action
|client_latitude
|Action
|Client Latitude
|text
|real
|This action (CONNECTED,DISCONNECTED)
|The client Latitude
|-
|-
|os_name
|client_longitude
|Interface O/S Name
|Client Longitude
|text
|real
|This O/S name of the interface
|The client Longitude
|-
|-
|name
|server_country
|Interface Name
|Server Country
|text
|text
|This name of the interface
|The server Country
|-
|-
|event_id
|server_latitude
|Event ID
|Server Latitude
|bigint
|real
|The unique event ID
|The server Latitude
|-
|-
|}
|server_longitude
<section end='wan_failover_action_events' />
|Server Longitude
 
|real
 
|The server Longitude
== mail_msgs ==
<section begin='mail_msgs' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|c2p_bytes
|Timestamp
|From-Client Bytes
|timestamp without time zone
|bigint
|The time of the event
|The number of bytes the client sent to Untangle (client-to-pipeline)
|-
|-
|session_id
|p2c_bytes
|Session ID
|To-Client Bytes
|bigint
|bigint
|The session
|The number of bytes Untangle sent to client (pipeline-to-client)
|-
|-
|client_intf
|s2p_bytes
|Client Interface
|From-Server Bytes
|smallint
|bigint
|The client interface
|The number of bytes the server sent to Untangle (client-to-pipeline)
|-
|-
|server_intf
|p2s_bytes
|Server Interface
|To-Server Bytes
|smallint
|bigint
|The server interface
|The number of bytes Untangle sent to server (pipeline-to-client)
|-
|-
|c_client_addr
|filter_prefix
|Client-side Client Address
|Filter Block
|inet
|text
|The client-side client IP address
|The network filter that blocked the connection (filter,shield,invalid)
|-
|-
|s_client_addr
|firewall_blocked
|Server-side Client Address
|Firewall Blocked
|inet
|boolean
|The server-side client IP address
|True if Firewall blocked the session, false otherwise
|-
|-
|c_server_addr
|firewall_flagged
|Client-side Server Address
|Firewall Flagged
|inet
|boolean
|The client-side server IP address
|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
|-
|-
|s_server_addr
|threat_prevention_reason
|Server-side Server Address
|Threat Prevention Reason
|inet
|character(1)
|The server-side server IP address
|Threat Prevention reason
|-
|-
|c_client_port
|threat_prevention_rule_id
|Client-side Client Port
|Threat Prevention Rule Id
|integer
|integer
|The client-side client port
|Numeric rule id of Threat Prevention
|-
|-
|s_client_port
|threat_prevention_client_reputation
|Server-side Client Port
|Threat Prevention Client Reputation
|integer
|smallint
|The server-side client port
|Numeric client reputation of Threat Prevention
|-
|-
|c_server_port
|threat_prevention_client_categories
|Client-side Server Port
|Threat Prevention Client Categories
|integer
|integer
|The client-side server port
|Bitmask client categories of Threat Prevention
|-
|-
|s_server_port
|threat_prevention_server_reputation
|Server-side Server Port
|Threat Prevention Server Reputation
|smallint
|Numeric server reputation of Threat Prevention
|-
|threat_prevention_server_categories
|Threat Prevention Server Categories
|integer
|integer
|The server-side server port
|Bitmask server categories of Threat Prevention
|-
|-
|policy_id
|application_control_lite_protocol
|Policy ID
|Application Control Lite Protocol
|bigint
|The policy
|-
|username
|Username
|text
|text
|The username associated with this session
|The application protocol according to Application Control Lite
|-
|-
|msg_id
|application_control_lite_blocked
|Message ID
|Application Control Lite Blocked
|bigint
|boolean
|The message ID
|True if Application Control Lite blocked the session
|-
|-
|subject
|captive_portal_blocked
|Subject
|Captive Portal Blocked
|text
|boolean
|The email subject
|True if Captive Portal blocked the session
|-
|-
|hostname
|captive_portal_rule_index
|Hostname
|Captive Portal Rule ID
|integer
|The matching rule in Captive Portal (if any)
|-
|application_control_application
|Application Control Application
|text
|text
|The hostname of the local address
|The application according to Application Control
|-
|-
|event_id
|application_control_protochain
|Event ID
|Application Control Protochain
|bigint
|The unique event ID
|-
|sender
|Sender
|text
|text
|The address of the sender
|The protochain according to Application Control
|-
|-
|receiver
|application_control_category
|Receiver
|Application Control Category
|text
|text
|The address of the receiver
|The category according to Application Control
|-
|-
|virus_blocker_lite_clean
|application_control_blocked
|Virus Blocker Lite Clean
|Application Control Blocked
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|True if Application Control blocked the session
|-
|-
|virus_blocker_lite_name
|application_control_flagged
|Virus Blocker Lite Name
|Application Control Flagged
|text
|boolean
|The name of the malware according to Virus Blocker Lite
|True if Application Control flagged the session
|-
|application_control_confidence
|Application Control Confidence
|integer
|True if Application Control confidence of this session's identification
|-
|-
|virus_blocker_clean
|application_control_ruleid
|Virus Blocker Clean
|Application Control Rule ID
|boolean
|integer
|The cleanliness of the file according to Virus Blocker
|The matching rule in Application Control (if any)
|-
|-
|virus_blocker_name
|application_control_detail
|Virus Blocker Name
|Application Control Detail
|text
|text
|The name of the malware according to Virus Blocker
|The text detail from the Application Control engine
|-
|-
|spam_blocker_lite_score
|bandwidth_control_priority
|Spam Blocker Lite Score
|Bandwidth Control Priority
|real
|integer
|The score of the email according to Spam Blocker Lite
|The priority given to this session
|-
|-
|spam_blocker_lite_is_spam
|bandwidth_control_rule
|Spam Blocker Lite Spam
|Bandwidth Control Rule ID
|boolean
|integer
|The spam status of the email according to Spam Blocker Lite
|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)
|-
|-
|spam_blocker_lite_tests_string
|ssl_inspector_status
|Spam Blocker Lite Tests
|SSL Inspector Status
|text
|text
|The tess results for Spam Blocker Lite
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|-
|spam_blocker_lite_action
|ssl_inspector_detail
|Spam Blocker Lite Action
|SSL Inspector Detail
|character(1)
|text
|The action taken by Spam Blocker Lite
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|-
|spam_blocker_score
|tags
|Spam Blocker Score
|Tags
|real
|text
|The score of the email according to Spam Blocker
|The tags on this session
|-
|-
|spam_blocker_is_spam
|}
|Spam Blocker Spam
<section end='sessions' />
|boolean
()
|The spam status of the email according to Spam Blocker
 
== session_minutes ==
<section begin='session_minutes' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|spam_blocker_tests_string
|session_id
|Spam Blocker Tests
|Session ID
|text
|bigint
|The tess results for Spam Blocker
|The session
|-
|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' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|time_stamp
Line 1,088: 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
|Policy ID
|Policy ID
|bigint
|smallint
|The policy
|The policy
|-
|-
|username
|policy_rule_id
|Username
|Policy Rule ID
|text
|smallint
|The username associated with this session
|The ID of the matching policy rule (0 means none)
|-
|-
|msg_id
|local_addr
|Message ID
|Local Address
|bigint
|inet
|The message ID
|The IP address of the local participant
|-
|subject
|Subject
|text
|The email subject
|-
|-
|addr
|remote_addr
|Address
|Remote Address
|text
|inet
|The address of this event
|The IP address of the remote participant
|-
|-
|addr_name
|c_client_addr
|Address Name
|Client-side Client Address
|text
|inet
|The name for this address
|The client-side client IP address
|-
|-
|addr_kind
|c_server_addr
|Address Kind
|Client-side Server Address
|character(1)
|inet
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|The client-side server IP address
|-
|-
|hostname
|c_server_port
|Hostname
|Client-side Server Port
|text
|integer
|The hostname of the local address
|The client-side server port
|-
|-
|event_id
|c_client_port
|Event ID
|Client-side Client Port
|bigint
|integer
|The unique event ID
|The client-side client port
|-
|-
|sender
|s_client_addr
|Sender
|Server-side Client Address
|text
|inet
|The address of the sender
|The server-side client IP address
|-
|-
|virus_blocker_lite_clean
|s_server_addr
|Virus Blocker Lite Clean
|Server-side Server Address
|boolean
|inet
|The cleanliness of the file according to Virus Blocker Lite
|The server-side server IP address
|-
|-
|virus_blocker_lite_name
|s_server_port
|Virus Blocker Lite Name
|Server-side Server Port
|text
|integer
|The name of the malware according to Virus Blocker Lite
|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
|-
|-
|virus_blocker_clean
|server_intf
|Virus Blocker Clean
|Server Interface
|boolean
|smallint
|The cleanliness of the file according to Virus Blocker
|The server interface
|-
|-
|virus_blocker_name
|client_country
|Virus Blocker Name
|Client Country
|text
|text
|The name of the malware according to Virus Blocker
|The client Country
|-
|-
|spam_blocker_lite_score
|client_latitude
|Spam Blocker Lite Score
|Client Latitude
|real
|real
|The score of the email according to Spam Blocker Lite
|The client Latitude
|-
|-
|spam_blocker_lite_is_spam
|client_longitude
|Spam Blocker Lite Spam
|Client Longitude
|boolean
|real
|The spam status of the email according to Spam Blocker Lite
|The client Longitude
|-
|-
|spam_blocker_lite_action
|server_country
|Spam Blocker Lite Action
|Server Country
|character(1)
|The action taken by Spam Blocker Lite
|-
|spam_blocker_lite_tests_string
|Spam Blocker Lite Tests
|text
|text
|The tess results for Spam Blocker Lite
|The server Country
|-
|-
|spam_blocker_score
|server_latitude
|Spam Blocker Score
|Server Latitude
|real
|real
|The score of the email according to Spam Blocker
|The server Latitude
|-
|-
|spam_blocker_is_spam
|server_longitude
|Spam Blocker Spam
|Server Longitude
|boolean
|real
|The spam status of the email according to Spam Blocker
|The server Longitude
|-
|-
|spam_blocker_action
|filter_prefix
|Spam Blocker Action
|Filter Block
|character(1)
|The action taken by Spam Blocker
|-
|spam_blocker_tests_string
|Spam Blocker Tests
|text
|text
|The tess results for Spam Blocker
|The network filter that blocked the connection (filter,shield,invalid)
|-
|-
|phish_blocker_score
|firewall_blocked
|Phish Blocker Score
|Firewall Blocked
|real
|boolean
|The score of the email according to Phish Blocker
|True if Firewall blocked the session, false otherwise
|-
|-
|phish_blocker_is_spam
|firewall_flagged
|Phish Blocker Phish
|Firewall Flagged
|boolean
|boolean
|The phish status of the email according to Phish Blocker
|True if Firewall flagged the session, false otherwise
|-
|-
|phish_blocker_tests_string
|firewall_rule_index
|Phish Blocker Tests
|Firewall Rule ID
|text
|integer
|The tess results for Phish Blocker
|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
|-
|-
|phish_blocker_action
|threat_prevention_reason
|Phish Blocker Action
|Threat Prevention Reason
|character(1)
|character(1)
|The action taken by Phish Blocker
|Threat Prevention reason
|-
|-
|}
|threat_prevention_rule_id
<section end='mail_addrs' />
|Threat Prevention Rule Id
 
|integer
 
|Numeric rule id of Threat Prevention
== smtp_tarpit_events ==
<section begin='smtp_tarpit_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|threat_prevention_client_reputation
|Timestamp
|Threat Prevention Client Reputation
|timestamp without time zone
|smallint
|The time of the event
|Numeric client reputation of Threat Prevention
|-
|-
|ipaddr
|threat_prevention_client_categories
|Client Address
|Threat Prevention Client Categories
|inet
|integer
|The client IP address
|Bitmask client categories of Threat Prevention
|-
|-
|hostname
|threat_prevention_server_reputation
|Hostname
|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
|text
|The hostname of the local address
|The application protocol according to Application Control Lite
|-
|-
|policy_id
|application_control_lite_blocked
|Policy ID
|Application Control Lite Blocked
|bigint
|boolean
|The policy
|True if Application Control Lite blocked the session
|-
|-
|vendor_name
|captive_portal_blocked
|Vendor Name
|Captive Portal Blocked
|character varying(255)
|boolean
|The "vendor name" of the app that logged the event
|True if Captive Portal blocked the session
|-
|-
|event_id
|captive_portal_rule_index
|Event ID
|Captive Portal Rule ID
|bigint
|integer
|The unique event ID
|The matching rule in Captive Portal (if any)
|-
|-
|}
|application_control_application
<section end='smtp_tarpit_events' />
|Application Control Application
 
|text
 
|The application according to Application Control
== http_events ==
<section begin='http_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|request_id
|application_control_protochain
|Request ID
|Application Control Protochain
|bigint
|text
|The HTTP request ID
|The protochain according to Application Control
|-
|-
|time_stamp
|application_control_category
|Timestamp
|Application Control Category
|timestamp without time zone
|text
|The time of the event
|The category according to Application Control
|-
|-
|session_id
|application_control_blocked
|Session ID
|Application Control Blocked
|bigint
|boolean
|The session
|True if Application Control blocked the session
|-
|-
|client_intf
|application_control_flagged
|Client Interface
|Application Control Flagged
|smallint
|boolean
|The client interface
|True if Application Control flagged the session
|-
|-
|server_intf
|application_control_confidence
|Server Interface
|Application Control Confidence
|smallint
|integer
|The server interface
|True if Application Control confidence of this session's identification
|-
|-
|c_client_addr
|application_control_ruleid
|Client-side Client Address
|Application Control Rule ID
|inet
|integer
|The client-side client IP address
|The matching rule in Application Control (if any)
|-
|-
|s_client_addr
|application_control_detail
|Server-side Client Address
|Application Control Detail
|inet
|text
|The server-side client IP address
|The text detail from the Application Control engine
|-
|-
|c_server_addr
|bandwidth_control_priority
|Client-side Server Address
|Bandwidth Control Priority
|inet
|integer
|The client-side server IP address
|The priority given to this session
|-
|-
|s_server_addr
|bandwidth_control_rule
|Server-side Server Address
|Bandwidth Control Rule ID
|inet
|The server-side server IP address
|-
|c_client_port
|Client-side Client Port
|integer
|integer
|The client-side client port
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|s_client_port
|ssl_inspector_ruleid
|Server-side Client Port
|SSL Inspector Rule ID
|integer
|integer
|The server-side client port
|The matching rule in SSL Inspector rule (if any)
|-
|-
|c_server_port
|ssl_inspector_status
|Client-side Server Port
|SSL Inspector Status
|integer
|text
|The client-side server port
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|-
|s_server_port
|ssl_inspector_detail
|Server-side Server Port
|SSL Inspector Detail
|integer
|The server-side server port
|-
|policy_id
|Policy ID
|smallint
|The policy
|-
|username
|Username
|text
|text
|The username associated with this session
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|-
|hostname
|tags
|Hostname
|Tags
|text
|text
|The hostname of the local address
|The tags on this session
|-
|-
|method
|}
|Method
<section end='session_minutes' />
|character(1)
()
|The HTTP method
 
== quotas ==
<section begin='quotas' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|uri
|time_stamp
|URI
|Timestamp
|text
|timestamp without time zone
|The HTTP URI
|The time of the event
|-
|-
|host
|entity
|Host
|Entity
|text
|text
|The HTTP host
|The IP entity given the quota (address/username)
|-
|-
|domain
|action
|Domain
|Action
|text
|integer
|The HTTP domain (shortened host)
|The action (1=Quota Given, 2=Quota Exceeded)
|-
|-
|referer
|size
|Referer
|Size
|text
|The Referer URL
|-
|c2s_content_length
|Client-to-server Content Length
|bigint
|bigint
|The client-to-server content length
|The size of the quota
|-
|-
|s2c_content_length
|reason
|Server-to-client Content Length
|Reason
|bigint
|The server-to-client content length
|-
|s2c_content_type
|Server-to-client Content Type
|text
|text
|The server-to-client content type
|The reason for the action
|-
|-
|ad_blocker_cookie_ident
|}
|Ad Blocker Cookie
<section end='quotas' />
|text
()
|This name of cookie blocked by Ad Blocker
 
|-
== host_table_updates ==
|ad_blocker_action
<section begin='host_table_updates' />
|Ad Blocker Action
 
|character(1)
{| border="1" cellpadding="2" width="90%%" align="center"
|This action of Ad Blocker on this request
!Column Name
!Human Name
!Type
!Description
|-
|-
|web_filter_reason
|address
|Web Filter Reason
|Address
|character(1)
|inet
|This reason Web Filter blocked/flagged this request
|The IP address of the host
|-
|-
|web_filter_category
|key
|Web Filter Category
|Key
|text
|text
|This category according to Web Filter
|The key being updated
|-
|-
|web_filter_blocked
|value
|Web Filter Blocked
|Value
|boolean
|text
|If Web Filter blocked this request
|The new value for the key
|-
|-
|web_filter_flagged
|old_value
|Web Filter Flagged
|Old Value
|boolean
|text
|If Web Filter flagged this request
|The old value for the key
|-
|-
|virus_blocker_lite_clean
|time_stamp
|Virus Blocker Lite Clean
|Timestamp
|boolean
|timestamp without time zone
|The cleanliness of the file according to Virus Blocker Lite
|The time of the event
|-
|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='http_events' />
<section end='host_table_updates' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,512: Line 1,494:
!Description
!Description
|-
|-
|event_id
|mac_address
|Event ID
|MAC Address
|bigint
|text
|The unique event ID
|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
|time_stamp
Line 1,522: Line 1,519:
|The time of the event
|The time of the event
|-
|-
|session_id
|}
|Session ID
<section end='device_table_updates' />
|bigint
()
|The session
 
|-
== user_table_updates ==
|client_intf
<section begin='user_table_updates' />
|Client Interface
 
|smallint
{| border="1" cellpadding="2" width="90%%" align="center"
|The client interface
!Column Name
!Human Name
!Type
!Description
|-
|-
|server_intf
|username
|Server Interface
|Username
|smallint
|text
|The server interface
|The username
|-
|-
|c_client_addr
|key
|Client-side Client Address
|Key
|inet
|text
|The client-side client IP address
|The key being updated
|-
|-
|s_client_addr
|value
|Server-side Client Address
|Value
|inet
|text
|The server-side client IP address
|The new value for the key
|-
|-
|c_server_addr
|old_value
|Client-side Server Address
|Old Value
|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
|text
|The username associated with this session
|The old value for the key
|-
|-
|hostname
|time_stamp
|Hostname
|Timestamp
|text
|timestamp without time zone
|The hostname of the local address
|The time of the event
|-
|-
|request_id
|}
|Request ID
<section end='user_table_updates' />
|bigint
()
|The FTP request ID
 
== alerts ==
<section begin='alerts' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|method
|time_stamp
|Method
|Timestamp
|character(1)
|timestamp without time zone
|The FTP method
|The time of the event
|-
|-
|uri
|description
|URI
|Text detail of the event
|text
|text
|The FTP URI
|The description from the alert rule.
|-
|-
|virus_blocker_lite_clean
|summary_text
|Virus Blocker Lite Clean
|Summary Text
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|virus_blocker_lite_name
|Virus Blocker Lite Name
|text
|text
|The name of the malware according to Virus Blocker Lite
|The summary text of the alert
|-
|-
|virus_blocker_clean
|json
|Virus Blocker Clean
|JSON Text
|boolean
|The cleanliness of the file according to Virus Blocker
|-
|virus_blocker_name
|Virus Blocker Name
|text
|text
|The name of the malware according to Virus Blocker
|The summary JSON representation of the event causing the alert
|-
|-
|}
|}
<section end='ftp_events' />
<section end='alerts' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,619: Line 1,602:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 1,630: Line 1,608:
|The time of the event
|The time of the event
|-
|-
|connect_stamp
|settings_file
|Connect Time
|Settings File
|timestamp without time zone
|text
|The time the connection started
|The name of the file changed
|-
|-
|goodbye_stamp
|username
|End Time
|Username
|timestamp without time zone
|The time the connection ended
|-
|client_address
|Client Address
|text
|text
|The remote IP address of the client
|The username logged in at the time of the change
|-
|-
|client_protocol
|hostname
|Client Protocol
|Hostname
|text
|text
|The protocol the client used to connect
|The remote hostname
|-
|-
|client_username
|}
|Client Username
<section end='settings_changes' />
|text
()
|The username of the client
 
== web_cache_stats ==
<section begin='web_cache_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|net_process
|time_stamp
|Net Process
|Timestamp
|text
|timestamp without time zone
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|The time of the event
|-
|-
|net_interface
|hits
|Net Interface
|Hits
|text
|bigint
|The PPP interface for L2TP connections or the client interface for Xauth connections
|The number of cache hits during this time frame
|-
|-
|elapsed_time
|misses
|Elapsed Time
|Misses
|text
|bigint
|The total time the client was connected
|The number of cache misses during this time frame
|-
|-
|rx_bytes
|bypasses
|Bytes Received
|Bypasses
|bigint
|bigint
|The number of bytes received from the client in this connection
|The number of cache user bypasses during this time frame
|-
|-
|tx_bytes
|systems
|Bytes Sent
|System bypasses
|bigint
|bigint
|The number of bytes sent to the client in this connection
|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='ipsec_user_events' />
<section end='web_cache_stats' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,698: Line 1,694:
|The time of the event
|The time of the event
|-
|-
|tunnel_name
|load_1
|Tunnel Name
|CPU load (1-min)
|text
|numeric(6,2)
|The name of the IPsec tunnel
|The 1-minute CPU load
|-
|-
|in_bytes
|load_5
|In Bytes
|CPU load (5-min)
|bigint
|numeric(6,2)
|The number of bytes received during this time frame
|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
|-
|-
|out_bytes
|mem_total
|Out Bytes
|Total Memory
|bigint
|bigint
|The number of bytes transmitted during this time frame
|The total bytes of memory
|-
|-
|event_id
|mem_free
|Event ID
|Memory Free
|bigint
|bigint
|The unique event ID
|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='ipsec_tunnel_stats' />
<section end='server_events' />
 
()


== interface_stat_events ==  
== interface_stat_events ==  
Line 1,745: Line 1,781:
|double precision
|double precision
|The RX rate (bytes/s)
|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
Line 1,750: Line 1,791:
|double precision
|double precision
|The TX rate (bytes/s)
|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' />
<section end='interface_stat_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,769: Line 1,815:
|The time of the event
|The time of the event
|-
|-
|success
|session_id
|Success
|Session ID
|boolean
|bigint
|The result of the backup (true if the backup succeeded, false otherwise)
|The session
|-
|-
|description
|client_intf
|Text detail of the event
|Client Interface
|text
|smallint
|Text detail of the event
|The client interface
|-
|-
|destination
|server_intf
|Destination
|Server Interface
|text
|smallint
|The location of the backup
|The server interface
|-
|-
|event_id
|c_client_addr
|Event ID
|Client-side Client Address
|bigint
|inet
|The unique event ID
|The client-side client IP address
|-
|-
|}
|s_client_addr
<section end='configuration_backup_events' />
|Server-side Client Address
 
|inet
 
|The server-side client IP address
== 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
|c_server_addr
|Timestamp
|Client-side Server Address
|timestamp without time zone
|inet
|The time of the event
|The client-side server IP address
|-
|-
|login_name
|s_server_addr
|Login Name
|Server-side Server Address
|text
|inet
|The login name
|The server-side server IP address
|-
|-
|domain
|c_client_port
|Domain
|Client-side Client Port
|text
|integer
|The AD domain
|The client-side client port
|-
|-
|type
|s_client_port
|Type
|Server-side Client Port
|text
|integer
|The type of event (I=Login,U=Update,O=Logout)
|The server-side client port
|-
|-
|client_addr
|c_server_port
|Client Address
|Client-side Server Port
|inet
|integer
|The client IP address
|The client-side server port
|-
|-
|}
|s_server_port
<section end='directory_connector_login_events' />
|Server-side Server Port
 
|integer
 
|The server-side server port
== server_events ==
<section begin='server_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|policy_id
|Timestamp
|Policy ID
|timestamp without time zone
|bigint
|The time of the event
|The policy
|-
|-
|load_1
|username
|CPU load (1-min)
|Username
|numeric(6,2)
|text
|The 1-minute CPU load
|The username associated with this session
|-
|-
|load_5
|msg_id
|CPU load (5-min)
|Message ID
|numeric(6,2)
|bigint
|The 5-minute CPU load
|The message ID
|-
|-
|load_15
|subject
|CPU load (15-min)
|Subject
|numeric(6,2)
|text
|The 15-minute CPU load
|The email subject
|-
|-
|cpu_user
|hostname
|CPU User Utilization
|Hostname
|numeric(6,3)
|text
|The user CPU percent utilization
|The hostname of the local address
|-
|-
|cpu_system
|event_id
|CPU System Utilization
|Event ID
|numeric(6,3)
|The system CPU percent utilization
|-
|mem_total
|Total Memory
|bigint
|bigint
|The total bytes of memory
|The unique event ID
|-
|-
|mem_free
|sender
|Memory Free
|Sender
|bigint
|text
|The number of free bytes of memory
|The address of the sender
|-
|-
|disk_total
|receiver
|Disk Size
|Receiver
|bigint
|text
|The total disk size in bytes
|The address of the receiver
|-
|-
|disk_free
|virus_blocker_lite_clean
|Disk Free
|Virus Blocker Lite Clean
|bigint
|boolean
|The free disk space in bytes
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|swap_total
|virus_blocker_lite_name
|Swap Size
|Virus Blocker Lite Name
|bigint
|text
|The total swap size in bytes
|The name of the malware according to Virus Blocker Lite
|-
|-
|swap_free
|virus_blocker_clean
|Swap Free
|Virus Blocker Clean
|bigint
|boolean
|The free disk swap in bytes
|The cleanliness of the file according to Virus Blocker
|-
|-
|active_hosts
|virus_blocker_name
|Active Hosts
|Virus Blocker Name
|integer
|text
|The number of active hosts
|The name of the malware according to Virus Blocker
|-
|-
|}
|spam_blocker_lite_score
<section end='server_events' />
|Spam Blocker Lite Score
 
|real
 
|The score of the email according to Spam Blocker Lite
== web_cache_stats ==
<section begin='web_cache_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|spam_blocker_lite_is_spam
|Timestamp
|Spam Blocker Lite Spam
|timestamp without time zone
|boolean
|The time of the event
|The spam status of the email according to Spam Blocker Lite
|-
|-
|hits
|spam_blocker_lite_tests_string
|Hits
|Spam Blocker Lite Tests
|bigint
|text
|The number of cache hits during this time frame
|The tess results for Spam Blocker Lite
|-
|-
|misses
|spam_blocker_lite_action
|Misses
|Spam Blocker Lite Action
|bigint
|character(1)
|The number of cache misses during this time frame
|The action taken by Spam Blocker Lite
|-
|-
|bypasses
|spam_blocker_score
|Bypasses
|Spam Blocker Score
|bigint
|real
|The number of cache user bypasses during this time frame
|The score of the email according to Spam Blocker
|-
|-
|systems
|spam_blocker_is_spam
|System bypasses
|Spam Blocker Spam
|bigint
|boolean
|The number of cache system bypasses during this time frame
|The spam status of the email according to Spam Blocker
|-
|-
|hit_bytes
|spam_blocker_tests_string
|Hit Bytes
|Spam Blocker Tests
|bigint
|text
|The number of bytes saved from cache hits
|The tess results for Spam Blocker
|-
|-
|miss_bytes
|spam_blocker_action
|Miss Bytes
|Spam Blocker Action
|bigint
|character(1)
|The number of bytes not saved from cache misses
|The action taken by Spam Blocker
|-
|-
|event_id
|phish_blocker_score
|Event ID
|Phish Blocker Score
|bigint
|real
|The unique event ID
|The score of the email according to Phish Blocker
|-
|-
|}
|phish_blocker_is_spam
<section end='web_cache_stats' />
|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 ==  
== http_query_events ==  
<section begin='mail_addrs' />
<section begin='http_query_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,970: Line 2,002:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 2,046: Line 2,073:
|The username associated with this session
|The username associated with this session
|-
|-
|hostname
|msg_id
|Hostname
|Message ID
|text
|bigint
|The hostname of the local address
|The message ID
|-
|-
|request_id
|subject
|Request ID
|Subject
|bigint
|text
|The HTTP request ID
|The email subject
|-
|-
|method
|addr
|Method
|Address
|character(1)
|The HTTP method
|-
|uri
|URI
|text
|text
|The HTTP URI
|The address of this event
|-
|-
|term
|addr_name
|Search Term
|Address Name
|text
|text
|The search term
|The name for this address
|-
|-
|host
|addr_kind
|Host
|Address Kind
|text
|character(1)
|The HTTP host
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|-
|-
|c2s_content_length
|hostname
|Client-to-server Content Length
|Hostname
|bigint
|text
|The client-to-server content length
|The hostname of the local address
|-
|-
|s2c_content_length
|event_id
|Server-to-client Content Length
|Event ID
|bigint
|bigint
|The server-to-client content length
|The unique event ID
|-
|-
|s2c_content_type
|sender
|Server-to-client Content Type
|Sender
|text
|text
|The server-to-client content type
|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
<section end='http_query_events' />
|Virus Blocker Lite Name
 
|text
 
|The name of the malware according to Virus Blocker Lite
== 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
|virus_blocker_clean
|Timestamp
|Virus Blocker Clean
|timestamp without time zone
|boolean
|The time of the event
|The cleanliness of the file according to Virus Blocker
|-
|-
|policy_id
|virus_blocker_name
|Policy ID
|Virus Blocker Name
|bigint
|text
|The policy
|The name of the malware according to Virus Blocker
|-
|-
|event_id
|spam_blocker_lite_score
|Event ID
|Spam Blocker Lite Score
|bigint
|real
|The unique event ID
|The score of the email according to Spam Blocker Lite
|-
|-
|login_name
|spam_blocker_lite_is_spam
|Login Name
|Spam Blocker Lite Spam
|text
|boolean
|The login username
|The spam status of the email according to Spam Blocker Lite
|-
|-
|event_info
|spam_blocker_lite_action
|Event Type
|Spam Blocker Lite Action
|text
|character(1)
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|The action taken by Spam Blocker Lite
|-
|-
|auth_type
|spam_blocker_lite_tests_string
|Authorization Type
|Spam Blocker Lite Tests
|text
|text
|The authorization type for this event
|The tess results for Spam Blocker Lite
|-
|-
|client_addr
|spam_blocker_score
|Client Address
|Spam Blocker Score
|text
|real
|The remote IP address of the client
|The score of the email according to Spam Blocker
|-
|-
|}
|spam_blocker_is_spam
<section end='captive_portal_user_events' />
|Spam Blocker Spam
 
|boolean
 
|The spam status 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_action
|Timestamp
|Spam Blocker Action
|timestamp without time zone
|character(1)
|The time of the event
|The action taken by 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
|phish_blocker_score
|End Time
|Phish Blocker Score
|timestamp without time zone
|real
|The time the OpenVPN session ended
|The score of the email according to Phish Blocker
|-
|-
|rx_bytes
|phish_blocker_is_spam
|Bytes Received
|Phish Blocker Phish
|bigint
|boolean
|The total bytes received from the client during this session
|The phish status of the email according to Phish Blocker
|-
|-
|tx_bytes
|phish_blocker_tests_string
|Bytes Sent
|Phish Blocker Tests
|bigint
|text
|The total bytes sent to the client during this session
|The tess results for Phish Blocker
|-
|-
|remote_address
|phish_blocker_action
|Remote Address
|Phish Blocker Action
|inet
|character(1)
|The remote IP address of the client
|The action taken by Phish Blocker
|-
|-
|pool_address
|}
|Pool Address
<section end='mail_addrs' />
|inet
()
|The pool IP address of the client
 
|-
== ftp_events ==  
|remote_port
<section begin='ftp_events' />
|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"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 2,214: Line 2,205:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 2,220: Line 2,216:
|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
|-
|-
|}
|policy_id
<section end='openvpn_events' />
|Policy ID
 
|bigint
 
|The policy
== intrusion_prevention_events ==
<section begin='intrusion_prevention_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|username
|Timestamp
|Username
|timestamp without time zone
|text
|The time of the event
|The username associated with this session
|-
|-
|sig_id
|hostname
|Signature ID
|Hostname
|bigint
|text
|This ID of the rule
|The hostname of the local address
|-
|-
|gen_id
|request_id
|Grouping ID
|Request ID
|bigint
|bigint
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|The FTP request ID
|-
|-
|class_id
|method
|Classtype ID
|Method
|bigint
|character(1)
|The numeric ID for the classtype
|The FTP method
|-
|-
|source_addr
|uri
|Source Address
|URI
|inet
|text
|The source IP address of the packet
|The FTP URI
|-
|-
|source_port
|virus_blocker_lite_clean
|Source Port
|Virus Blocker Lite Clean
|integer
|boolean
|The source port of the packet (if applicable)
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|dest_addr
|virus_blocker_lite_name
|Destination Address
|Virus Blocker Lite Name
|inet
|text
|The destination IP address of the packet
|The name of the malware according to Virus Blocker Lite
|-
|-
|dest_port
|virus_blocker_clean
|Destination Port
|Virus Blocker Clean
|integer
|The destination port of the packet (if applicable)
|-
|protocol
|Protocol
|integer
|The protocol of the packet
|-
|blocked
|Blocked
|boolean
|boolean
|If the packet was blocked/dropped
|The cleanliness of the file according to Virus Blocker
|-
|-
|category
|virus_blocker_name
|Category
|Virus Blocker Name
|text
|text
|The application specific grouping
|The name of the malware according to Virus Blocker
|-
|-
|classtype
|}
|Classtype
<section end='ftp_events' />
|text
()
|The generalized threat rule grouping (unrelated to gen_id)
|-
|msg
|Message
|text
|The "title" or "description" of the rule
|-
|}
<section end='intrusion_prevention_events' />
 


== syslog ==  
== tunnel_vpn_events ==  
<section begin='syslog' />
<section begin='tunnel_vpn_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 2,330: Line 2,313:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 2,336: Line 2,324:
|The time of the event
|The time of the event
|-
|-
|description
|tunnel_name
|Text detail of the event
|Tunnel Name
|text
|The name the tunnel
|-
|server_address
|Server IP Address
|text
|text
|The description from the alert rule.
|The address of the remote server
|-
|-
|summary_text
|local_address
|Summary Text
|Local Address
|text
|text
|The summary text of the alert
|The local address assigned the client
|-
|-
|json
|event_type
|JSON Text
|Event Type
|text
|text
|The summary JSON representation of the event causing the alert
|The type of the event (CONNECT,DISCONNECT)
|-
|-
|}
|}
<section end='syslog' />
<section end='tunnel_vpn_events' />
()


== tunnel_vpn_stats ==
<section begin='tunnel_vpn_stats' />


== user_table_updates ==
{| border="1" cellpadding="2" width="90%%" align="center"
<section begin='user_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Human Name
!Type
!Type
!Description
!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
|time_stamp
Line 2,388: Line 2,361:
|timestamp without time zone
|timestamp without time zone
|The time of the event
|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='user_table_updates' />
<section end='tunnel_vpn_stats' />
()
 
== wan_failover_test_events ==
<section begin='wan_failover_test_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|interface_id
|Interface ID
|integer
|This interface ID
|-
|name
|Interface Name
|text
|This name of the interface
|-
|description
|Text detail of the event
|text
|The description from the test rule
|-
|success
|Success
|boolean
|The result of the test (true if the test succeeded, false otherwise)
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='wan_failover_test_events' />
()
 
== wan_failover_action_events ==
<section begin='wan_failover_action_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|interface_id
|Interface ID
|integer
|This interface ID
|-
|action
|Action
|text
|This action (CONNECTED,DISCONNECTED)
|-
|os_name
|Interface O/S Name
|text
|This O/S name of the interface
|-
|name
|Interface Name
|text
|This name of the interface
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='wan_failover_action_events' />
()
 
== directory_connector_login_events ==
<section begin='directory_connector_login_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|login_name
|Login Name
|text
|The login name
|-
|domain
|Domain
|text
|The AD domain
|-
|type
|Type
|text
|The type of event (I=Login,U=Update,O=Logout)
|-
|client_addr
|Client Address
|inet
|The client IP address
|-
|login_type
|Login Type
|text
|The login type
|-
|}
<section end='directory_connector_login_events' />
()
 
== captive_portal_user_events ==
<section begin='captive_portal_user_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|policy_id
|Policy ID
|bigint
|The policy
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|login_name
|Login Name
|text
|The login username
|-
|event_info
|Event Type
|text
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|-
|auth_type
|Authorization Type
|text
|The authorization type for this event
|-
|client_addr
|Client Address
|text
|The remote IP address of the client
|-
|}
<section end='captive_portal_user_events' />
()
 
== openvpn_stats ==
<section begin='openvpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|start_time
|Start Time
|timestamp without time zone
|The time the OpenVPN session started
|-
|end_time
|End Time
|timestamp without time zone
|The time the OpenVPN session ended
|-
|rx_bytes
|Bytes Received
|bigint
|The total bytes received from the client during this session
|-
|tx_bytes
|Bytes Sent
|bigint
|The total bytes sent to the client during this session
|-
|remote_address
|Remote Address
|inet
|The remote IP address of the client
|-
|pool_address
|Pool Address
|inet
|The pool IP address of the client
|-
|remote_port
|Remote Port
|integer
|The remote port of the client
|-
|client_name
|Client Name
|text
|The name of the client
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|}
<section end='openvpn_stats' />
()
 
== openvpn_events ==
<section begin='openvpn_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|time_stamp
|Timestamp
|timestamp without time zone
|The time of the event
|-
|remote_address
|Remote Address
|inet
|The remote IP address of the client
|-
|pool_address
|Pool Address
|inet
|The pool IP address of the client
|-
|client_name
|Client Name
|text
|The name of the client
|-
|type
|Type
|text
|The type of the event (CONNECT,DISCONNECT)
|-
|}
<section end='openvpn_events' />
()

Latest revision as of 18:37, 8 September 2020

Database Tables

configuration_backup_events

<section begin='configuration_backup_events' />

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

<section end='configuration_backup_events' /> ()

http_events

<section begin='http_events' />

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

<section end='http_events' /> ()

intrusion_prevention_events

<section begin='intrusion_prevention_events' />

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

<section end='intrusion_prevention_events' /> ()

smtp_tarpit_events

<section begin='smtp_tarpit_events' />

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

<section end='smtp_tarpit_events' /> ()

ipsec_user_events

<section begin='ipsec_user_events' />

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

<section end='ipsec_user_events' /> ()

ipsec_vpn_events

<section begin='ipsec_vpn_events' />

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

<section end='ipsec_vpn_events' /> ()

ipsec_tunnel_stats

<section begin='ipsec_tunnel_stats' />

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

<section end='ipsec_tunnel_stats' /> ()

http_query_events

<section begin='http_query_events' />

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

<section end='http_query_events' /> ()

admin_logins

<section begin='admin_logins' />

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

<section end='admin_logins' /> ()

sessions

<section begin='sessions' />

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

<section end='sessions' /> ()

session_minutes

<section begin='session_minutes' />

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

<section end='session_minutes' /> ()

quotas

<section begin='quotas' />

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

<section end='quotas' /> ()

host_table_updates

<section begin='host_table_updates' />

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

<section end='host_table_updates' /> ()

device_table_updates

<section begin='device_table_updates' />

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

<section end='device_table_updates' /> ()

user_table_updates

<section begin='user_table_updates' />

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

<section end='user_table_updates' /> ()

alerts

<section begin='alerts' />

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

<section end='alerts' /> ()

settings_changes

<section begin='settings_changes' />

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

<section end='settings_changes' /> ()

web_cache_stats

<section begin='web_cache_stats' />

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

<section end='web_cache_stats' /> ()

server_events

<section begin='server_events' />

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

<section end='server_events' /> ()

interface_stat_events

<section begin='interface_stat_events' />

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

<section end='interface_stat_events' /> ()

mail_msgs

<section begin='mail_msgs' />

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

<section end='mail_msgs' /> ()

mail_addrs

<section begin='mail_addrs' />

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

<section end='mail_addrs' /> ()

ftp_events

<section begin='ftp_events' />

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

<section end='ftp_events' /> ()

tunnel_vpn_events

<section begin='tunnel_vpn_events' />

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

<section end='tunnel_vpn_events' /> ()

tunnel_vpn_stats

<section begin='tunnel_vpn_stats' />

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

<section end='tunnel_vpn_stats' /> ()

wan_failover_test_events

<section begin='wan_failover_test_events' />

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

<section end='wan_failover_test_events' /> ()

wan_failover_action_events

<section begin='wan_failover_action_events' />

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

<section end='wan_failover_action_events' /> ()

directory_connector_login_events

<section begin='directory_connector_login_events' />

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

<section end='directory_connector_login_events' /> ()

captive_portal_user_events

<section begin='captive_portal_user_events' />

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

<section end='captive_portal_user_events' /> ()

openvpn_stats

<section begin='openvpn_stats' />

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

<section end='openvpn_stats' /> ()

openvpn_events

<section begin='openvpn_events' />

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

<section end='openvpn_events' /> ()