June 2017
Beginner to intermediate
404 pages
8h 22m
English
If you are interested in knowing what happens internally when you add a new node, go through the following section. Let's inspect the console/log messages when we start the first Elasticsearch instance. You can find the location of the logs from Directory Structure section:
[2017-01-21T16:10:03,417][INFO ][o.e.n.Node ] [elasticsearch1] initializing ...[2017-01-21T16:10:05,681][INFO ][o.e.n.Node ] [elasticsearch1] initialized[2017-01-21T16:10:05,682][INFO ][o.e.n.Node ] [elasticsearch1] starting ...[2017-01-21T16:10:05,847][INFO ][o.e.t.TransportService ] [elasticsearch1] publish_address {192.168.0.1:9300}, bound_addresses {[fe80::1]:9300}, {[::1]:9300}, {192.168.0.1:9300}[2017-01-21T16:10:08,910][INFO ][o.e.c.s.ClusterService ...Read now
Unlock full access