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