Database Schema: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
m (Dmorris moved page Global DB Schema to Database Schema without leaving a redirect)
No edit summary
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Reports]]
= Database Tables =


All [[Reports]] data is stored in the database. All [[Events]] will add or modify data in the database.
== configuration_backup_events ==  
 
<section begin='configuration_backup_events' />
Data is stored in indexed fully-denormalized tables. For example, there is a ''http_events'' table that has one row per HTTP request and all the metadata associated with that HTTP request.
 
Below is the schema definition of all tables in the database.
 
== ipsec_tunnel_stats ==  
<section begin='ipsec_tunnel_stats' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 21: Line 15:
|The time of the event
|The time of the event
|-
|-
|tunnel_name
|success
|Tunnel Name
|Success
|boolean
|The result of the backup (true if the backup succeeded, false otherwise)
|-
|description
|Text detail of the event
|text
|text
|The name of the IPsec tunnel
|Text detail of the event
|-
|-
|in_bytes
|destination
|In Bytes
|Destination
|bigint
|text
|The number of bytes received during this time frame
|The location of the backup
|-
|out_bytes
|Out Bytes
|bigint
|The number of bytes transmitted during this time frame
|-
|-
|event_id
|event_id
Line 42: Line 36:
|-
|-
|}
|}
<section end='ipsec_tunnel_stats' />
<section end='configuration_backup_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 54: Line 48:
!Description
!Description
|-
|-
|event_id
|request_id
|Event ID
|Request ID
|bigint
|bigint
|The unique event ID
|The HTTP request ID
|-
|-
|time_stamp
|time_stamp
Line 64: Line 58:
|The time of the event
|The time of the event
|-
|-
|connect_stamp
|session_id
|Connect Time
|Session ID
|timestamp without time zone
|bigint
|The time the connection started
|The session
|-
|-
|goodbye_stamp
|client_intf
|End Time
|Client Interface
|timestamp without time zone
|smallint
|The time the connection ended
|The client interface
|-
|-
|client_address
|server_intf
|Client Address
|Server Interface
|text
|smallint
|The remote IP address of the client
|The server interface
|-
|-
|client_protocol
|c_client_addr
|Client Protocol
|Client-side Client Address
|text
|inet
|The protocol the client used to connect
|The client-side client IP address
|-
|-
|client_username
|s_client_addr
|Client Username
|Server-side Client Address
|text
|inet
|The username of the client
|The server-side client IP address
|-
|-
|net_process
|c_server_addr
|Net Process
|Client-side Server Address
|text
|inet
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|The client-side server IP address
|-
|-
|net_interface
|s_server_addr
|Net Interface
|Server-side Server Address
|text
|inet
|The PPP interface for L2TP connections or the client interface for Xauth connections
|The server-side server IP address
|-
|-
|elapsed_time
|c_client_port
|Elapsed Time
|Client-side Client Port
|text
|integer
|The total time the client was connected
|The client-side client port
|-
|-
|rx_bytes
|s_client_port
|Bytes Received
|Server-side Client Port
|bigint
|integer
|The number of bytes received from the client in this connection
|The server-side client port
|-
|-
|tx_bytes
|c_server_port
|Bytes Sent
|Client-side Server Port
|bigint
|integer
|The number of bytes sent to the client in this connection
|The client-side server port
|-
|-
|}
|s_server_port
<section end='ipsec_user_events' />
|Server-side Server Port
 
|integer
 
|The server-side server port
== http_events ==
<section begin='http_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|request_id
|client_country
|Request ID
|Client Country
|bigint
|text
|The HTTP request ID
|The client Country
|-
|-
|time_stamp
|client_latitude
|Timestamp
|Client Latitude
|timestamp without time zone
|real
|The time of the event
|The client Latitude
|-
|-
|session_id
|client_longitude
|Session ID
|Client Longitude
|bigint
|real
|The session
|The client Longitude
|-
|-
|client_intf
|server_country
|Client Interface
|Server Country
|smallint
|text
|The client interface
|The server Country
|-
|server_latitude
|Server Latitude
|real
|The server Latitude
|-
|server_longitude
|Server Longitude
|real
|The server Longitude
|-
|-
|server_intf
|policy_id
|Server Interface
|Policy ID
|smallint
|smallint
|The server interface
|The policy
|-
|-
|c_client_addr
|username
|Client-side Client Address
|Username
|inet
|text
|The client-side client IP address
|The username associated with this session
|-
|-
|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
|method
|Client-side Server Address
|Method
|inet
|character(1)
|The client-side server IP address
|The HTTP method
|-
|-
|s_server_addr
|uri
|Server-side Server Address
|URI
|inet
|text
|The server-side server IP address
|The HTTP URI
|-
|-
|c_client_port
|host
|Client-side Client Port
|Host
|integer
|text
|The client-side client port
|The HTTP host
|-
|-
|s_client_port
|domain
|Server-side Client Port
|Domain
|integer
|text
|The server-side client port
|The HTTP domain (shortened host)
|-
|-
|c_server_port
|referer
|Client-side Server Port
|Referer
|integer
|text
|The client-side server port
|The Referer URL
|-
|-
|s_server_port
|c2s_content_length
|Server-side Server Port
|Client-to-server Content Length
|integer
|bigint
|The server-side server port
|The client-to-server content length
|-
|-
|policy_id
|s2c_content_length
|Policy ID
|Server-to-client Content Length
|smallint
|bigint
|The policy
|The server-to-client content length
|-
|-
|username
|s2c_content_type
|Username
|Server-to-client Content Type
|text
|text
|The username associated with this session
|The server-to-client content type
|-
|s2c_content_filename
|Server-to-client Content Disposition Filename
|text
|The server-to-client content disposition filename
|-
|-
|hostname
|ad_blocker_cookie_ident
|Hostname
|Ad Blocker Cookie
|text
|text
|The hostname of the local address
|This name of cookie blocked by Ad Blocker
|-
|-
|method
|ad_blocker_action
|Method
|Ad Blocker Action
|character(1)
|character(1)
|The HTTP method
|This action of Ad Blocker on this request
|-
|-
|uri
|web_filter_reason
|URI
|Web Filter Reason
|text
|character(1)
|The HTTP URI
|This reason Web Filter blocked/flagged this request
|-
|-
|host
|web_filter_category_id
|Host
|Web Filter Category Id
|text
|smallint
|The HTTP host
|This numeric category according to Web Filter
|-
|-
|domain
|web_filter_rule_id
|Domain
|Web Filter Rule Id
|text
|smallint
|The HTTP domain (shortened host)
|This numeric rule according to Web Filter
|-
|-
|referer
|web_filter_blocked
|Referer
|Web Filter Blocked
|text
|boolean
|The Referer URL
|If Web Filter blocked this request
|-
|-
|c2s_content_length
|web_filter_flagged
|Client-to-server Content Length
|Web Filter Flagged
|bigint
|boolean
|The client-to-server content length
|If Web Filter flagged this request
|-
|-
|s2c_content_length
|virus_blocker_lite_clean
|Server-to-client Content Length
|Virus Blocker Lite Clean
|bigint
|boolean
|The server-to-client content length
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|s2c_content_type
|virus_blocker_lite_name
|Server-to-client Content Type
|Virus Blocker Lite Name
|text
|text
|The server-to-client content type
|The name of the malware according to Virus Blocker Lite
|-
|-
|ad_blocker_cookie_ident
|virus_blocker_clean
|Ad Blocker Cookie
|Virus Blocker Clean
|text
|boolean
|This name of cookie blocked by Ad Blocker
|The cleanliness of the file according to Virus Blocker
|-
|-
|ad_blocker_action
|virus_blocker_name
|Ad Blocker Action
|Virus Blocker Name
|character(1)
|This action of Ad Blocker on this request
|-
|web_filter_lite_reason
|Web Filter Lite Reason
|character(1)
|This reason Web Filter Lite blocked/flagged this request
|-
|web_filter_lite_category
|Web Filter Lite Category
|text
|text
|This category according to Web Filter Lite
|The name of the malware according to Virus Blocker
|-
|-
|web_filter_lite_blocked
|threat_prevention_blocked
|Web Filter Lite Blocked
|Threat Prevention Blocked
|boolean
|boolean
|If Web Filter Lite blocked this request
|If Threat Prevention blocked this request
|-
|-
|web_filter_lite_flagged
|threat_prevention_flagged
|Web Filter Lite Flagged
|Threat Prevention Flagged
|boolean
|boolean
|If Web Filter Lite flagged this request
|If Threat Prevention flagged this request
|-
|-
|web_filter_reason
|threat_prevention_rule_id
|Web Filter Reason
|Threat Prevention Rule Id
|character(1)
|integer
|This reason Web Filter blocked/flagged this request
|This numeric rule according to Threat Prevention
|-
|-
|web_filter_category
|threat_prevention_reputation
|Web Filter Category
|Threat Prevention Reputation
|text
|smallint
|This category according to Web Filter
|This numeric threat reputation
|-
|-
|web_filter_blocked
|threat_prevention_categories
|Web Filter Blocked
|Threat Prevention Categories
|boolean
|integer
|If Web Filter blocked this request
|This bitmask of threat categories
|-
|-
|web_filter_flagged
|}
|Web Filter Flagged
<section end='http_events' />
|boolean
()
|If Web Filter flagged this request
 
|-
== intrusion_prevention_events ==  
|virus_blocker_lite_clean
<section begin='intrusion_prevention_events' />
|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='http_events' />
 
 
== captive_portal_user_events ==  
<section begin='captive_portal_user_events' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 335: Line 301:
|The time of the event
|The time of the event
|-
|-
|policy_id
|sig_id
|Policy ID
|Signature ID
|bigint
|bigint
|The policy
|This ID of the rule
|-
|-
|event_id
|gen_id
|Event ID
|Grouping ID
|bigint
|bigint
|The unique event ID
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|-
|-
|login_name
|class_id
|Login Name
|Classtype ID
|text
|bigint
|The login username
|The numeric ID for the classtype
|-
|-
|event_info
|source_addr
|Event Type
|Source Address
|text
|inet
|The type of event (LOGIN, FAILED, TIMEOUT, INACTIVE, USER_LOGOUT, ADMIN_LOGOUT)
|The source IP address of the packet
|-
|-
|auth_type
|source_port
|Authorization Type
|Source Port
|text
|integer
|The authorization type for this event
|The source port of the packet (if applicable)
|-
|-
|client_addr
|dest_addr
|Client Address
|Destination Address
|text
|inet
|The remote IP address of the client
|The destination IP address of the packet
|-
|-
|}
|dest_port
<section end='captive_portal_user_events' />
|Destination Port
 
|integer
 
|The destination port of the packet (if applicable)
== server_events ==
<section begin='server_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|protocol
|Timestamp
|Protocol
|timestamp without time zone
|integer
|The time of the event
|The protocol of the packet
|-
|-
|load_1
|blocked
|CPU load (1-min)
|Blocked
|numeric(6,2)
|boolean
|The 1-minute CPU load
|If the packet was blocked/dropped
|-
|category
|Category
|text
|The application specific grouping for the signature
|-
|-
|load_5
|classtype
|CPU load (5-min)
|Classtype
|numeric(6,2)
|text
|The 5-minute CPU load
|The generalized threat signature grouping (unrelated to gen_id)
|-
|-
|load_15
|msg
|CPU load (15-min)
|Message
|numeric(6,2)
|text
|The 15-minute CPU load
|The "title" or "description" of the signature
|-
|-
|cpu_user
|rid
|CPU User Utilization
|Rule ID
|numeric(6,3)
|text
|The user CPU percent utilization
|The rule id
|-
|-
|cpu_system
|rule_id
|CPU System Utilization
|Rule ID
|numeric(6,3)
|text
|The system CPU percent utilization
|The rule id
|-
|-
|mem_total
|}
|Total Memory
<section end='intrusion_prevention_events' />
|bigint
()
|The total bytes of memory
 
== smtp_tarpit_events ==
<section begin='smtp_tarpit_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|mem_free
|time_stamp
|Memory Free
|Timestamp
|bigint
|timestamp without time zone
|The number of free bytes of memory
|The time of the event
|-
|-
|disk_total
|ipaddr
|Disk Size
|Client Address
|bigint
|inet
|The total disk size in bytes
|The client IP address
|-
|hostname
|Hostname
|text
|The hostname of the local address
|-
|-
|disk_free
|policy_id
|Disk Free
|Policy ID
|bigint
|bigint
|The free disk space in bytes
|The policy
|-
|-
|swap_total
|vendor_name
|Swap Size
|Vendor Name
|bigint
|character varying(255)
|The total swap size in bytes
|The "vendor name" of the app that logged the event
|-
|-
|swap_free
|event_id
|Swap Free
|Event ID
|bigint
|bigint
|The free disk swap in bytes
|The unique event ID
|-
|active_hosts
|Active Hosts
|integer
|The number of active hosts
|-
|-
|}
|}
<section end='server_events' />
<section end='smtp_tarpit_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 455: Line 426:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 461: Line 437:
|The time of the event
|The time of the event
|-
|-
|interface_id
|connect_stamp
|Interface ID
|Connect Time
|integer
|timestamp without time zone
|The interface ID
|The time the connection started
|-
|-
|rx_rate
|goodbye_stamp
|Rx Rate
|End Time
|double precision
|timestamp without time zone
|The RX rate (bytes/s)
|The time the connection ended
|-
|-
|tx_rate
|client_address
|Tx Rate
|Client Address
|double precision
|text
|The TX rate (bytes/s)
|The remote IP address of the client
|-
|-
|}
|client_protocol
<section end='interface_stat_events' />
|Client Protocol
 
|text
 
|The protocol the client used to connect
== openvpn_stats ==
<section begin='openvpn_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|client_username
|Timestamp
|Client Username
|timestamp without time zone
|text
|The time of the event
|The username of the client
|-
|-
|start_time
|net_process
|Start Time
|Net Process
|timestamp without time zone
|text
|The time the OpenVPN session started
|The PID of the PPP process for L2TP connections or the connection ID for Xauth connections
|-
|-
|end_time
|net_interface
|End Time
|Net Interface
|timestamp without time zone
|text
|The time the OpenVPN session ended
|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
|rx_bytes
|Bytes Received
|Bytes Received
|bigint
|bigint
|The total bytes received from the client during this session
|The number of bytes received from the client in this connection
|-
|-
|tx_bytes
|tx_bytes
|Bytes Sent
|Bytes Sent
|bigint
|bigint
|The total bytes sent to the client during this session
|The number of bytes sent to the client in this connection
|-
|-
|remote_address
|}
|Remote Address
<section end='ipsec_user_events' />
|inet
()
|The remote IP address of the client
 
== ipsec_vpn_events ==
<section begin='ipsec_vpn_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|pool_address
|event_id
|Pool Address
|Event ID
|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
|bigint
|The unique event ID
|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
|time_stamp
Line 556: Line 509:
|timestamp without time zone
|timestamp without time zone
|The time of the event
|The time of the event
|-
|local_address
|Local Address
|text
|The local address of the tunnel
|-
|-
|remote_address
|remote_address
|Remote Address
|Remote Address
|inet
|text
|The remote IP address of the client
|The remote address of the tunnel
|-
|-
|pool_address
|tunnel_description
|Pool Address
|Tunnel Description
|inet
|The pool IP address of the client
|-
|client_name
|Client Name
|text
|text
|The name of the client
|The description of the tunnel
|-
|-
|type
|event_type
|Type
|Event Type
|text
|text
|The type of the event (CONNECT/DISCONNECT)
|The type of the event (CONNECT,DISCONNECT)
|-
|-
|}
|}
<section end='openvpn_events' />
<section end='ipsec_vpn_events' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 595: Line 548:
|The time of the event
|The time of the event
|-
|-
|session_id
|tunnel_name
|Session ID
|Tunnel Name
|text
|The name of the IPsec tunnel
|-
|in_bytes
|In Bytes
|bigint
|bigint
|The session
|The number of bytes received during this time frame
|-
|-
|client_intf
|out_bytes
|Client Interface
|Out Bytes
|smallint
|bigint
|The client interface
|The number of bytes transmitted during this time frame
|-
|-
|server_intf
|event_id
|Server Interface
|Event ID
|smallint
|bigint
|The server interface
|The unique event ID
|-
|-
|c_client_addr
|}
|Client-side Client Address
<section end='ipsec_tunnel_stats' />
|inet
()
|The client-side client IP address
 
== http_query_events ==
<section begin='http_query_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|s_client_addr
|event_id
|Server-side Client Address
|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
|inet
|The server-side client IP address
|The server-side client IP address
Line 660: Line 656:
|The username associated with this session
|The username associated with this session
|-
|-
|msg_id
|hostname
|Message ID
|Hostname
|bigint
|The message ID
|-
|subject
|Subject
|text
|The email subject
|-
|hostname
|Hostname
|text
|text
|The hostname of the local address
|The hostname of the local address
|-
|-
|event_id
|request_id
|Event ID
|Request ID
|bigint
|bigint
|The unique event ID
|The HTTP request ID
|-
|method
|Method
|character(1)
|The HTTP method
|-
|-
|sender
|uri
|Sender
|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
|text
|The cleanliness of the file according to Virus Blocker Lite
|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
|-
|-
|virus_blocker_lite_name
|s2c_content_type
|Virus Blocker Lite Name
|Server-to-client Content Type
|text
|text
|The name of the malware according to Virus Blocker Lite
|The server-to-client content type
|-
|-
|virus_blocker_clean
|blocked
|Virus Blocker Clean
|Blocked
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker
|If Web Filter blocked this search term
|-
|-
|virus_blocker_name
|flagged
|Virus Blocker Name
|Flagged
|text
|boolean
|The name of the malware according to Virus Blocker
|If Web Filter flagged this search term
|-
|-
|spam_blocker_lite_score
|}
|Spam Blocker Lite Score
<section end='http_query_events' />
|real
()
|The score of the email according to 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_is_spam
|time_stamp
|Spam Blocker Lite Spam
|Timestamp
|boolean
|timestamp without time zone
|The spam status of the email according to Spam Blocker Lite
|The time of the event
|-
|-
|spam_blocker_lite_tests_string
|login
|Spam Blocker Lite Tests
|Login
|text
|text
|The tess results for Spam Blocker Lite
|The login name
|-
|-
|spam_blocker_lite_action
|local
|Spam Blocker Lite Action
|Local
|character(1)
|boolean
|The action taken by Spam Blocker Lite
|True if it is a login attempt through a local process
|-
|-
|spam_blocker_score
|client_addr
|Spam Blocker Score
|Client Address
|real
|inet
|The score of the email according to Spam Blocker
|The client IP address
|-
|-
|spam_blocker_is_spam
|succeeded
|Spam Blocker Spam
|Succeeded
|boolean
|boolean
|The spam status of the email according to Spam Blocker
|True if the login succeeded, false otherwise
|-
|-
|spam_blocker_tests_string
|reason
|Spam Blocker Tests
|Reason
|text
|The tess results for Spam Blocker
|-
|spam_blocker_action
|Spam Blocker Action
|character(1)
|character(1)
|The action taken by Spam Blocker
|The reason for the login (if applicable)
|-
|-
|phish_blocker_score
|}
|Phish Blocker Score
<section end='admin_logins' />
|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' />


 
== 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 782: Line 766:
!Type
!Type
!Description
!Description
|-
|session_id
|Session ID
|bigint
|The session
|-
|-
|time_stamp
|time_stamp
Line 788: 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
|-
|bypassed
|Bypassed
|boolean
|True if the session was bypassed, false otherwise
|-
|entitled
|Entitled
|boolean
|True if the session is entitled to premium functionality
|-
|-
|client_intf
|protocol
|Client Interface
|Protocol
|smallint
|smallint
|The client interface
|The IP protocol of session
|-
|-
|server_intf
|icmp_type
|Server Interface
|ICMP Type
|smallint
|smallint
|The server interface
|The ICMP type of session if ICMP
|-
|-
|c_client_addr
|hostname
|Client-side Client Address
|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
|inet
|The client-side client IP address
|The IP address of the remote participant
|-
|-
|s_client_addr
|c_client_addr
|Server-side Client Address
|Client-side Client Address
|inet
|inet
|The server-side client IP address
|The client-side client IP address
|-
|-
|c_server_addr
|c_server_addr
Line 818: Line 842:
|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 828: 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 843: 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 associated with this session
|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
|-
|-
|addr
|client_latitude
|Address
|Client Latitude
|text
|real
|The address of this event
|The client Latitude
|-
|-
|addr_name
|client_longitude
|Address Name
|Client Longitude
|real
|The client Longitude
|-
|server_country
|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 of the local address
|The server Longitude
|-
|-
|event_id
|c2p_bytes
|Event ID
|From-Client Bytes
|bigint
|bigint
|The unique event ID
|The number of bytes the client sent to Untangle (client-to-pipeline)
|-
|-
|sender
|p2c_bytes
|Sender
|To-Client Bytes
|text
|bigint
|The address of the sender
|The number of bytes Untangle sent to client (pipeline-to-client)
|-
|s2p_bytes
|From-Server Bytes
|bigint
|The number of bytes the server sent to Untangle (client-to-pipeline)
|-
|-
|virus_blocker_lite_clean
|p2s_bytes
|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)
|-
|-
|virus_blocker_clean
|firewall_blocked
|Virus Blocker Clean
|Firewall Blocked
|boolean
|boolean
|The cleanliness of the file according to Virus Blocker
|True if Firewall blocked the session, false otherwise
|-
|-
|virus_blocker_name
|firewall_flagged
|Virus Blocker Name
|Firewall Flagged
|text
|boolean
|The name of the malware according to Virus Blocker
|True if Firewall flagged the session, false otherwise
|-
|firewall_rule_index
|Firewall Rule ID
|integer
|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
|-
|-
|spam_blocker_score
|threat_prevention_client_reputation
|Spam Blocker Score
|Threat Prevention Client Reputation
|real
|smallint
|The score of the email according to Spam Blocker
|Numeric client reputation of Threat Prevention
|-
|-
|spam_blocker_is_spam
|threat_prevention_client_categories
|Spam Blocker Spam
|Threat Prevention Client Categories
|boolean
|integer
|The spam status of the email according to Spam Blocker
|Bitmask client categories of Threat Prevention
|-
|-
|spam_blocker_action
|threat_prevention_server_reputation
|Spam Blocker Action
|Threat Prevention Server Reputation
|character(1)
|smallint
|The action taken by Spam Blocker
|Numeric server reputation of Threat Prevention
|-
|threat_prevention_server_categories
|Threat Prevention Server Categories
|integer
|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
|-
|-
|phish_blocker_tests_string
|captive_portal_rule_index
|Phish Blocker Tests
|Captive Portal Rule ID
|text
|integer
|The tess results for Phish Blocker
|The matching rule in Captive Portal (if any)
|-
|-
|phish_blocker_action
|application_control_application
|Phish Blocker Action
|Application Control Application
|character(1)
|text
|The action taken by Phish Blocker
|The application according to Application Control
|-
|-
|}
|application_control_protochain
<section end='mail_addrs' />
|Application Control Protochain
 
|text
 
|The protochain 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_category
|Timestamp
|Application Control Category
|timestamp without time zone
|text
|The time of the event
|The category according to Application Control
|-
|-
|ipaddr
|application_control_blocked
|Client Address
|Application Control Blocked
|inet
|boolean
|The client IP address
|True if Application Control blocked the session
|-
|-
|hostname
|application_control_flagged
|Hostname
|Application Control Flagged
|text
|boolean
|The hostname of the local address
|True if Application Control flagged the session
|-
|-
|policy_id
|application_control_confidence
|Policy ID
|Application Control Confidence
|bigint
|integer
|The policy
|True if Application Control confidence of this session's identification
|-
|-
|vendor_name
|application_control_ruleid
|Vendor Name
|Application Control Rule ID
|character varying(255)
|integer
|The "vendor name" of the app that logged the event
|The matching rule in Application Control (if any)
|-
|-
|event_id
|application_control_detail
|Event ID
|Application Control Detail
|bigint
|text
|The unique event ID
|The text detail from the Application Control engine
|-
|-
|}
|bandwidth_control_priority
<section end='smtp_tarpit_events' />
|Bandwidth Control Priority
 
|integer
 
|The priority given to this session
== ftp_events ==
<section begin='ftp_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|event_id
|bandwidth_control_rule
|Event ID
|Bandwidth Control Rule ID
|bigint
|integer
|The unique event ID
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|time_stamp
|ssl_inspector_ruleid
|Timestamp
|SSL Inspector Rule ID
|timestamp without time zone
|integer
|The time of the event
|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' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|session_id
|session_id
Line 1,044: Line 1,100:
|The session
|The session
|-
|-
|client_intf
|time_stamp
|Client Interface
|Timestamp
|smallint
|timestamp without time zone
|The client interface
|The time of the event
|-
|-
|server_intf
|c2s_bytes
|Server Interface
|From-Client Bytes
|smallint
|bigint
|The server interface
|The number of bytes the client sent
|-
|-
|c_client_addr
|s2c_bytes
|Client-side Client Address
|From-Server Bytes
|inet
|bigint
|The client-side client IP address
|The number of bytes the server sent
|-
|-
|s_client_addr
|start_time
|Server-side Client Address
|Start Time
|inet
|timestamp without time zone
|The server-side client IP address
|The start time of the session
|-
|-
|c_server_addr
|end_time
|Client-side Server Address
|End Time
|inet
|timestamp without time zone
|The client-side server IP address
|The time the session ended
|-
|bypassed
|Bypassed
|boolean
|True if the session was bypassed, false otherwise
|-
|-
|s_server_addr
|entitled
|Server-side Server Address
|Entitled
|inet
|boolean
|The server-side server IP address
|True if the session is entitled to premium functionality
|-
|-
|policy_id
|protocol
|Policy ID
|Protocol
|bigint
|smallint
|The policy
|The IP protocol of session
|-
|-
|username
|icmp_type
|Username
|ICMP Type
|text
|smallint
|The username associated with this session
|The ICMP type of session if ICMP
|-
|-
|hostname
|hostname
Line 1,089: Line 1,150:
|The hostname of the local address
|The hostname of the local address
|-
|-
|request_id
|username
|Request ID
|Username
|bigint
|text
|The FTP request ID
|The username associated with this session
|-
|-
|method
|policy_id
|Method
|Policy ID
|character(1)
|smallint
|The FTP method
|The policy
|-
|-
|uri
|policy_rule_id
|URI
|Policy Rule ID
|text
|smallint
|The FTP URI
|The ID of the matching policy rule (0 means none)
|-
|-
|virus_blocker_lite_clean
|local_addr
|Virus Blocker Lite Clean
|Local Address
|boolean
|inet
|The cleanliness of the file according to Virus Blocker Lite
|The IP address of the local participant
|-
|-
|virus_blocker_lite_name
|remote_addr
|Virus Blocker Lite Name
|Remote Address
|text
|inet
|The name of the malware according to Virus Blocker Lite
|The IP address of the remote participant
|-
|c_client_addr
|Client-side Client Address
|inet
|The client-side client IP address
|-
|-
|virus_blocker_clean
|c_server_addr
|Virus Blocker Clean
|Client-side Server Address
|boolean
|inet
|The cleanliness of the file according to Virus Blocker
|The client-side server IP address
|-
|-
|virus_blocker_name
|c_server_port
|Virus Blocker Name
|Client-side Server Port
|text
|integer
|The name of the malware according to Virus Blocker
|The client-side server port
|-
|-
|}
|c_client_port
<section end='ftp_events' />
|Client-side Client Port
 
|integer
 
|The client-side client port
== wan_failover_test_events ==
|-
<section begin='wan_failover_test_events' />
|s_client_addr
 
|Server-side Client Address
{| border="1" cellpadding="2" width="90%%" align="center"
|inet
!Column Name
|The server-side client IP address
!Human Name
!Type
!Description
|-
|-
|time_stamp
|s_server_addr
|Timestamp
|Server-side Server Address
|timestamp without time zone
|inet
|The time of the event
|The server-side server IP address
|-
|-
|interface_id
|s_server_port
|Interface ID
|Server-side Server Port
|integer
|integer
|This interface ID
|The server-side server port
|-
|-
|name
|s_client_port
|Interface Name
|Server-side Client Port
|text
|integer
|This name of the interface
|The server-side client port
|-
|client_intf
|Client Interface
|smallint
|The client interface
|-
|server_intf
|Server Interface
|smallint
|The server interface
|-
|-
|description
|client_country
|Text detail of the event
|Client Country
|text
|text
|The description from the test rule
|The client Country
|-
|-
|success
|client_latitude
|Success
|Client Latitude
|boolean
|real
|The result of the test (true if the test succeeded, false otherwise)
|The client Latitude
|-
|-
|event_id
|client_longitude
|Event ID
|Client Longitude
|bigint
|real
|The unique event ID
|The client Longitude
|-
|-
|}
|server_country
<section end='wan_failover_test_events' />
|Server Country
 
|text
 
|The server Country
== wan_failover_action_events ==
<section begin='wan_failover_action_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|server_latitude
|Timestamp
|Server Latitude
|timestamp without time zone
|real
|The time of the event
|The server Latitude
|-
|-
|interface_id
|server_longitude
|Interface ID
|Server Longitude
|integer
|real
|This interface ID
|The server Longitude
|-
|-
|action
|filter_prefix
|Action
|Filter Block
|text
|text
|This action (CONNECTED/DISCONNECTED)
|The network filter that blocked the connection (filter,shield,invalid)
|-
|-
|os_name
|firewall_blocked
|Interface O/S Name
|Firewall Blocked
|text
|boolean
|This O/S name of the interface
|True if Firewall blocked the session, false otherwise
|-
|-
|name
|firewall_flagged
|Interface Name
|Firewall Flagged
|text
|boolean
|This name of the interface
|True if Firewall flagged the session, false otherwise
|-
|-
|event_id
|firewall_rule_index
|Event ID
|Firewall Rule ID
|bigint
|integer
|The unique event ID
|The matching rule in Firewall (if any)
|-
|-
|}
|threat_prevention_blocked
<section end='wan_failover_action_events' />
|Threat Prevention Blocked
 
|boolean
 
|If Threat Prevention blocked
== intrusion_prevention_events ==
<section begin='intrusion_prevention_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|threat_prevention_flagged
|Timestamp
|Threat Prevention Flagged
|timestamp without time zone
|boolean
|The time of the event
|If Threat Prevention flagged
|-
|-
|sig_id
|threat_prevention_reason
|Signature ID
|Threat Prevention Reason
|bigint
|character(1)
|This ID of the rule
|Threat Prevention reason
|-
|-
|gen_id
|threat_prevention_rule_id
|Grouping ID
|Threat Prevention Rule Id
|bigint
|integer
|The grouping ID for the rule, The gen_id + sig_id specify the rule's unique identifier
|Numeric rule id of Threat Prevention
|-
|-
|class_id
|threat_prevention_client_reputation
|Classtype ID
|Threat Prevention Client Reputation
|bigint
|smallint
|The numeric ID for the classtype
|Numeric client reputation of Threat Prevention
|-
|-
|source_addr
|threat_prevention_client_categories
|Source Address
|Threat Prevention Client Categories
|inet
|integer
|The source IP address of the packet
|Bitmask client categories of Threat Prevention
|-
|-
|source_port
|threat_prevention_server_reputation
|Source Port
|Threat Prevention Server Reputation
|integer
|smallint
|The source port of the packet (if applicable)
|Numeric server reputation of Threat Prevention
|-
|-
|dest_addr
|threat_prevention_server_categories
|Destination Address
|Threat Prevention Server Categories
|inet
|The destination IP address of the packet
|-
|dest_port
|Destination Port
|integer
|integer
|The destination port of the packet (if applicable)
|Bitmask server categories of Threat Prevention
|-
|-
|protocol
|application_control_lite_protocol
|Protocol
|Application Control Lite Protocol
|integer
|text
|The protocol of the packet
|The application protocol according to Application Control Lite
|-
|-
|blocked
|application_control_lite_blocked
|Blocked
|Application Control Lite Blocked
|boolean
|boolean
|If the packet was blocked/dropped
|True if Application Control Lite blocked the session
|-
|-
|category
|captive_portal_blocked
|Category
|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
|text
|The application specific grouping
|The application according to Application Control
|-
|-
|classtype
|application_control_protochain
|Classtype
|Application Control Protochain
|text
|text
|The generalized threat rule grouping (unrelated to gen_id)
|The protochain according to Application Control
|-
|-
|msg
|application_control_category
|Message
|Application Control Category
|text
|text
|The "title" or "description" of the rule
|The category according to Application Control
|-
|application_control_blocked
|Application Control Blocked
|boolean
|True if Application Control blocked the session
|-
|-
|}
|application_control_flagged
<section end='intrusion_prevention_events' />
|Application Control Flagged
 
|boolean
 
|True if Application Control flagged the session
== web_cache_stats ==
<section begin='web_cache_stats' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|application_control_confidence
|Timestamp
|Application Control Confidence
|timestamp without time zone
|integer
|The time of the event
|True if Application Control confidence of this session's identification
|-
|-
|hits
|application_control_ruleid
|Hits
|Application Control Rule ID
|bigint
|integer
|The number of cache hits during this time frame
|The matching rule in Application Control (if any)
|-
|-
|misses
|application_control_detail
|Misses
|Application Control Detail
|bigint
|text
|The number of cache misses during this time frame
|The text detail from the Application Control engine
|-
|-
|bypasses
|bandwidth_control_priority
|Bypasses
|Bandwidth Control Priority
|bigint
|integer
|The number of cache user bypasses during this time frame
|The priority given to this session
|-
|-
|systems
|bandwidth_control_rule
|System bypasses
|Bandwidth Control Rule ID
|bigint
|integer
|The number of cache system bypasses during this time frame
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|hit_bytes
|ssl_inspector_ruleid
|Hit Bytes
|SSL Inspector Rule ID
|bigint
|integer
|The number of bytes saved from cache hits
|The matching rule in SSL Inspector rule (if any)
|-
|-
|miss_bytes
|ssl_inspector_status
|Miss Bytes
|SSL Inspector Status
|bigint
|text
|The number of bytes not saved from cache misses
|The status/action of the SSL session (INSPECTED,IGNORED,BLOCKED,UNTRUSTED,ABANDONED)
|-
|-
|event_id
|ssl_inspector_detail
|Event ID
|SSL Inspector Detail
|bigint
|text
|The unique event ID
|Additional text detail about the SSL connection (SNI, IP Address)
|-
|tags
|Tags
|text
|The tags on this session
|-
|-
|}
|}
<section end='web_cache_stats' />
<section end='session_minutes' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,353: Line 1,417:
!Type
!Type
!Description
!Description
|-
|event_id
|Event ID
|bigint
|The unique event ID
|-
|-
|time_stamp
|time_stamp
Line 1,364: Line 1,423:
|The time of the event
|The time of the event
|-
|-
|session_id
|entity
|Session ID
|Entity
|bigint
|text
|The session
|The IP entity given the quota (address/username)
|-
|action
|Action
|integer
|The action (1=Quota Given, 2=Quota Exceeded)
|-
|-
|client_intf
|size
|Client Interface
|Size
|smallint
|bigint
|The client interface
|The size of the quota
|-
|reason
|Reason
|text
|The reason for the action
|-
|-
|server_intf
|}
|Server Interface
<section end='quotas' />
|smallint
()
|The server interface
 
== host_table_updates ==
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|c_client_addr
|address
|Client-side Client Address
|Address
|inet
|inet
|The client-side client IP address
|The IP address of the host
|-
|-
|s_client_addr
|key
|Server-side Client Address
|Key
|inet
|text
|The server-side client IP address
|The key being updated
|-
|-
|c_server_addr
|value
|Client-side Server Address
|Value
|inet
|text
|The client-side server IP address
|The new value for the key
|-
|-
|s_server_addr
|old_value
|Server-side Server Address
|Old Value
|inet
|text
|The server-side server IP address
|The old value for the key
|-
|-
|c_client_port
|time_stamp
|Client-side Client Port
|Timestamp
|integer
|timestamp without time zone
|The client-side client port
|The time of the event
|-
|-
|s_client_port
|}
|Server-side Client Port
<section end='host_table_updates' />
|integer
()
|The server-side client port
 
== device_table_updates ==
<section begin='device_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|c_server_port
|mac_address
|Client-side Server Port
|MAC Address
|integer
|text
|The client-side server port
|The MAC address of the device
|-
|-
|s_server_port
|key
|Server-side Server Port
|Key
|integer
|text
|The server-side server port
|The key being updated
|-
|-
|policy_id
|value
|Policy ID
|Value
|bigint
|The policy
|-
|username
|Username
|text
|text
|The username associated with this session
|The new value for the key
|-
|-
|hostname
|old_value
|Hostname
|Old Value
|text
|text
|The hostname of the local address
|The old value for the key
|-
|-
|request_id
|time_stamp
|Request ID
|Timestamp
|bigint
|timestamp without time zone
|The HTTP request ID
|The time of the event
|-
|-
|method
|}
|Method
<section end='device_table_updates' />
|character(1)
()
|The HTTP method
 
== user_table_updates ==
<section begin='user_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|uri
|username
|URI
|Username
|text
|text
|The HTTP URI
|The username
|-
|-
|term
|key
|Search Term
|Key
|text
|text
|The search term
|The key being updated
|-
|-
|host
|value
|Host
|Value
|text
|text
|The HTTP host
|The new value for the key
|-
|-
|c2s_content_length
|old_value
|Client-to-server Content Length
|Old Value
|bigint
|text
|The client-to-server content length
|The old value for the key
|-
|-
|s2c_content_length
|time_stamp
|Server-to-client Content Length
|Timestamp
|bigint
|timestamp without time zone
|The server-to-client content length
|The time of the event
|-
|s2c_content_type
|Server-to-client Content Type
|text
|The server-to-client content type
|-
|-
|}
|}
<section end='http_query_events' />
<section end='user_table_updates' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,492: Line 1,575:
|The time of the event
|The time of the event
|-
|-
|login_name
|description
|Login Name
|Text detail of the event
|text
|text
|The login name
|The description from the alert rule.
|-
|-
|domain
|summary_text
|Domain
|Summary Text
|text
|text
|The AD domain
|The summary text of the alert
|-
|-
|type
|json
|Type
|JSON Text
|text
|text
|The type of event (I=Login,U=Update,O=Logout)
|The summary JSON representation of the event causing the alert
|-
|client_addr
|Client Address
|inet
|The client IP address
|-
|-
|}
|}
<section end='directory_connector_login_events' />
<section end='alerts' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,530: Line 1,608:
|The time of the event
|The time of the event
|-
|-
|login
|settings_file
|Login
|Settings File
|text
|text
|The login name
|The name of the file changed
|-
|-
|local
|username
|Local
|Username
|boolean
|text
|True if it is a login attempt through a local process
|The username logged in at the time of the change
|-
|-
|client_addr
|hostname
|Client Address
|Hostname
|inet
|text
|The client IP address
|The remote hostname
|-
|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='settings_changes' />
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 1,567: Line 1,635:
!Type
!Type
!Description
!Description
|-
|session_id
|Session ID
|bigint
|The session
|-
|-
|time_stamp
|time_stamp
Line 1,578: Line 1,641:
|The time of the event
|The time of the event
|-
|-
|end_time
|hits
|End Time
|Hits
|timestamp without time zone
|bigint
|The time the session ended
|The number of cache hits during this time frame
|-
|-
|bypassed
|misses
|Bypassed
|Misses
|boolean
|bigint
|True if the session was bypassed, false otherwise
|The number of cache misses during this time frame
|-
|-
|entitled
|bypasses
|Entitled
|Bypasses
|boolean
|bigint
|True if the session is entitled to premium functionality
|The number of cache user bypasses during this time frame
|-
|-
|protocol
|systems
|Protocol
|System bypasses
|smallint
|bigint
|The IP protocol of session
|The number of cache system bypasses during this time frame
|-
|-
|icmp_type
|hit_bytes
|ICMP Type
|Hit Bytes
|smallint
|bigint
|The ICMP type of session if ICMP
|The number of bytes saved from cache hits
|-
|-
|hostname
|miss_bytes
|Hostname
|Miss Bytes
|text
|bigint
|The hostname of the local address
|The number of bytes not saved from cache misses
|-
|-
|username
|event_id
|Username
|Event ID
|text
|bigint
|The username associated with this session
|The unique event ID
|-
|-
|policy_id
|}
|Policy ID
<section end='web_cache_stats' />
|smallint
()
|The policy
 
== server_events ==
<section begin='server_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|policy_rule_id
|time_stamp
|Policy Rule ID
|Timestamp
|smallint
|timestamp without time zone
|The ID of the matching policy rule (0 means none)
|The time of the event
|-
|-
|local_addr
|load_1
|Local Address
|CPU load (1-min)
|inet
|numeric(6,2)
|The IP address of the local participant
|The 1-minute CPU load
|-
|-
|remote_addr
|load_5
|Remote Address
|CPU load (5-min)
|inet
|numeric(6,2)
|The IP address of the remote participant
|The 5-minute CPU load
|-
|-
|c_client_addr
|load_15
|Client-side Client Address
|CPU load (15-min)
|inet
|numeric(6,2)
|The client-side client IP address
|The 15-minute CPU load
|-
|-
|c_server_addr
|cpu_user
|Client-side Server Address
|CPU User Utilization
|inet
|numeric(6,3)
|The client-side server IP address
|The user CPU percent utilization
|-
|-
|c_server_port
|cpu_system
|Client-side Server Port
|CPU System Utilization
|integer
|numeric(6,3)
|The client-side server port
|The system CPU percent utilization
|-
|-
|c_client_port
|mem_total
|Client-side Client Port
|Total Memory
|integer
|bigint
|The client-side client port
|The total bytes of memory
|-
|-
|s_client_addr
|mem_free
|Server-side Client Address
|Memory Free
|inet
|bigint
|The server-side client IP address
|The number of free bytes of memory
|-
|-
|s_server_addr
|disk_total
|Server-side Server Address
|Disk Size
|inet
|bigint
|The server-side server IP address
|The total disk size in bytes
|-
|-
|s_server_port
|disk_free
|Server-side Server Port
|Disk Free
|integer
|bigint
|The server-side server port
|The free disk space in bytes
|-
|-
|s_client_port
|swap_total
|Server-side Client Port
|Swap Size
|integer
|bigint
|The server-side client port
|The total swap size in bytes
|-
|-
|client_intf
|swap_free
|Client Interface
|Swap Free
|smallint
|bigint
|The client interface
|The free disk swap in bytes
|-
|-
|server_intf
|active_hosts
|Server Interface
|Active Hosts
|smallint
|integer
|The server interface
|The number of active hosts
|-
|-
|client_country
|}
|Client Country
<section end='server_events' />
|text
()
|The client Country
 
== interface_stat_events ==
<section begin='interface_stat_events' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|client_latitude
|time_stamp
|Client Latitude
|Timestamp
|real
|timestamp without time zone
|The client Latitude
|The time of the event
|-
|-
|client_longitude
|interface_id
|Client Longitude
|Interface ID
|real
|integer
|The client Longitude
|The interface ID
|-
|-
|server_country
|rx_rate
|Server Country
|Rx Rate
|text
|double precision
|The server Country
|The RX rate (bytes/s)
|-
|-
|server_latitude
|rx_bytes
|Server Latitude
|Bytes Received
|real
|bigint
|The server Latitude
|The number of bytes received from the client in this connection
|-
|-
|server_longitude
|tx_rate
|Server Longitude
|Tx Rate
|real
|double precision
|The server Longitude
|The TX rate (bytes/s)
|-
|-
|c2p_bytes
|tx_bytes
|From-Client Bytes
|Bytes Sent
|bigint
|bigint
|The number of bytes the client sent to Untangle (client-to-pipeline)
|The number of bytes sent to the client in this connection
|-
|-
|p2c_bytes
|}
|To-Client Bytes
<section end='interface_stat_events' />
|bigint
()
|The number of bytes Untangle sent to client (pipeline-to-client)
 
== mail_msgs ==
<section begin='mail_msgs' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|s2p_bytes
|time_stamp
|From-Server Bytes
|Timestamp
|bigint
|timestamp without time zone
|The number of bytes the server sent to Untangle (client-to-pipeline)
|The time of the event
|-
|-
|p2s_bytes
|session_id
|To-Server Bytes
|Session ID
|bigint
|bigint
|The number of bytes Untangle sent to server (pipeline-to-client)
|The session
|-
|-
|filter_prefix
|client_intf
|Filter Block
|Client Interface
|text
|smallint
|The network filter that blocked the connection
|The client interface
|-
|-
|firewall_blocked
|server_intf
|Firewall Blocked
|Server Interface
|boolean
|smallint
|True if Firewall blocked the session, false otherwise
|The server interface
|-
|-
|firewall_flagged
|c_client_addr
|Firewall Flagged
|Client-side Client Address
|boolean
|inet
|True if Firewall flagged the session, false otherwise
|The client-side client IP address
|-
|s_client_addr
|Server-side Client Address
|inet
|The server-side client IP address
|-
|-
|firewall_rule_index
|c_server_addr
|Firewall Rule ID
|Client-side Server Address
|integer
|inet
|The matching rule in Firewall (if any)
|The client-side server IP address
|-
|-
|application_control_lite_protocol
|s_server_addr
|Application Control Lite Protocol
|Server-side Server Address
|text
|inet
|The application protocol according to Application Control Lite
|The server-side server IP address
|-
|-
|application_control_lite_blocked
|c_client_port
|Application Control Lite Blocked
|Client-side Client Port
|boolean
|integer
|True if Application Control Lite blocked the session
|The client-side client port
|-
|-
|captive_portal_blocked
|s_client_port
|Captive Portal Blocked
|Server-side Client Port
|boolean
|integer
|True if Captive Portal blocked the session
|The server-side client port
|-
|c_server_port
|Client-side Server Port
|integer
|The client-side server port
|-
|-
|captive_portal_rule_index
|s_server_port
|Captive Portal Rule ID
|Server-side Server Port
|integer
|integer
|The matching rule in Captive Portal (if any)
|The server-side server port
|-
|-
|application_control_application
|policy_id
|Application Control Application
|Policy ID
|text
|bigint
|The application according to Application Control
|The policy
|-
|-
|application_control_protochain
|username
|Application Control Protochain
|Username
|text
|text
|The protochain according to Application Control
|The username associated with this session
|-
|-
|application_control_category
|msg_id
|Application Control Category
|Message ID
|bigint
|The message ID
|-
|subject
|Subject
|text
|text
|The category according to Application Control
|The email subject
|-
|-
|application_control_blocked
|hostname
|Application Control Blocked
|Hostname
|boolean
|text
|True if Application Control blocked the session
|The hostname of the local address
|-
|-
|application_control_flagged
|event_id
|Application Control Flagged
|Event ID
|boolean
|bigint
|True if Application Control flagged the session
|The unique event ID
|-
|-
|application_control_confidence
|sender
|Application Control Confidence
|Sender
|integer
|text
|True if Application Control confidence of this session's identification
|The address of the sender
|-
|-
|application_control_ruleid
|receiver
|Application Control Rule ID
|Receiver
|integer
|text
|The matching rule in Application Control (if any)
|The address of the receiver
|-
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|application_control_detail
|virus_blocker_lite_name
|Application Control Detail
|Virus Blocker Lite Name
|text
|text
|The text detail from the Application Control engine
|The name of the malware according to Virus Blocker Lite
|-
|-
|bandwidth_control_priority
|virus_blocker_clean
|Bandwidth Control Priority
|Virus Blocker Clean
|integer
|boolean
|The priority given to this session
|The cleanliness of the file according to Virus Blocker
|-
|bandwidth_control_rule
|Bandwidth Control Rule ID
|integer
|The matching rule in Bandwidth Control rule (if any)
|-
|-
|ssl_inspector_ruleid
|virus_blocker_name
|SSL Inspector Rule ID
|Virus Blocker Name
|integer
|text
|The matching rule in SSL Inspector rule (if any)
|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
|-
|-
|ssl_inspector_status
|spam_blocker_lite_is_spam
|SSL Inspector Status
|Spam Blocker Lite Spam
|text
|boolean
|The status/action of the SSL session (INSPECTED/IGNORED/BLOCKED/UNTRUSTED/ABANDONED)
|The spam status of the email according to Spam Blocker Lite
|-
|-
|ssl_inspector_detail
|spam_blocker_lite_tests_string
|SSL Inspector Detail
|Spam Blocker Lite Tests
|text
|text
|Additional text detail about the SSL connection (SNI, IP Address)
|The tess results for Spam Blocker Lite
|-
|-
|}
|spam_blocker_lite_action
<section end='sessions' />
|Spam Blocker Lite Action
 
|character(1)
 
|The action taken by Spam Blocker Lite
== session_minutes ==
<section begin='session_minutes' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|session_id
|spam_blocker_score
|Session ID
|Spam Blocker Score
|bigint
|real
|The session
|The score of the email according to Spam Blocker
|-
|-
|time_stamp
|spam_blocker_is_spam
|Timestamp
|Spam Blocker Spam
|timestamp without time zone
|boolean
|The time of the event
|The spam status of the email according to Spam Blocker
|-
|-
|c2s_bytes
|spam_blocker_tests_string
|From-Client Bytes
|Spam Blocker Tests
|bigint
|text
|The number of bytes the client sent
|The tess results for Spam Blocker
|-
|-
|s2c_bytes
|spam_blocker_action
|From-Server Bytes
|Spam Blocker Action
|bigint
|character(1)
|The number of bytes the server sent
|The action taken by Spam Blocker
|-
|-
|start_time
|phish_blocker_score
|Start Time
|Phish Blocker Score
|timestamp without time zone
|real
|The start time of the session
|The score of the email according to Phish Blocker
|-
|-
|end_time
|phish_blocker_is_spam
|End Time
|Phish Blocker Phish
|timestamp without time zone
|The time the session ended
|-
|bypassed
|Bypassed
|boolean
|boolean
|True if the session was bypassed, false otherwise
|The phish status of the email according to Phish Blocker
|-
|-
|entitled
|phish_blocker_tests_string
|Entitled
|Phish Blocker Tests
|boolean
|text
|True if the session is entitled to premium functionality
|The tess results for Phish Blocker
|-
|-
|protocol
|phish_blocker_action
|Protocol
|Phish Blocker Action
|smallint
|character(1)
|The IP protocol of session
|The action taken by Phish Blocker
|-
|-
|icmp_type
|}
|ICMP Type
<section end='mail_msgs' />
|smallint
()
|The ICMP type of session if ICMP
 
== mail_addrs ==
<section begin='mail_addrs' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|hostname
|time_stamp
|Hostname
|Timestamp
|text
|timestamp without time zone
|The hostname of the local address
|The time of the event
|-
|-
|username
|session_id
|Username
|Session ID
|text
|bigint
|The username associated with this session
|The session
|-
|-
|policy_id
|client_intf
|Policy ID
|Client Interface
|smallint
|smallint
|The policy
|The client interface
|-
|-
|policy_rule_id
|server_intf
|Policy Rule ID
|Server Interface
|smallint
|smallint
|The ID of the matching policy rule (0 means none)
|The server interface
|-
|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
|c_client_addr
Line 1,936: Line 2,028:
|The client-side client IP address
|The client-side client IP address
|-
|-
|c_server_addr
|s_client_addr
|Client-side Server Address
|Server-side Client Address
|inet
|inet
|The client-side server IP address
|The server-side client IP address
|-
|-
|c_server_port
|c_server_addr
|Client-side Server Port
|Client-side Server Address
|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
|inet
|The server-side client IP address
|The client-side server IP address
|-
|-
|s_server_addr
|s_server_addr
Line 1,961: Line 2,043:
|The server-side server IP address
|The server-side server IP address
|-
|-
|s_server_port
|c_client_port
|Server-side Server Port
|Client-side Client Port
|integer
|integer
|The server-side server port
|The client-side client port
|-
|-
|s_client_port
|s_client_port
Line 1,971: Line 2,053:
|The server-side client port
|The server-side client port
|-
|-
|client_intf
|c_server_port
|Client Interface
|Client-side Server Port
|smallint
|integer
|The client interface
|The client-side server port
|-
|-
|server_intf
|s_server_port
|Server Interface
|Server-side Server Port
|smallint
|integer
|The server interface
|The server-side server port
|-
|policy_id
|Policy ID
|bigint
|The policy
|-
|-
|client_country
|username
|Client Country
|Username
|text
|text
|The client Country
|The username associated with this session
|-
|-
|client_latitude
|msg_id
|Client Latitude
|Message ID
|real
|bigint
|The client Latitude
|The message ID
|-
|-
|client_longitude
|subject
|Client Longitude
|Subject
|real
|text
|The client Longitude
|The email subject
|-
|-
|server_country
|addr
|Server Country
|Address
|text
|text
|The server Country
|The address of this event
|-
|-
|server_latitude
|addr_name
|Server Latitude
|Address Name
|real
|text
|The server Latitude
|The name for this address
|-
|-
|server_longitude
|addr_kind
|Server Longitude
|Address Kind
|real
|character(1)
|The server Longitude
|The type for this address (F=From, T=To, C=CC, G=Envelope From, B=Envelope To, X=Unknown)
|-
|-
|filter_prefix
|hostname
|Filter Block
|Hostname
|text
|text
|The network filter that blocked the connection
|The hostname of the local address
|-
|-
|firewall_blocked
|event_id
|Firewall Blocked
|Event ID
|boolean
|bigint
|True if Firewall blocked the session, false otherwise
|The unique event ID
|-
|sender
|Sender
|text
|The address of the sender
|-
|-
|firewall_flagged
|virus_blocker_lite_clean
|Firewall Flagged
|Virus Blocker Lite Clean
|boolean
|boolean
|True if Firewall flagged the session, false otherwise
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|firewall_rule_index
|virus_blocker_lite_name
|Firewall Rule ID
|Virus Blocker Lite Name
|integer
|The matching rule in Firewall (if any)
|-
|application_control_lite_protocol
|Application Control Lite Protocol
|text
|text
|The application protocol according to Application Control Lite
|The name of the malware according to Virus Blocker Lite
|-
|-
|application_control_lite_blocked
|virus_blocker_clean
|Application Control Lite Blocked
|Virus Blocker Clean
|boolean
|boolean
|True if Application Control Lite blocked the session
|The cleanliness of the file according to Virus Blocker
|-
|-
|captive_portal_blocked
|virus_blocker_name
|Captive Portal Blocked
|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
|boolean
|True if Captive Portal blocked the session
|The spam status of the email according to Spam Blocker Lite
|-
|-
|captive_portal_rule_index
|spam_blocker_lite_action
|Captive Portal Rule ID
|Spam Blocker Lite Action
|integer
|character(1)
|The matching rule in Captive Portal (if any)
|The action taken by Spam Blocker Lite
|-
|-
|application_control_application
|spam_blocker_lite_tests_string
|Application Control Application
|Spam Blocker Lite Tests
|text
|text
|The application according to Application Control
|The tess results for Spam Blocker Lite
|-
|-
|application_control_protochain
|spam_blocker_score
|Application Control Protochain
|Spam Blocker Score
|text
|real
|The protochain according to Application Control
|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
|-
|-
|application_control_category
|spam_blocker_tests_string
|Application Control Category
|Spam Blocker Tests
|text
|text
|The category according to Application Control
|The tess results for Spam Blocker
|-
|-
|application_control_blocked
|phish_blocker_score
|Application Control Blocked
|Phish Blocker Score
|boolean
|real
|True if Application Control blocked the session
|The score of the email according to Phish Blocker
|-
|-
|application_control_flagged
|phish_blocker_is_spam
|Application Control Flagged
|Phish Blocker Phish
|boolean
|boolean
|True if Application Control flagged the session
|The phish status of the email according to Phish Blocker
|-
|-
|application_control_confidence
|phish_blocker_tests_string
|Application Control Confidence
|Phish Blocker Tests
|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 text detail from the Application Control engine
|The tess results for Phish Blocker
|-
|-
|bandwidth_control_priority
|phish_blocker_action
|Bandwidth Control Priority
|Phish Blocker Action
|integer
|character(1)
|The priority given to this session
|The action taken by Phish Blocker
|-
|-
|bandwidth_control_rule
|}
|Bandwidth Control Rule ID
<section end='mail_addrs' />
|integer
()
|The matching rule in Bandwidth Control rule (if any)
 
|-
== ftp_events ==  
|ssl_inspector_ruleid
<section begin='ftp_events' />
|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)
|-
|}
<section end='session_minutes' />
 
 
== penaltybox ==  
<section begin='penaltybox' />


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 2,129: Line 2,206:
!Description
!Description
|-
|-
|address
|event_id
|Address
|Event ID
|inet
|bigint
|The IP address of the host
|The unique event ID
|-
|-
|reason
|time_stamp
|Reason
|Timestamp
|text
|The reason for the action
|-
|start_time
|Start Time
|timestamp without time zone
|timestamp without time zone
|The time the client entered the penalty box
|The time of the event
|-
|-
|end_time
|session_id
|End Time
|Session ID
|timestamp without time zone
|bigint
|The time the client exited the penalty box
|The session
|-
|-
|time_stamp
|client_intf
|Timestamp
|Client Interface
|timestamp without time zone
|smallint
|The time of the event
|The client interface
|-
|-
|}
|server_intf
<section end='penaltybox' />
|Server Interface
 
|smallint
 
|The server interface
== quotas ==
<section begin='quotas' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|time_stamp
|c_client_addr
|Timestamp
|Client-side Client Address
|timestamp without time zone
|inet
|The time of the event
|The client-side client IP address
|-
|-
|address
|s_client_addr
|Address
|Server-side Client Address
|inet
|inet
|The IP address of the host
|The server-side client IP address
|-
|-
|action
|c_server_addr
|Action
|Client-side Server Address
|integer
|inet
|The action (1=Quota Given, 2=Quota Exceeded)
|The client-side server IP address
|-
|-
|size
|s_server_addr
|Size
|Server-side Server Address
|bigint
|inet
|The size of the quota
|The server-side server IP address
|-
|-
|reason
|policy_id
|Reason
|Policy ID
|bigint
|The policy
|-
|username
|Username
|text
|text
|The reason for the action
|The username associated with this session
|-
|-
|}
|hostname
<section end='quotas' />
|Hostname
 
|text
 
|The hostname of the local address
== host_table_updates ==
<section begin='host_table_updates' />
 
{| border="1" cellpadding="2" width="90%%" align="center"
!Column Name
!Human Name
!Type
!Description
|-
|-
|address
|request_id
|Address
|Request ID
|inet
|bigint
|The IP address of the host
|The FTP request ID
|-
|-
|key
|method
|Key
|Method
|character(1)
|The FTP method
|-
|uri
|URI
|text
|text
|The key being updated
|The FTP URI
|-
|virus_blocker_lite_clean
|Virus Blocker Lite Clean
|boolean
|The cleanliness of the file according to Virus Blocker Lite
|-
|-
|value
|virus_blocker_lite_name
|Value
|Virus Blocker Lite Name
|text
|text
|The new value for the key
|The name of the malware according to Virus Blocker Lite
|-
|-
|time_stamp
|virus_blocker_clean
|Timestamp
|Virus Blocker Clean
|timestamp without time zone
|boolean
|The time of the event
|The cleanliness of the file according to Virus Blocker
|-
|virus_blocker_name
|Virus Blocker Name
|text
|The name of the malware according to Virus Blocker
|-
|-
|}
|}
<section end='host_table_updates' />
<section end='ftp_events' />
 
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 2,238: Line 2,314:
!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 2,258: Line 2,324:
|The time of the event
|The time of the event
|-
|-
|}
|tunnel_name
<section end='device_table_updates' />
|Tunnel Name
 
|text
 
|The name the tunnel
== alerts ==
|-
<section begin='alerts' />
|server_address
 
|Server IP Address
{| border="1" cellpadding="2" width="90%%" align="center"
|text
!Column Name
|The address of the remote server
!Human Name
!Type
!Description
|-
|-
|time_stamp
|local_address
|Timestamp
|Local Address
|timestamp without time zone
|The time of the event
|-
|description
|Text detail of the event
|text
|text
|The description from the alert rule.
|The local address assigned the client
|-
|-
|summary_text
|event_type
|Summary Text
|Event Type
|text
|The summary text of the alert
|-
|json
|JSON Text
|text
|text
|The summary JSON representation of the event causing the alert
|The type of the event (CONNECT,DISCONNECT)
|-
|-
|}
|}
<section end='alerts' />
<section end='tunnel_vpn_events' />
 
()


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


{| border="1" cellpadding="2" width="90%%" align="center"
{| border="1" cellpadding="2" width="90%%" align="center"
Line 2,309: Line 2,362:
|The time of the event
|The time of the event
|-
|-
|success
|tunnel_name
|Success
|Tunnel Name
|boolean
|text
|The result of the backup (true if the backup succeeded, false otherwise)
|The name of the Tunnel VPN tunnel
|-
|-
|description
|in_bytes
|Text detail of the event
|In Bytes
|text
|bigint
|Text detail of the event
|The number of bytes received during this time frame
|-
|-
|destination
|out_bytes
|Destination
|Out Bytes
|text
|bigint
|The location of the backup
|The number of bytes transmitted during this time frame
|-
|-
|event_id
|event_id
Line 2,330: Line 2,383:
|-
|-
|}
|}
<section end='configuration_backup_events' />
<section end='tunnel_vpn_stats' />
()


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


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

Revision as of 14:44, 19 February 2020

Database Tables

configuration_backup_events

<section begin='configuration_backup_events' />

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

<section end='configuration_backup_events' /> ()

http_events

<section begin='http_events' />

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

<section end='http_events' /> ()

intrusion_prevention_events

<section begin='intrusion_prevention_events' />

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

<section end='intrusion_prevention_events' /> ()

smtp_tarpit_events

<section begin='smtp_tarpit_events' />

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

<section end='smtp_tarpit_events' /> ()

ipsec_user_events

<section begin='ipsec_user_events' />

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

<section end='ipsec_user_events' /> ()

ipsec_vpn_events

<section begin='ipsec_vpn_events' />

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

<section end='ipsec_vpn_events' /> ()

ipsec_tunnel_stats

<section begin='ipsec_tunnel_stats' />

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

<section end='ipsec_tunnel_stats' /> ()

http_query_events

<section begin='http_query_events' />

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

<section end='http_query_events' /> ()

admin_logins

<section begin='admin_logins' />

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

<section end='admin_logins' /> ()

sessions

<section begin='sessions' />

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

<section end='sessions' /> ()

session_minutes

<section begin='session_minutes' />

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

<section end='session_minutes' /> ()

quotas

<section begin='quotas' />

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

<section end='quotas' /> ()

host_table_updates

<section begin='host_table_updates' />

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

<section end='host_table_updates' /> ()

device_table_updates

<section begin='device_table_updates' />

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

<section end='device_table_updates' /> ()

user_table_updates

<section begin='user_table_updates' />

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

<section end='user_table_updates' /> ()

alerts

<section begin='alerts' />

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

<section end='alerts' /> ()

settings_changes

<section begin='settings_changes' />

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

<section end='settings_changes' /> ()

web_cache_stats

<section begin='web_cache_stats' />

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

<section end='web_cache_stats' /> ()

server_events

<section begin='server_events' />

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

<section end='server_events' /> ()

interface_stat_events

<section begin='interface_stat_events' />

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

<section end='interface_stat_events' /> ()

mail_msgs

<section begin='mail_msgs' />

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

<section end='mail_msgs' /> ()

mail_addrs

<section begin='mail_addrs' />

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

<section end='mail_addrs' /> ()

ftp_events

<section begin='ftp_events' />

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

<section end='ftp_events' /> ()

tunnel_vpn_events

<section begin='tunnel_vpn_events' />

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

<section end='tunnel_vpn_events' /> ()

tunnel_vpn_stats

<section begin='tunnel_vpn_stats' />

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

<section end='tunnel_vpn_stats' /> ()

wan_failover_test_events

<section begin='wan_failover_test_events' />

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

<section end='wan_failover_test_events' /> ()

wan_failover_action_events

<section begin='wan_failover_action_events' />

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

<section end='wan_failover_action_events' /> ()

directory_connector_login_events

<section begin='directory_connector_login_events' />

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

<section end='directory_connector_login_events' /> ()

captive_portal_user_events

<section begin='captive_portal_user_events' />

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

<section end='captive_portal_user_events' /> ()

openvpn_stats

<section begin='openvpn_stats' />

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

<section end='openvpn_stats' /> ()

openvpn_events

<section begin='openvpn_events' />

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

<section end='openvpn_events' /> ()