{"slug":"logify","name":"Logify – Event Logger, Activity Monitor, Activity Log & Audit Log","description":"Monitor, track, and review everything happening on your WordPress site. Logify helps you stay secure, stay compliant, and stay in control.","author":"KaizenCoders","active_installs":10,"version":"1.5.1","wp_org_url":"https://wordpress.org/plugins/logify/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"actionscheduler_actions","full_table_name":"wp_actionscheduler_actions","description":"Stores actionscheduler actions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"actionscheduler_logs","full_table_name":"wp_actionscheduler_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"kc_lf_activity_logs","full_table_name":"wp_kc_lf_activity_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"int(10)","nullable":false,"primary_key":true},{"name":"site_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"event_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"severity","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"action","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"user_role","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"user_login","type":"varchar(60)","nullable":false,"primary_key":false},{"name":"user_display_name","type":"varchar(250)","nullable":false,"primary_key":false},{"name":"event_type","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"object_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"object_type","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"object_name","type":"varchar(250)","nullable":false,"primary_key":false},{"name":"ip","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"user_agent","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"session_id","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"request_id","type":"varchar(40)","nullable":true,"primary_key":false},{"name":"description","type":"text","nullable":false,"primary_key":false},{"name":"metadata","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE `wp_kc_lf_activity_logs` ( `id` int(10) NOT NULL AUTO_INCREMENT, `site_id` bigint(20) DEFAULT 1, `event_id` bigint(20) NOT NULL, `severity` bigint(20) DEFAULT 0, `action` varchar(100) NOT NULL, `user_id` bigint(20) DEFAULT NULL, `user_role` varchar(255) DEFAULT NULL, `user_login` varchar(60) NOT NULL, `user_display_name` varchar(250) NOT NULL, `event_type` varchar(100) NOT NULL, `object_id` bigint(20) NOT NULL, `object_type` varchar(100) NOT NULL, `object_name` varchar(250) NOT NULL, `ip` varchar(255) NOT NULL, `user_agent` varchar(255) DEFAULT NULL, `session_id` varchar(255) DEFAULT NULL, `request_id` varchar(40) DEFAULT NULL, `description` text NOT NULL, `metadata` longtext, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `idx_created_at` (`created_at`), KEY `idx_user_id` (`user_id`), KEY `idx_user_login` (`user_login`), KEY `idx_event_id` (`event_id`), KEY `idx_event_type` (`event_type`), KEY `idx_object_id` (`object_id`), KEY `idx_object_type` (`object_type`), KEY `idx_severity` (`severity`), KEY `idx_action` (`action`), KEY `idx_request_id` (`request_id`), KEY `idx_event_type_created_at` (`event_type`, `created_at`), KEY `idx_user_id_created_at` (`user_id`, `created_at`), KEY `idx_object_type_object_id` (`object_type`, `object_id`) ) $collate; \"; return $tables; } /** * Get files to create * * @return array[] * * @since 1.1.0 */ public static function get_files() { // If we need to create more files/ dirs in the future // use following code return array_merge( [], self::get_110_files() );"}],"table_count":3}