Add kibana v4.6.3 package
This commit is contained in:
parent
9e371e1e9c
commit
80c7637958
33
templates/kibana/2/docker-compose.yml
Normal file
33
templates/kibana/2/docker-compose.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
kibana-vip:
|
||||||
|
ports:
|
||||||
|
- "${public_port}:80"
|
||||||
|
restart: always
|
||||||
|
tty: true
|
||||||
|
image: rancher/load-balancer-service
|
||||||
|
links:
|
||||||
|
- nginx-proxy:kibana4
|
||||||
|
stdin_open: true
|
||||||
|
nginx-proxy-conf:
|
||||||
|
image: rancher/nginx-conf:v0.2.0
|
||||||
|
command: "-backend=rancher --prefix=/2015-07-25"
|
||||||
|
labels:
|
||||||
|
io.rancher.container.hostname_override: container_name
|
||||||
|
nginx-proxy:
|
||||||
|
image: rancher/nginx:v1.9.4-3
|
||||||
|
volumes_from:
|
||||||
|
- nginx-proxy-conf
|
||||||
|
labels:
|
||||||
|
io.rancher.container.hostname_override: container_name
|
||||||
|
io.rancher.sidekicks: nginx-proxy-conf,kibana4
|
||||||
|
external_links:
|
||||||
|
- ${elasticsearch_source}:elasticsearch
|
||||||
|
kibana4:
|
||||||
|
restart: always
|
||||||
|
tty: true
|
||||||
|
image: kibana:4.6.3
|
||||||
|
net: "container:nginx-proxy"
|
||||||
|
stdin_open: true
|
||||||
|
environment:
|
||||||
|
ELASTICSEARCH_URL: "http://elasticsearch:9200"
|
||||||
|
labels:
|
||||||
|
io.rancher.container.hostname_override: container_name
|
24
templates/kibana/2/rancher-compose.yml
Normal file
24
templates/kibana/2/rancher-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
.catalog:
|
||||||
|
name: "Kibana"
|
||||||
|
version: "4.6.3-rancher1"
|
||||||
|
description: "Kibana: Explore & Visualize Your Data"
|
||||||
|
questions:
|
||||||
|
- variable: "elasticsearch_source"
|
||||||
|
description: "Link to elasticsearch service or stack/service"
|
||||||
|
label: "Elasticsearch source"
|
||||||
|
type: "service"
|
||||||
|
required: true
|
||||||
|
default: "es/elasticsearch-clients"
|
||||||
|
- variable: "public_port"
|
||||||
|
label: "Public Port"
|
||||||
|
description: "Unique public port for Kibana"
|
||||||
|
type: "int"
|
||||||
|
default: 80
|
||||||
|
required: true
|
||||||
|
|
||||||
|
nginx-proxy:
|
||||||
|
metadata:
|
||||||
|
nginx:
|
||||||
|
conf:
|
||||||
|
servername: "kibana"
|
||||||
|
upstream_port: 5601
|
@ -1,4 +1,4 @@
|
|||||||
name: "Kibana 4"
|
name: "Kibana 4"
|
||||||
description: "Visualization dashboard"
|
description: "Visualization dashboard"
|
||||||
version: "4.4.2-rancher1"
|
version: "4.6.3-rancher1"
|
||||||
category: ELK
|
category: ELK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user