mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
Change default Elastic ports to 9200
This commit is contained in:
parent
6de88c3b93
commit
01115c1223
@ -1,6 +1,6 @@
|
|||||||
elastic {
|
elastic {
|
||||||
events {
|
events {
|
||||||
hosts: [{host: "127.0.0.1", port: 9211}]
|
hosts: [{host: "127.0.0.1", port: 9200}]
|
||||||
args {
|
args {
|
||||||
timeout: 60
|
timeout: 60
|
||||||
dead_timeout: 10
|
dead_timeout: 10
|
||||||
@ -11,7 +11,7 @@ elastic {
|
|||||||
}
|
}
|
||||||
|
|
||||||
workers {
|
workers {
|
||||||
hosts: [{host:"127.0.0.1", port:9211}]
|
hosts: [{host:"127.0.0.1", port:9200}]
|
||||||
args {
|
args {
|
||||||
timeout: 60
|
timeout: 60
|
||||||
dead_timeout: 10
|
dead_timeout: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user