Kibana version: Kibana 5.0.0-alpha5
Elasticsearch version: Elasticsearch 5.0.0-alpha5
Server OS version: Proxmox Ubuntu 15.10 LXC
Browser version: Chrome/Firefox
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Description of the problem including expected versus actual behavior:
Steps to reproduce:
- Create Ubuntu 15.10 container; apt update; apt upgrade
- Download java, kibana, elasticsearch
- No changes to kibana.yml
- Make changes to elasticsearch.yml (see below)
- Start Elasticserach
su elastic -c "ES_JAVA_OPTS='-Xms2048m -Xmx2048m' elasticsearch"
- Start Kibana
- Receive error (see screenshot)
root@Kibana-500-alpha5:~# grep -v "#" /opt/elasticsearch-5.0.0-alpha5/config/elasticsearch.yml cluster.name: cluster-mk1-beta
discovery.zen.minimum_master_nodes: 1
node.master: false
node.data: false
This error does not occur if elasticsearch.yml is set to:
and kibana.yml is set to:
elasticsearch.url: "http://10.1.10.213:9200"
Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):
Kibana version: Kibana 5.0.0-alpha5
Elasticsearch version: Elasticsearch 5.0.0-alpha5
Server OS version: Proxmox Ubuntu 15.10 LXC
Browser version: Chrome/Firefox
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Description of the problem including expected versus actual behavior:
Steps to reproduce:
su elastic -c "ES_JAVA_OPTS='-Xms2048m -Xmx2048m' elasticsearch"This error does not occur if elasticsearch.yml is set to:
and kibana.yml is set to:
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):