Explorar el Código

[kibana] Propagate service URL to ansible

Colin Powell hace 2 años
padre
commit
8eb1b68868
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"