diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2021-09-16 17:08:30 +0200 |
---|---|---|
committer | Krystian Kedron <k.kedron@partner.samsung.com> | 2021-09-20 10:55:29 +0000 |
commit | f1563a03cabc572d1cd15260befdaa8808048fbf (patch) | |
tree | 11e08a9141b82b444957bff6dfdae6358daf3ed9 /src/main/resources | |
parent | 5cdf20e8b9a1a3fef125b760591b934dfeeb2787 (diff) |
Add support for reportingMethod
In GlobalVesConfiguration
Also update eventStructure endpoint
Issue-ID: INT-1945
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I49add658f9a70bcff3292e35ae76a68ce3ba5b77
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0228b87..da9eccd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -17,6 +17,7 @@ ves.collector.protocol=https ves.collector.endpoint=/eventListener/v7 ves.pm.maxPoolSize=10 ves.defaultInterval=10 +ves.defaultReportingMethod=FILE_READY ves.defaultFailureDuration=120 ves.failing.throughput=1 ves.failing.latency=500 |