update config
This commit is contained in:
parent
16b096414d
commit
b021673908
|
@ -1,6 +1,7 @@
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
- name: default
|
- name: default
|
||||||
enabled: true
|
enabled: true
|
||||||
|
monitored: true
|
||||||
endpoint: http://127.0.0.1:9200
|
endpoint: http://127.0.0.1:9200
|
||||||
basic_auth:
|
basic_auth:
|
||||||
username: elastic
|
username: elastic
|
||||||
|
@ -23,8 +24,6 @@ elastic:
|
||||||
remote_configs: true
|
remote_configs: true
|
||||||
store:
|
store:
|
||||||
enabled: true
|
enabled: true
|
||||||
monitoring:
|
|
||||||
enabled: true
|
|
||||||
orm:
|
orm:
|
||||||
enabled: true
|
enabled: true
|
||||||
init_template: true
|
init_template: true
|
||||||
|
@ -37,6 +36,7 @@ search-center:
|
||||||
ui_local: true
|
ui_local: true
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
|
enabled: true
|
||||||
major_ip_pattern: "192.*"
|
major_ip_pattern: "192.*"
|
||||||
queue: metrics
|
queue: metrics
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
|
Loading…
Reference in New Issue