Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions configs/tenant-2-kibana/usr/share/kibana/config/kibana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Tenant-2 Kibana overlay — overrides the shared kibana config.
# cross_node_links injects bare host:port (no scheme); prepend http:// here.
server.host: "0.0.0.0"
server.name: "kibana"

elasticsearch.hosts: ["http://${ELASTICSEARCH_HOSTS}"]
1 change: 0 additions & 1 deletion tenants/tenant-2/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cross_node_links:
- service: "elasticsearch"
env: "ELASTICSEARCH_HOSTS"
host_port: 9200
protocol: "http"
port_forwards:
- host_port: 5612
vm_port: 5601
Expand Down
Loading