Sfoglia il codice sorgente

[kibana] Propagate service URL to ansible

Colin Powell 2 anni fa
parent
commit
8eb1b68868
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"