Browse Source

[kibana] Propagate service URL to ansible

Colin Powell 2 years ago
parent
commit
8eb1b68868
1 changed files with 2 additions and 1 deletions
  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"