Hi David,
Thanks for your response! I'm not sure why that node is named that. I did add it as you suggested. And then I added node names that came up in subsequent errors. I guess what I'm now struggling with is the x-pack configurations. Is there a way I can start this up sans x-pack? Every time I comment it out I seem to get tons of errors. I guess the first thing is to get the master node problem solved:
# curl -k -u elastic -XGET 'https://localhost/_cluster/health?pretty'
Enter host password for user 'elastic':
{
"error" : {
"root_cause" : [
{
"type" : "master_not_discovered_exception",
"reason" : null
}
],
"type" : "master_not_discovered_exception",
"reason" : null
},
"status" : 503
}
Here is a log:
Created elasticsearch keystore in /usr/share/elasticsearch/config
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
{"type": "server", "timestamp": "2019-12-11T16:46:12,369Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sdc1)]], net usable_space [765.3gb], net total_space [1007.8gb], types [ext4]" }
{"type": "server", "timestamp": "2019-12-11T16:46:12,374Z", "level": "INFO", "component": "o.e.e.NodeEnvironment", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "heap size [9.9gb], compressed ordinary object pointers [true]" }
{"type": "server", "timestamp": "2019-12-11T16:46:13,454Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "node name [ebb0587dfe36], node ID [05w2lDl6RMyhX60gts6pFw], cluster name [logging]" }
{"type": "server", "timestamp": "2019-12-11T16:46:13,455Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "version[7.5.0], pid[1], build[default/docker/e9ccaed468e2fac2275a3761849cbee64b39519f/2019-11-26T01:06:52.518245Z], OS[Linux/3.10.0-862.14.4.el7.x86_64/amd64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/13.0.1/13.0.1+9]" }
{"type": "server", "timestamp": "2019-12-11T16:46:13,455Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "JVM home [/usr/share/elasticsearch/jdk]" }
{"type": "server", "timestamp": "2019-12-11T16:46:13,455Z", "level": "INFO", "component": "o.e.n.Node", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.locale.providers=COMPAT, -Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -Djava.io.tmpdir=/tmp/elasticsearch-5208846055925621279, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Des.cgroups.hierarchy.override=/, -Xms10g, -Xmx10g, -XX:MaxDirectMemorySize=5368709120, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=docker, -Des.bundled_jdk=true]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,619Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [aggs-matrix-stats]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,619Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [analysis-common]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,620Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [flattened]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,620Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [frozen-indices]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,620Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [ingest-common]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,620Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [ingest-geoip]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,621Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [ingest-user-agent]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,621Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [lang-expression]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,621Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [lang-mustache]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,621Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [lang-painless]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,621Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [mapper-extras]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,622Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [parent-join]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,622Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [percolator]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,622Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [rank-eval]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,622Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [reindex]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,622Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [repository-url]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,623Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [search-business-rules]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,623Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [spatial]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,623Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [transform]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,623Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [transport-netty4]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,624Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [vectors]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,624Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-analytics]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,624Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-ccr]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,624Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-core]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,624Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-deprecation]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,625Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-enrich]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,625Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-graph]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,625Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-ilm]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,625Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-logstash]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,626Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-ml]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,626Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-monitoring]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,626Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-rollup]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,626Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-security]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,626Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-sql]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,627Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-voting-only-node]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,627Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "loaded module [x-pack-watcher]" }
{"type": "server", "timestamp": "2019-12-11T16:46:15,627Z", "level": "INFO", "component": "o.e.p.PluginsService", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "no plugins loaded" }
{"type": "server", "timestamp": "2019-12-11T16:46:19,237Z", "level": "INFO", "component": "o.e.x.s.a.l.LdapUserSearchSessionFactory", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "Realm [ldap1] is in user-search mode - base_dn=[ou=Users,o=54899d1f318ab54f7100d8f0,dc=jumpcloud,dc=com], search filter=[(uid={0})]" }
{"type": "server", "timestamp": "2019-12-11T16:46:19,274Z", "level": "INFO", "component": "o.e.x.s.a.s.FileRolesStore", "cluster.name": "logging", "node.name": "ebb0587dfe36", "message": "parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]" }