Table SIEM.public.event_data_sync_policies
Data synchronization policy configuration data.

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
policy_id uuid 2147483647 This is the UUID of the data sync policy. This column is indexed for lookup purposes.
rdd_id uuid 2147483647  √  null This is the UUID of the report data definition plugin associated with this data sync policy, if any. It will be NULL if there is no report data definition plugin associated with the policy.
rdd_name varchar 255  √  null Remote database name
rdd_namespace varchar 255  √  null Remote database namespace
sync_policy text 2147483647  √  null This is an XML string that defines the policy. The XML generates an EventDataSyncPolicy data object as defined in the EventDataSyncConfigDefinition.xml file
date_created timestamptz 35,6  √  null Date this data sync policy was created.
date_modified timestamptz 35,6  √  null Date this data sync policy was last updated.
created_by int4 10  √  null ID of user that created this data sync policy.
modified_by int4 10  √  null ID of user that last modified this data sync policy.

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012

Indexes:
Column(s) Type Sort Constraint Name
policy_id Primary key Asc event_data_sync_policies_pk