Ver código fonte

[kibana] Propagate service URL to ansible

Colin Powell 2 anos atrás
pai
commit
8eb1b68868
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      ansible/roles/kibana/files/kibana.yml

+ 2 - 1
ansible/roles/kibana/files/kibana.yml

@@ -1,4 +1,5 @@
 server.host: "0.0.0.0"
 server.port: 5601
 server.name: "Unblink"
-server.hosts: ["http://elastic1.local:9200"]
+server.hosts: ["http://elastic.service:9200"]
+server.publicBaseUrl: "https://logs.unbl.ink"