diff options
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/tableTemplates/log-SEV1-1week.json')
-rw-r--r-- | OPENECOMP-DEMO/controller-template/configuration/tableTemplates/log-SEV1-1week.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/log-SEV1-1week.json b/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/log-SEV1-1week.json new file mode 100644 index 0000000..be7b501 --- /dev/null +++ b/OPENECOMP-DEMO/controller-template/configuration/tableTemplates/log-SEV1-1week.json @@ -0,0 +1,10 @@ +{ + "$class": "org.openecomp.ncomp.sirius.manager.tableTemplate.LogTableTemplate", + "treePath": "/", + "tablePath": "/reports/logging/1week/SEV1", + "minLevel": "UNKNOWN", + "minSeverity": "SEV1", + "prefixResourcePath": "", + "duration": "-7day", + "aggregationDuration": "1day" +}
\ No newline at end of file |