Update docker image to use onap haproxy
[aai/test-config.git] / sparky / appconfig / synchronizer.properties
1 ##############################################################################################\r
2 ############################## ElasticSearchSynchronizer Config ##############################\r
3 ##############################################################################################\r
4 \r
5 # Initial delay on startup before starting synchronization tasks\r
6 synchronizer.syncTask.initialDelayInMs=60000\r
7 # The frequency at which the synchronizationtask will be run\r
8 synchronizer.syncTask.taskFrequencyInDay=2\r
9 \r
10 # Time at which to run synchronization. Format = hh:mm:ss UTC(-/+)hh:mm\r
11 synchronizer.syncTask.startTimestamp=05:00:00 UTC+00:00\r
12 \r
13 # Generates a count in elasticsearch related to inventory\r
14 synchronizer.historicalEntitySummarizerEnabled=true\r
15 # Toggles the suggestion synchronizer\r
16 synchronizer.autosuggestSynchronizationEnabled=true\r
17 # Frequency at which above count is generated\r
18 synchronizer.historicalEntitySummarizedFrequencyInMinutes=60\r
19 \r
20 # Elasticsearch scroll api context keep alive value\r
21 synchronizer.scrollContextTimeToLiveInMinutes=5\r
22 # Elasticsearch scroll api context max items per batch request\r
23 synchronizer.numScrollContextItemsToRetrievePerRequest=5000\r
24 \r
25 \r
26 ############################## Deprecated, to be removed or updated ##############################\r
27 synchronizer.resolver.progressLogFrequencyInMs=60000\r
28 synchronizer.resolver.queueMonitorFrequencyInMs=1000\r
29 synchronizer.resolver.displayVerboseQueueManagerStats=false\r
30 synchronizer.indexIntegrityValidator.enabled=false\r
31 synchronizer.indexIntegrityValidatorFrequencyInMs=3600000\r
32 synchronizer.suppressResourceNotFoundErrors=true\r
33 synchronizer.applyNodesOnlyModifier=false