I am on centos7 minima version on a vm virtualbox, @IP=10.82.136.52 in local network. I have no public IP 192.168.xxx, no FQDN. I install all ELK on this server with default config but not ngnix,
nginx is not running, firewall-cmd is not running. And i define proxy config for all ressources : wget, bash-profile, .... I except use of proxy for : localhost, 127.0.0.1 and 10.82.136.52 my ip adress of my centos7 machine
elasticsearch 1.4.4 : http://10.82.136.52:9200 => json output. log : zen-disco-join(elected as master) config = network.host=10.xxxxxx
-logstash : SERVICE_UNAVAILABLE no master log.err : INFO started
kibana http://10.xxxxx:5601 => Settings/Indices config index pattern page with NO DEFAULT INDEX PATTERN
conf= host : "0.0.0.0" elasticsearch_url:"http://10.xxxx:9200"
log => html response= statuscode 404 GET /logstatsh-*/_mapping
logstash-forwarder : connected 10.xxx:5000
Would you please helping me to solve these issues ? We are so near of the good results Best regards.
Elasticsearch looks run ok in single node mode,
Check status in :9200/_cluster/health?human&pretty
and :9200/_cat/nodes?v&ts=0
If it you first and single Elasticsearch then change (if not comment on)
index.number_of_replicas: 1
logstash - check exists and rights of /var/log/logstash.
1.4.x - can have got chroot problems in /etc/init/logstash, check in bash under root.
kibana - sea logs. May be index creating only in browsers)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.