23 lines
673 B
YAML
23 lines
673 B
YAML
|
elastic:
|
||
|
enabled: ${ELASTIC_ENABLED:}
|
||
|
disableHostnameVerifier: true
|
||
|
serverCertificatePaths:
|
||
|
- /certificates/elasticsearch_dev04.crt
|
||
|
hosts:
|
||
|
- ${ELASTIC_HOST:}
|
||
|
username: ${ELASTIC_USER:}
|
||
|
password: ${ELASTIC_PASS:}
|
||
|
useSSL: ${ELASTIC_USE_SSL:}
|
||
|
socketTimeoutMillis: 30000
|
||
|
connectTimeoutMillis: 30000
|
||
|
defaultResultSize: 100
|
||
|
defaultCollectAllResultSize: 1000
|
||
|
defaultScrollSize: 100
|
||
|
defaultScrollSeconds: 120
|
||
|
defaultCompositeAggregationResultSize: 200000
|
||
|
app-elastic:
|
||
|
enableIcuAnalysisPlugin: true
|
||
|
enabled: ${ELASTIC_ENABLED:}
|
||
|
dmpIndexName: ${ELASTIC_DMP_INDEX:}
|
||
|
descriptionIndexName: ${ELASTIC_DESCRIPTION_INDEX:}
|
||
|
resetBatchSize: 1000
|