i use kibana in Ubuntu16.04 and it shows:
Elasticsearch plugin is red
Unable to connect to Elasticsearch at http://127.0.0.1:9200
and i check about service and elasticsearch already dead. If I use command
"service elasticsearch restart".
It will be run for a while and dead with message shows by fellowing:
""
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Active: inactive (dead) since 三 2018-01-24 17:28:29 CST; 19min ago
Docs: http://www.elastic.co
Process: 1321 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet -Edefault.path.logs=${LOG_DIR} -Edefault.path.data=${DATA_DIR} -Edefault.path.co
Process: 1318 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
Main PID: 1321 (code=exited, status=0/SUCCESS)
一 24 17:28:27 jupyter elasticsearch[1321]: [2018-01-24T17:28:27,535][WARN ][o.e.c.l.LogConfigurator ] ignoring unsupported logging configuration file [/etc/elasticsearch/logging.yml], l
""
and the ES log shows:
""
[2018-01-24T17:28:27,535][WARN ][o.e.c.l.LogConfigurator ] ignoring unsupported logging configuration file [/etc/elasticsearch/logging.yml], logging is configured via [/etc/elasticsearch/log4j2.properties]
""
So, can anyone help me what is wrong in my computer? Is there somewhere capacity leak? Or something else. THX