From 9b65b7126bc77c18c196ed2b6e625a5a864c98dc Mon Sep 17 00:00:00 2001 From: "LaMont, William(wl2432)" Date: Fri, 28 Feb 2020 16:48:41 -0500 Subject: support for v17 through v19 Issue-ID: AAI-2751 Change-Id: I75c9b2057065e1374f25e2b6b12de0a8003ac781 Signed-off-by: LaMont, William(wl2432) --- src/main/resources/etc/appprops/aaiconfig.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main/resources/etc/appprops/aaiconfig.properties') diff --git a/src/main/resources/etc/appprops/aaiconfig.properties b/src/main/resources/etc/appprops/aaiconfig.properties index 41ed4fb..ae5084f 100644 --- a/src/main/resources/etc/appprops/aaiconfig.properties +++ b/src/main/resources/etc/appprops/aaiconfig.properties @@ -72,6 +72,7 @@ aai.grooming.default.sleep.minutes=7 # Used by Data Snapshot aai.datasnapshot.default.threads.for.create=16 +aai.datasnapshot.max.nodes.per.file.for.create=120000 # Used by DupeTool aai.dupeTool.default.max.fix=25 @@ -146,5 +147,14 @@ aai.disable.check.grooming.running=true # THREADED_SNAPSHOT 2 aai.datasnapshot.params=JUST_TAKE_SNAPSHOT +#Data export task properties +aai.dataexport.enable=false +aai.dataexport.enable.schema.validation=false +aai.dataexport.output.location=/etc/scriptdata/addmanualdata/tenant_isolation/payload +aai.dataexport.enable.multiple.snapshots=false +aai.dataexport.node.config.location=/etc/scriptdata/tenant_isolation/nodes.json +aai.dataexport.input.filter.config.location=/etc/scriptdata/tenant_isolation/inputFilters.json +aai.dataexport.enable.partial.graph=false + # Threshold for margin of error (in ms) for resources_with_sot format to derive the most recent http method performed aai.resource.formatter.threshold=10 -- cgit 1.2.3-korg