mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
31 lines
816 B
YAML
31 lines
816 B
YAML
easy-es:
|
|
# enable: true
|
|
address: cdev.rancher.good20.com:30156
|
|
# schema: http
|
|
username: elastic
|
|
password: mg123456
|
|
keep-alive-millis: 18000
|
|
global-config:
|
|
i-kun-mode: true
|
|
process-index-mode: manual
|
|
async-process-index-blocking: true
|
|
print-dsl: true
|
|
db-config:
|
|
map-underscore-to-camel-case: true
|
|
id-type: customize
|
|
field-strategy: not_empty
|
|
refresh-policy: immediate
|
|
enable-track-total-hits: true
|
|
# index-prefix: dev_
|
|
# dynamic:
|
|
# datasource:
|
|
# ds1:
|
|
# address: 10.20.64.228:9200 # 数据源1
|
|
# ds2:
|
|
# address: 10.18.2.45:9200 # 数据源2
|
|
#username: '若无可去掉此行'
|
|
#password: '若无可去掉此行'
|
|
|
|
#logging:
|
|
# level:
|
|
# tracer: trace |