remove kibana

This commit is contained in:
Dominic Werner 2017-04-28 10:47:46 +02:00
parent 973a3a8766
commit 34a8b17bfd
3 changed files with 2 additions and 25 deletions

View File

@ -1,3 +1,3 @@
# Elasticsearch Cluster # Elasticsearch Cluster
A scalable Elasticsearch cluster with Kibana A scalable Elasticsearch cluster

View File

@ -97,22 +97,6 @@ services:
volumes: volumes:
- es-storage-volume:/usr/share/elasticsearch/data - es-storage-volume:/usr/share/elasticsearch/data
kibana:
labels:
- io.rancher.container.hostname_override=container_name
image: docker.elastic.co/kibana/kibana:5.3.0
environment:
- "bootstrap.memory_lock=true"
- "xpack.security.enabled=false"
- "ELASTICSEARCH_URL=http://es-master:9200"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
mem_limit: 1073741824
mem_swappiness: 0
ports:
- "${kibana_port}:5601"
depends_on:
- es-master
volumes: volumes:
es-storage-volume: es-storage-volume:
driver: local driver: local

View File

@ -1,7 +1,7 @@
.catalog: .catalog:
name: Elasticsearch Cluster name: Elasticsearch Cluster
version: 5.3.0-rancher1 version: 5.3.0-rancher1
description: Scalable Elasticsearch Cluster with Kibana description: Scalable Elasticsearch Cluster
questions: questions:
- variable: "cluster_name" - variable: "cluster_name"
@ -52,13 +52,6 @@
label: "Memory limit in byte (client nodes)" label: "Memory limit in byte (client nodes)"
description: "Memory limit in Byte per elasticsearch container. AT LEAST double the heap size! (client nodes)" description: "Memory limit in Byte per elasticsearch container. AT LEAST double the heap size! (client nodes)"
default: 1073741824 default: 1073741824
- variable: "kibana_port"
type: "int"
required: true
label: "Public kibana port"
description: "Public port where kibana will be accessible"
default: 5601
- variable: "minimum_master_nodes" - variable: "minimum_master_nodes"
type: "int" type: "int"