remove kibana
This commit is contained in:
parent
973a3a8766
commit
34a8b17bfd
@ -1,3 +1,3 @@
|
||||
# Elasticsearch Cluster
|
||||
|
||||
A scalable Elasticsearch cluster with Kibana
|
||||
A scalable Elasticsearch cluster
|
@ -97,22 +97,6 @@ services:
|
||||
volumes:
|
||||
- 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:
|
||||
es-storage-volume:
|
||||
driver: local
|
||||
|
@ -1,7 +1,7 @@
|
||||
.catalog:
|
||||
name: Elasticsearch Cluster
|
||||
version: 5.3.0-rancher1
|
||||
description: Scalable Elasticsearch Cluster with Kibana
|
||||
description: Scalable Elasticsearch Cluster
|
||||
|
||||
questions:
|
||||
- variable: "cluster_name"
|
||||
@ -53,13 +53,6 @@
|
||||
description: "Memory limit in Byte per elasticsearch container. AT LEAST double the heap size! (client nodes)"
|
||||
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"
|
||||
type: "int"
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user