...
This article features the Log Cleaner Plugin and sample app created by Mokxa Technologies, LLC. This plugin was created to add in a process tool or scheduler to clear the API logs, scheduler logs, and Audit trail logs from the Joget database with a duration from 8 days to 90 days old. It is used to delete old log data from these tables to maintain the database size. This article showcases the functionality and capability of this plugin.
...
This plugin bundle is compatible with Joget DX DX 8 and onwards.
To download this plugin, visit the Joget Marketplace.
For any issues related to this plugin, visit the Log Cleaner Plugin GithubGitHub page.
Steps to install
- In the Joget App Center, navigate to Settings > Manage Plugins > Upload Plugin and click Choose File.
- Select the Log Clearner jar file and click Add. The plugin is listed in the Installed Plugins tab once uploaded.
- In a new app or an existing app, create a new process in the App Composer page.
- In Process Builder, add a Tool component to the participant and connect it to the Start component.
- Click the Tool component and in the Mapping tab, select Log Cleaner in the Tools drop-down list.
...
Name | Description |
---|---|
Log Type | Select the logs from the Joget database that will be deleted.
|
Duration | Select the number of days before a log is deleted. The following are the options available:
|
...
Name | Description |
---|---|
Job Name | Specify a name for the scheduled job. |
Cron Expression | A cron expression is a string comprising five or six fields separated by white space that represents a set of times, normally as a schedule to execute some routine. |
App | Select the app containing the Log Cleaner Plugin |
Plugin | Select the Log Cleaner Plugin. |
Expected Outcome
The following image displays the monitor logs that selected log type database table will be cleared after the expected duration elapses. This is reflected in the Web App Log Viewer as displayed in the image below.
Download Sample App
APP_logcleaner-1-20250207013847.jwa
Credits
This plugin, sample app, and document is documentation are created by Mokxa Technologies, LLC.
...