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