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 29
|
$ docker logs 440f157f501d
[2017-07-30T17:41:01,717][INFO ][o.e.n.Node ] [] initializing ...
[2017-07-30T17:41:01,778][INFO ][o.e.e.NodeEnvironment ] [dsPPxgQ] using [1] data paths, mounts [[/ (none)]], net usable_space [15gb], net total_space [17.8gb], spins? [possibly], types [aufs]
[2017-07-30T17:41:01,778][INFO ][o.e.e.NodeEnvironment ] [dsPPxgQ] heap size [990.7mb], compressed ordinary object pointers [true]
[2017-07-30T17:41:01,779][INFO ][o.e.n.Node ] node name [dsPPxgQ] derived from node ID [dsPPxgQnQf6Zl30dANlcTA]; set [node.name] to override
[2017-07-30T17:41:01,780][INFO ][o.e.n.Node ] version[5.3.1], pid[6], build[5f9cf58/2017-04-17T15:52:53.846Z], OS[Linux/4.4.73-boot2docker/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_141/25.141-b15]
[2017-07-30T17:41:02,792][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [aggs-matrix-stats]
[2017-07-30T17:41:02,794][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [ingest-common]
[2017-07-30T17:41:02,795][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [lang-expression]
[2017-07-30T17:41:02,795][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [lang-groovy]
[2017-07-30T17:41:02,795][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [lang-mustache]
[2017-07-30T17:41:02,796][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [lang-painless]
[2017-07-30T17:41:02,796][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [percolator]
[2017-07-30T17:41:02,797][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [reindex]
[2017-07-30T17:41:02,797][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [transport-netty3]
[2017-07-30T17:41:02,797][INFO ][o.e.p.PluginsService ] [dsPPxgQ] loaded module [transport-netty4]
[2017-07-30T17:41:02,797][INFO ][o.e.p.PluginsService ] [dsPPxgQ] no plugins loaded
[2017-07-30T17:41:05,676][INFO ][o.e.n.Node ] initialized
[2017-07-30T17:41:05,681][INFO ][o.e.n.Node ] [dsPPxgQ] starting ...
[2017-07-30T17:41:05,815][WARN ][i.n.u.i.MacAddressUtil ] Failed to find a usable hardware address from the network interfaces; using random bytes: 5e:1f:af:80:c5:fd:ef:dc
[2017-07-30T17:41:05,961][INFO ][o.e.t.TransportService ] [dsPPxgQ] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
[2017-07-30T17:41:09,067][INFO ][o.e.c.s.ClusterService ] [dsPPxgQ] new_master {dsPPxgQ}{dsPPxgQnQf6Zl30dANlcTA}{NBexcHvySe6LXX_2z1RhOA}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2017-07-30T17:41:09,114][INFO ][o.e.g.GatewayService ] [dsPPxgQ] recovered [0] indices into cluster_state
[2017-07-30T17:41:09,155][INFO ][o.e.h.n.Netty4HttpServerTransport] [dsPPxgQ] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}
[2017-07-30T17:41:09,156][INFO ][o.e.n.Node ] [dsPPxgQ] started
Failed to find a usable hardware address from the network interfaces; using random bytes: 5e:1f:af:80:c5:fd:ef:dc |
Partager