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