Database Schema: Difference between revisions

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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 16: Line 15:
|The time of the event
|The time of the event
|-
|-
|login
|success
|Login
|Success
|boolean
|The result of the backup (true if the backup succeeded, false otherwise)
|-
|description
|Text detail of the event
|text
|text
|The login name
|Text detail of the event
|-
|-
|local
|destination
|Local
|Destination
|boolean
|text
|True if it is a login attempt through a local process
|The location of the backup
|-
|-
|client_addr
|event_id
|Client Address
|Event ID
|inet
|bigint
|The client IP address
|The unique event ID
|-
|succeeded
|Succeeded
|boolean
|True if the login succeeded, false otherwise
|-
|reason
|Reason
|character(1)
|The reason for the login (if applicable)
|-
|-
|}
|}
<section end='admin_logins' />
<section end='configuration_backup_events' />
()


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


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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 296: Line 295:
!Type
!Type
!Description
!Description
|-
|address
|Address
|inet
|The IP address of the host
|-
|reason
|Reason
|text
|The reason for the action
|-
|start_time
|Start Time
|timestamp without time zone
|The time the client entered the penalty box
|-
|end_time
|End Time
|timestamp without time zone
|The time the client exited the penalty box
|-
|-
|time_stamp
|time_stamp
Line 322: Line 301:
|The time of the event
|The time of the event
|-
|-
|}
|sig_id
<section end='penaltybox' />
|Signature ID
 
|bigint
 
|This ID of the rule
== quotas ==
<section begin='quotas' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|gen_id
|Timestamp
|Grouping ID
|timestamp without time zone
|bigint
|The time of the event
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|-
|-
|address
|class_id
|Address
|Classtype ID
|inet
|bigint
|The IP address of the host
|The numeric ID for the classtype
|-
|-
|action
|source_addr
|Action
|Source Address
|inet
|The source IP address of the packet
|-
|source_port
|Source Port
|integer
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|The source port of the packet (if applicable)
|-
|-
|size
|dest_addr
|Size
|Destination Address
|bigint
|inet
|The size of the quota
|The destination IP address of the packet
|-
|-
|reason
|dest_port
|Reason
|Destination Port
|text
|integer
|The reason for the action
|The destination port of the packet (if applicable)
|-
|-
|}
|protocol
<section end='quotas' />
|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' />
()


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


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


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


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


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


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


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


== wan_failover_test_events ==
{| border="1" cellpadding="2" width="90%%" align="center"
<section begin='wan_failover_test_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Column Name
!Human Name
!Human Name
Line 553: Line 548:
|The time of the event
|The time of the event
|-
|-
|interface_id
|tunnel_name
|Interface ID
|Tunnel Name
|integer
|This interface ID
|-
|name
|Interface Name
|text
|text
|This name of the interface
|The name of the IPsec tunnel
|-
|-
|description
|in_bytes
|Text detail of the event
|In Bytes
|text
|bigint
|The description from the test rule
|The number of bytes received during this time frame
|-
|-
|success
|out_bytes
|Success
|Out Bytes
|boolean
|bigint
|The result of the test (true if the test succeeded, false otherwise)
|The number of bytes transmitted during this time frame
|-
|-
|event_id
|event_id
Line 579: Line 569:
|-
|-
|}
|}
<section end='wan_failover_test_events' />
<section end='ipsec_tunnel_stats' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 590: Line 580:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 659: Line 654:
|Username
|Username
|text
|text
|The username
|The username associated with this session
|-
|msg_id
|Message ID
|bigint
|The message ID
|-
|subject
|Subject
|text
|The email subject
|-
|-
|hostname
|hostname
|Hostname
|Hostname
|text
|text
|The hostname
|The hostname of the local address
|-
|-
|event_id
|request_id
|Event ID
|Request ID
|bigint
|bigint
|The unique event ID
|The HTTP request ID
|-
|-
|sender
|method
|Sender
|Method
|character(1)
|The HTTP method
|-
|uri
|URI
|text
|text
|The address of the sender
|The HTTP URI
|-
|-
|receiver
|term
|Receiver
|Search Term
|text
|text
|The address of the receiver
|The search term
|-
|-
|virus_blocker_lite_clean
|host
|Virus Blocker Lite Clean
|Host
|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 HTTP host
|-
|-
|virus_blocker_clean
|c2s_content_length
|Virus Blocker Clean
|Client-to-server Content Length
|boolean
|bigint
|The cleanliness of the file according to Virus Blocker
|The client-to-server content length
|-
|s2c_content_length
|Server-to-client Content Length
|bigint
|The server-to-client content length
|-
|-
|virus_blocker_name
|s2c_content_type
|Virus Blocker Name
|Server-to-client Content Type
|text
|text
|The name of the malware according to Virus Blocker
|The server-to-client content type
|-
|-
|spam_blocker_lite_score
|blocked
|Spam Blocker Lite Score
|Blocked
|real
|boolean
|The score of the email according to Spam Blocker Lite
|If Web Filter blocked this search term
|-
|-
|spam_blocker_lite_is_spam
|flagged
|Spam Blocker Lite Spam
|Flagged
|boolean
|boolean
|The spam status of the email according to Spam Blocker Lite
|If Web Filter flagged this search term
|-
|-
|spam_blocker_lite_tests_string
|}
|Spam Blocker Lite Tests
<section end='http_query_events' />
|text
()
|The tess results for Spam Blocker Lite
 
== admin_logins ==
<section begin='admin_logins' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|spam_blocker_lite_action
|time_stamp
|Spam Blocker Lite Action
|Timestamp
|character(1)
|timestamp without time zone
|The action taken by Spam Blocker Lite
|The time of the event
|-
|-
|spam_blocker_score
|login
|Spam Blocker Score
|Login
|real
|text
|The score of the email according to Spam Blocker
|The login name
|-
|-
|spam_blocker_is_spam
|local
|Spam Blocker Spam
|Local
|boolean
|boolean
|The spam status of the email according to Spam Blocker
|True if it is a login attempt through a local process
|-
|-
|spam_blocker_tests_string
|client_addr
|Spam Blocker Tests
|Client Address
|text
|inet
|The tess results for Spam Blocker
|The client IP address
|-
|-
|spam_blocker_action
|succeeded
|Spam Blocker Action
|Succeeded
|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
|boolean
|The phish status of the email according to Phish Blocker
|True if the login succeeded, false otherwise
|-
|-
|phish_blocker_tests_string
|reason
|Phish Blocker Tests
|Reason
|text
|character(1)
|The tess results for Phish Blocker
|The reason for the login (if applicable)
|-
|phish_blocker_action
|Phish Blocker Action
|character(1)
|The action taken by Phish Blocker
|-
|-
|}
|}
<section end='mail_msgs' />
<section end='admin_logins' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 783: Line 766:
!Type
!Type
!Description
!Description
|-
|session_id
|Session ID
|bigint
|The session
|-
|-
|time_stamp
|time_stamp
Line 789: Line 777:
|The time of the event
|The time of the event
|-
|-
|session_id
|end_time
|Session ID
|End Time
|bigint
|timestamp without time zone
|The session
|The time the session ended
|-
|-
|client_intf
|bypassed
|Client Interface
|Bypassed
|smallint
|boolean
|The client interface
|True if the session was bypassed, false otherwise
|-
|-
|server_intf
|entitled
|Server Interface
|Entitled
|boolean
|True if the session is entitled to premium functionality
|-
|protocol
|Protocol
|smallint
|smallint
|The server interface
|The IP protocol of session
|-
|-
|c_client_addr
|icmp_type
|Client-side Client Address
|ICMP Type
|inet
|smallint
|The client-side client IP address
|The ICMP type of session if ICMP
|-
|-
|s_client_addr
|hostname
|Server-side Client Address
|Hostname
|inet
|text
|The server-side client IP address
|The hostname of the local address
|-
|-
|c_server_addr
|username
|Client-side Server Address
|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
|inet
|The client-side server IP address
|The client-side server IP address
|-
|-
|s_server_addr
|c_server_port
|Server-side Server Address
|Client-side Server Port
|inet
|integer
|The server-side server IP address
|The client-side server port
|-
|-
|c_client_port
|c_client_port
Line 829: Line 852:
|The client-side client port
|The client-side client port
|-
|-
|s_client_port
|s_client_addr
|Server-side Client Port
|Server-side Client Address
|integer
|inet
|The server-side client port
|The server-side client IP address
|-
|-
|c_server_port
|s_server_addr
|Client-side Server Port
|Server-side Server Address
|integer
|inet
|The client-side server port
|The server-side server IP address
|-
|-
|s_server_port
|s_server_port
Line 844: Line 867:
|The server-side server port
|The server-side server port
|-
|-
|policy_id
|s_client_port
|Policy ID
|Server-side Client Port
|bigint
|integer
|The policy
|The server-side client port
|-
|-
|username
|client_intf
|Username
|Client Interface
|text
|smallint
|The username
|The client interface
|-
|-
|msg_id
|server_intf
|Message ID
|Server Interface
|bigint
|smallint
|The message ID
|The server interface
|-
|-
|subject
|client_country
|Subject
|Client Country
|text
|text
|The email subject
|The client Country
|-
|client_latitude
|Client Latitude
|real
|The client Latitude
|-
|-
|addr
|client_longitude
|Address
|Client Longitude
|text
|real
|The address of this event
|The client Longitude
|-
|-
|addr_name
|server_country
|Address Name
|Server Country
|text
|text
|The name for this address
|The server Country
|-
|-
|addr_kind
|server_latitude
|Address Kind
|Server Latitude
|character(1)
|real
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|The server Latitude
|-
|-
|hostname
|server_longitude
|Hostname
|Server Longitude
|text
|real
|The hostname
|The server Longitude
|-
|-
|event_id
|c2p_bytes
|Event ID
|From-Client Bytes
|bigint
|The number of bytes the client sent to Untangle (client-to-pipeline)
|-
|p2c_bytes
|To-Client Bytes
|bigint
|bigint
|The unique event ID
|The number of bytes Untangle sent to client (pipeline-to-client)
|-
|-
|sender
|s2p_bytes
|Sender
|From-Server Bytes
|text
|bigint
|The address of the sender
|The number of bytes the server sent to Untangle (client-to-pipeline)
|-
|-
|virus_blocker_lite_clean
|p2s_bytes
|Virus Blocker Lite Clean
|To-Server Bytes
|boolean
|bigint
|The cleanliness of the file according to Virus Blocker Lite
|The number of bytes Untangle sent to server (pipeline-to-client)
|-
|-
|virus_blocker_lite_name
|filter_prefix
|Virus Blocker Lite Name
|Filter Block
|text
|text
|The name of the malware according to Virus Blocker Lite
|The network filter that blocked the connection (filter,shield,invalid)
|-
|firewall_blocked
|Firewall Blocked
|boolean
|True if Firewall blocked the session, false otherwise
|-
|-
|virus_blocker_clean
|firewall_flagged
|Virus Blocker Clean
|Firewall Flagged
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker
|True if Firewall flagged the session, false otherwise
|-
|-
|virus_blocker_name
|firewall_rule_index
|Virus Blocker Name
|Firewall Rule ID
|text
|integer
|The name of the malware according to Virus Blocker
|The matching rule in Firewall (if any)
|-
|-
|spam_blocker_lite_score
|threat_prevention_blocked
|Spam Blocker Lite Score
|Threat Prevention Blocked
|real
|boolean
|The score of the email according to Spam Blocker Lite
|If Threat Prevention blocked
|-
|-
|spam_blocker_lite_is_spam
|threat_prevention_flagged
|Spam Blocker Lite Spam
|Threat Prevention Flagged
|boolean
|boolean
|The spam status of the email according to Spam Blocker Lite
|If Threat Prevention flagged
|-
|-
|spam_blocker_lite_action
|threat_prevention_reason
|Spam Blocker Lite Action
|Threat Prevention Reason
|character(1)
|character(1)
|The action taken by Spam Blocker Lite
|Threat Prevention reason
|-
|-
|spam_blocker_lite_tests_string
|threat_prevention_rule_id
|Spam Blocker Lite Tests
|Threat Prevention Rule Id
|text
|integer
|The tess results for Spam Blocker Lite
|Numeric rule id of Threat Prevention
|-
|threat_prevention_client_reputation
|Threat Prevention Client Reputation
|smallint
|Numeric client reputation of Threat Prevention
|-
|-
|spam_blocker_score
|threat_prevention_client_categories
|Spam Blocker Score
|Threat Prevention Client Categories
|real
|integer
|The score of the email according to Spam Blocker
|Bitmask client categories of Threat Prevention
|-
|-
|spam_blocker_is_spam
|threat_prevention_server_reputation
|Spam Blocker Spam
|Threat Prevention Server Reputation
|boolean
|smallint
|The spam status of the email according to Spam Blocker
|Numeric server reputation of Threat Prevention
|-
|-
|spam_blocker_action
|threat_prevention_server_categories
|Spam Blocker Action
|Threat Prevention Server Categories
|character(1)
|integer
|The action taken by Spam Blocker
|Bitmask server categories of Threat Prevention
|-
|-
|spam_blocker_tests_string
|application_control_lite_protocol
|Spam Blocker Tests
|Application Control Lite Protocol
|text
|text
|The tess results for Spam Blocker
|The application protocol according to Application Control Lite
|-
|-
|phish_blocker_score
|application_control_lite_blocked
|Phish Blocker Score
|Application Control Lite Blocked
|real
|boolean
|The score of the email according to Phish Blocker
|True if Application Control Lite blocked the session
|-
|-
|phish_blocker_is_spam
|captive_portal_blocked
|Phish Blocker Phish
|Captive Portal Blocked
|boolean
|boolean
|The phish status of the email according to Phish Blocker
|True if Captive Portal blocked the session
|-
|captive_portal_rule_index
|Captive Portal Rule ID
|integer
|The matching rule in Captive Portal (if any)
|-
|-
|phish_blocker_tests_string
|application_control_application
|Phish Blocker Tests
|Application Control Application
|text
|text
|The tess results for Phish Blocker
|The application according to Application Control
|-
|-
|phish_blocker_action
|application_control_protochain
|Phish Blocker Action
|Application Control Protochain
|character(1)
|text
|The action taken by Phish Blocker
|The protochain according to Application Control
|-
|-
|}
|application_control_category
<section end='mail_addrs' />
|Application Control Category
 
|text
 
|The category according to Application Control
== smtp_tarpit_events ==
<section begin='smtp_tarpit_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|application_control_blocked
|Timestamp
|Application Control Blocked
|timestamp without time zone
|boolean
|The time of the event
|True if Application Control blocked the session
|-
|-
|ipaddr
|application_control_flagged
|Client Address
|Application Control Flagged
|inet
|boolean
|The client IP address
|True if Application Control flagged the session
|-
|-
|hostname
|application_control_confidence
|Hostname
|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
|text
|The hostname
|The text detail from the Application Control engine
|-
|-
|policy_id
|bandwidth_control_priority
|Policy ID
|Bandwidth Control Priority
|bigint
|integer
|The policy
|The priority given to this session
|-
|-
|vendor_name
|bandwidth_control_rule
|Vendor Name
|Bandwidth Control Rule ID
|character varying(255)
|integer
|The "vendor name" of the app that logged the event
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|event_id
|ssl_inspector_ruleid
|Event ID
|SSL Inspector Rule ID
|bigint
|integer
|The unique event ID
|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='smtp_tarpit_events' />
<section end='sessions' />
 
()


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


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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,341: Line 1,418:
!Description
!Description
|-
|-
|event_id
|time_stamp
|Event ID
|Timestamp
|bigint
|The unique event ID
|-
|time_stamp
|Timestamp
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|-
|connect_stamp
|entity
|Connect Time
|Entity
|timestamp without time zone
|text
|The time the connection started
|The IP entity given the quota (address/username)
|-
|action
|Action
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|-
|-
|goodbye_stamp
|size
|End Time
|Size
|timestamp without time zone
|bigint
|The time the connection ended
|The size of the quota
|-
|-
|client_address
|reason
|Client Address
|Reason
|text
|text
|The remote IP address of the client
|The reason for the action
|-
|-
|client_protocol
|}
|Client Protocol
<section end='quotas' />
()
 
== host_table_updates ==
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|address
|Address
|inet
|The IP address of the host
|-
|key
|Key
|text
|text
|The protocol the client used to connect
|The key being updated
|-
|-
|client_username
|value
|Client Username
|Value
|text
|text
|The username of the client
|The new value for the key
|-
|-
|net_process
|old_value
|Net Process
|Old Value
|text
|text
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|The old value for the key
|-
|-
|net_interface
|time_stamp
|Net Interface
|Timestamp
|text
|timestamp without time zone
|The PPP interface for L2TP connections or the client interface for Xauth connections
|The time of the event
|-
|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' />
<section end='host_table_updates' />
()


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


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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,451: Line 1,531:
!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 1,457: Line 1,557:
|The time of the event
|The time of the event
|-
|-
|tunnel_name
|}
|Tunnel Name
<section end='user_table_updates' />
|text
()
|The name of the IPsec tunnel
 
|-
== alerts ==  
|in_bytes
<section begin='alerts' />
|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' />
 
 
== server_events ==  
<section begin='server_events' />


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


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,573: Line 1,641:
|The time of the event
|The time of the event
|-
|-
|policy_id
|hits
|Policy ID
|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
|bigint
|The policy
|The number of bytes not saved from cache misses
|-
|-
|event_id
|event_id
Line 1,583: Line 1,676:
|The unique event ID
|The unique event ID
|-
|-
|login_name
|}
|Login Name
<section end='web_cache_stats' />
|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' />


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


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


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


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


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


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

Latest revision as of 18:37, 8 September 2020

Database Tables

configuration_backup_events

<section begin='configuration_backup_events' />

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

<section end='configuration_backup_events' /> ()

http_events

<section begin='http_events' />

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

<section end='http_events' /> ()

intrusion_prevention_events

<section begin='intrusion_prevention_events' />

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

<section end='intrusion_prevention_events' /> ()

smtp_tarpit_events

<section begin='smtp_tarpit_events' />

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

<section end='smtp_tarpit_events' /> ()

ipsec_user_events

<section begin='ipsec_user_events' />

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

<section end='ipsec_user_events' /> ()

ipsec_vpn_events

<section begin='ipsec_vpn_events' />

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

<section end='ipsec_vpn_events' /> ()

ipsec_tunnel_stats

<section begin='ipsec_tunnel_stats' />

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

<section end='ipsec_tunnel_stats' /> ()

http_query_events

<section begin='http_query_events' />

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

<section end='http_query_events' /> ()

admin_logins

<section begin='admin_logins' />

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

<section end='admin_logins' /> ()

sessions

<section begin='sessions' />

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

<section end='sessions' /> ()

session_minutes

<section begin='session_minutes' />

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

<section end='session_minutes' /> ()

quotas

<section begin='quotas' />

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

<section end='quotas' /> ()

host_table_updates

<section begin='host_table_updates' />

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

<section end='host_table_updates' /> ()

device_table_updates

<section begin='device_table_updates' />

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

<section end='device_table_updates' /> ()

user_table_updates

<section begin='user_table_updates' />

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

<section end='user_table_updates' /> ()

alerts

<section begin='alerts' />

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

<section end='alerts' /> ()

settings_changes

<section begin='settings_changes' />

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

<section end='settings_changes' /> ()

web_cache_stats

<section begin='web_cache_stats' />

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

<section end='web_cache_stats' /> ()

server_events

<section begin='server_events' />

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

<section end='server_events' /> ()

interface_stat_events

<section begin='interface_stat_events' />

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

<section end='interface_stat_events' /> ()

mail_msgs

<section begin='mail_msgs' />

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

<section end='mail_msgs' /> ()

mail_addrs

<section begin='mail_addrs' />

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

<section end='mail_addrs' /> ()

ftp_events

<section begin='ftp_events' />

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

<section end='ftp_events' /> ()

tunnel_vpn_events

<section begin='tunnel_vpn_events' />

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

<section end='tunnel_vpn_events' /> ()

tunnel_vpn_stats

<section begin='tunnel_vpn_stats' />

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

<section end='tunnel_vpn_stats' /> ()

wan_failover_test_events

<section begin='wan_failover_test_events' />

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

<section end='wan_failover_test_events' /> ()

wan_failover_action_events

<section begin='wan_failover_action_events' />

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

<section end='wan_failover_action_events' /> ()

directory_connector_login_events

<section begin='directory_connector_login_events' />

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

<section end='directory_connector_login_events' /> ()

captive_portal_user_events

<section begin='captive_portal_user_events' />

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

<section end='captive_portal_user_events' /> ()

openvpn_stats

<section begin='openvpn_stats' />

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

<section end='openvpn_stats' /> ()

openvpn_events

<section begin='openvpn_events' />

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

<section end='openvpn_events' /> ()