[appuser@localhost elasticsearch-5.4.0]$ .
/bin/elasticsearch
&
[1] 2266
[appuser@localhost elasticsearch-5.4.0]$ [2017-05-27T04:54:06,979][INFO ][o.e.n.Node ] [node-1] initializing ...
[2017-05-27T04:54:07,447][INFO ][o.e.e.NodeEnvironment ] [node-1] using [1] data paths, mounts [[
/home
(
/dev/mapper/centos-home
)]], net usable_space [145.4gb], net total_space [145.4gb], spins? [possibly], types [xfs]
[2017-05-27T04:54:07,451][INFO ][o.e.e.NodeEnvironment ] [node-1] heap size [1.9gb], compressed ordinary object pointers [
true
]
[2017-05-27T04:54:07,459][INFO ][o.e.n.Node ] [node-1] node name [node-1], node ID [fLZy_engTtOA3jBrR-K5Dg]
[2017-05-27T04:54:07,461][INFO ][o.e.n.Node ] [node-1] version[5.4.0], pid[2266], build[780f8c4
/2017-04-28T17
:43:27.229Z], OS[Linux
/3
.10.0-327.el7.x86_64
/amd64
], JVM[Oracle Corporation
/Java
HotSpot(TM) 64-Bit Server VM
/1
.8.0_131
/25
.131-b11]
[2017-05-27T04:54:12,683][INFO ][o.e.p.PluginsService ] [node-1] loaded module [aggs-matrix-stats]
[2017-05-27T04:54:12,685][INFO ][o.e.p.PluginsService ] [node-1] loaded module [ingest-common]
[2017-05-27T04:54:12,685][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-expression]
[2017-05-27T04:54:12,687][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-groovy]
[2017-05-27T04:54:12,687][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-mustache]
[2017-05-27T04:54:12,687][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-painless]
[2017-05-27T04:54:12,689][INFO ][o.e.p.PluginsService ] [node-1] loaded module [percolator]
[2017-05-27T04:54:12,689][INFO ][o.e.p.PluginsService ] [node-1] loaded module [reindex]
[2017-05-27T04:54:12,689][INFO ][o.e.p.PluginsService ] [node-1] loaded module [transport-netty3]
[2017-05-27T04:54:12,691][INFO ][o.e.p.PluginsService ] [node-1] loaded module [transport-netty4]
[2017-05-27T04:54:12,694][INFO ][o.e.p.PluginsService ] [node-1] no plugins loaded
[2017-05-27T04:54:21,668][INFO ][o.e.d.DiscoveryModule ] [node-1] using discovery
type
[zen]
[2017-05-27T04:54:24,476][INFO ][o.e.n.Node ] [node-1] initialized
[2017-05-27T04:54:24,478][INFO ][o.e.n.Node ] [node-1] starting ...
[2017-05-27T04:54:25,321][INFO ][o.e.t.TransportService ] [node-1] publish_address {192.168.180.23:9300}, bound_addresses {192.168.180.23:9300}
[2017-05-27T04:54:25,364][INFO ][o.e.b.BootstrapChecks ] [node-1] bound or publishing to a non-loopback or non-link-
local
address, enforcing bootstrap checks
[2017-05-27T04:54:28,706][INFO ][o.e.c.s.ClusterService ] [node-1] new_master {node-1}{fLZy_engTtOA3jBrR-K5Dg}{VLbtX7DdQzW51L_GF_nzfA}{192.168.180.23}{192.168.180.23:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2017-05-27T04:54:28,812][INFO ][o.e.h.n.Netty4HttpServerTransport] [node-1] publish_address {192.168.180.23:9200}, bound_addresses {192.168.180.23:9200}
[2017-05-27T04:54:28,834][INFO ][o.e.n.Node ] [node-1] started
[2017-05-27T04:54:28,878][INFO ][o.e.g.GatewayService ] [node-1] recovered [0] indices into cluster_state
[appuser@localhost elasticsearch-5.4.0]$
ps
-ef|
grep
elasticsearch
root 2315 2213 0 04:54 pts
/1
00:00:00
tail
-f
/home/appuser/elasticsearch-5
.4.0
/logs/cluster-lqb
.log
appuser 2435 2250 99 04:58 pts
/0
00:01:12
/usr/java/jdk1
.8.0_131
//bin/java
-Xms2g -Xmx2g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -server -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=
/home/appuser/elasticsearch-5
.4.0 -
cp
/home/appuser/elasticsearch-5
.4.0
/lib/
* org.elasticsearch.bootstrap.Elasticsearch
appuser 2523 2250 0 04:59 pts
/0
00:00:00
grep
--color=auto elasticsearch
[appuser@localhost elasticsearch-5.4.0]$
netstat
-lntp|
grep
9200
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 192.168.180.23:9200 :::* LISTEN 2435
/java