Change default Elastic ports to 9200

This commit is contained in:
allegroai 2021-01-05 16:20:48 +02:00
parent 6de88c3b93
commit 01115c1223

View File

@ -1,6 +1,6 @@
elastic {
events {
hosts: [{host: "127.0.0.1", port: 9211}]
hosts: [{host: "127.0.0.1", port: 9200}]
args {
timeout: 60
dead_timeout: 10
@ -11,7 +11,7 @@ elastic {
}
workers {
hosts: [{host:"127.0.0.1", port:9211}]
hosts: [{host:"127.0.0.1", port:9200}]
args {
timeout: 60
dead_timeout: 10