Name | Type | Default value | Description |
---|---|---|---|
enabled | boolean | True | Enables automatic report generations |
reportCron | string | Quartz Cron expression triggering global static report generation. | |
reportApplicationCron | string | 0 10 0 * * ? | Quartz Cron expression triggering static report generation on applications. The default setting is every day at 00:10. Reports are generated for each deployed application. |
topLimit | int | 100 | Maximum number of rows to retrieve while computing ordered results (for example, top queries). |
maxVersionsToKeep | int | 30 | Maximum number of resource versions to keep in the StaticReportList. 0 means no limit is enforced, whereas 1 will keep only the most recent version. |
Name | Type | Description |
---|---|---|
ApplicationReportScheduling | com.exalead.cloudview.reporting.v10.ApplicationReportScheduling* | List of application reports scheduling. Each application can have a scheduled search static reporting. Each application report scheduling is defined by the application id and a Quartz Cron expression. |