1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| [es@db-node1 elasticsearch]$ ./bin/elasticsearch [2017-08-24T02:35:37,649][INFO ][o.e.n.Node ] [10] initializing ... [2017-08-24T02:35:37,764][INFO ][o.e.e.NodeEnvironment ] [10] using [1] data paths, mounts [[/data (/dev/vdb1)]], net usable_space [46.3gb], net total_space [49gb], spins? [possibly], types [ext4] [2017-08-24T02:35:37,764][INFO ][o.e.e.NodeEnvironment ] [10] heap size [1015.6mb], compressed ordinary object pointers [true] [2017-08-24T02:35:37,766][INFO ][o.e.n.Node ] [10] node name [10], node ID [5ErZDLQ7RUuxwtJF_LUpyg] [2017-08-24T02:35:37,766][INFO ][o.e.n.Node ] [10] version[5.5.2], pid[7959], build[b2f0c09/2017-08-14T12:33:14.154Z], OS[Linux/3.10.0-514.26.2.el7.x86_64/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_144/25.144-b01] [2017-08-24T02:35:37,766][INFO ][o.e.n.Node ] [10] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.path.home=/usr/local/elasticsearch] [2017-08-24T02:35:39,575][INFO ][o.e.p.PluginsService ] [10] loaded module [aggs-matrix-stats] [2017-08-24T02:35:39,575][INFO ][o.e.p.PluginsService ] [10] loaded module [ingest-common] [2017-08-24T02:35:39,575][INFO ][o.e.p.PluginsService ] [10] loaded module [lang-expression] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [lang-groovy] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [lang-mustache] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [lang-painless] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [parent-join] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [percolator] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [reindex] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [transport-netty3] [2017-08-24T02:35:39,576][INFO ][o.e.p.PluginsService ] [10] loaded module [transport-netty4] [2017-08-24T02:35:39,577][INFO ][o.e.p.PluginsService ] [10] no plugins loaded [2017-08-24T02:35:42,921][INFO ][o.e.d.DiscoveryModule ] [10] using discovery type [zen] [2017-08-24T02:35:44,116][INFO ][o.e.n.Node ] [10] initialized [2017-08-24T02:35:44,117][INFO ][o.e.n.Node ] [10] starting ... [2017-08-24T02:35:44,443][INFO ][o.e.t.TransportService ] [10] publish_address {45.77.98.243:9300}, bound_addresses {[::]:9300} [2017-08-24T02:35:44,468][INFO ][o.e.b.BootstrapChecks ] [10] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks [2017-08-24T02:35:47,632][INFO ][o.e.c.s.ClusterService ] [10] new_master {10}{5ErZDLQ7RUuxwtJF_LUpyg}{unEEP3OYTZyNtBK3v_Jk1A}{45.77.98.243}{45.77.98.243:9300}, reason: zen-disco-elected-as-master ([0] nodes joined) [2017-08-24T02:35:47,729][INFO ][o.e.g.GatewayService ] [10] recovered [0] indices into cluster_state [2017-08-24T02:35:47,731][INFO ][o.e.h.n.Netty4HttpServerTransport] [10] publish_address {45.77.98.243:9200}, bound_addresses {[::]:9200} [2017-08-24T02:35:47,731][INFO ][o.e.n.Node ] [10] started
|