Oh no, it worked beautifully at 2.4 then crapped out at 5.0. unfortunately, I can't seem to find any good log type indication as to the problem. At the status line I see:
systemctl status elasticsearch
â elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2016-10-27 13:47:22 EDT; 5s ago
Docs: http://www.elastic.co
Process: 2665 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet -Edefault.path.logs=${LOG_DIR} -Edefault.path.data=${DATA_DIR} -Edefault.path.conf=${CONF_DIR} (code=exited, status=78)
Process: 2663 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
Main PID: 2665 (code=exited, status=78)
Oct 27 13:47:16 es-1.eval.org systemd[1]: Starting Elasticsearch...
Oct 27 13:47:16 es-1.eval.org systemd[1]: Started Elasticsearch.
Oct 27 13:47:22 es-1.eval.org systemd[1]: elasticsearch.service: main process exited, code=exited, status=78/n/a
Oct 27 13:47:22 es-1.eval.org systemd[1]: Unit elasticsearch.service entered failed state.
Oct 27 13:47:22 es-1.eval.org systemd[1]: elasticsearch.service failed.