SerchConfig has two values set in it.
search.server.hosts=localhost
search.server.transport.port=9300
below is my log from ES5.4.1 logs:
[2017-11-08T14:42:10,253][INFO ][o.e.n.Node ] [localhost] initializing ...
[2017-11-08T14:42:10,407][INFO ][o.e.e.NodeEnvironment ] [localhost] using [1] data paths, mounts [[/ (/dev/mapper/VolGroup-lv_root)]], net usable_space [451.6gb], net total_space [489.2gb], spins? [possibly], types [ext4]
[2017-11-08T14:42:10,408][INFO ][o.e.e.NodeEnvironment ] [localhost] heap size [1.9gb], compressed ordinary object pointers [true]
[2017-11-08T14:42:10,466][INFO ][o.e.n.Node ] [localhost] node name [localhost], node ID [CwCsYqDaSHSeU8OQdBJMqw]
[2017-11-08T14:42:10,466][INFO ][o.e.n.Node ] [localhost] version[5.5.1], pid[4608], build[19c13d0/2017-07-18T20:44:24.823Z], OS[Linux/2.6.32-358.el6.x86_64/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_112/25.112-b15]
[2017-11-08T14:42:10,472][INFO ][o.e.n.Node ] [localhost] JVM arguments [-Xms2g, -Xmx2g, -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=/media/sf_KC/elasticsearch5.x/elasticsearch-5.5.1]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [aggs-matrix-stats]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [ingest-common]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [lang-expression]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [lang-groovy]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [lang-mustache]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [lang-painless]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [parent-join]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [percolator]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [reindex]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [transport-netty3]
[2017-11-08T14:42:13,021][INFO ][o.e.p.PluginsService ] [localhost] loaded module [transport-netty4]
[2017-11-08T14:42:13,023][INFO ][o.e.p.PluginsService ] [localhost] no plugins loaded
[2017-11-08T14:42:16,504][INFO ][o.e.d.DiscoveryModule ] [localhost] using discovery type [zen]
[2017-11-08T14:42:17,659][INFO ][o.e.n.Node ] [localhost] initialized
[2017-11-08T14:42:17,660][INFO ][o.e.n.Node ] [localhost] starting ...
[2017-11-08T14:42:17,944][INFO ][o.e.t.TransportService ] [localhost] publish_address {127.0.0.1:9300}, bound_addresses {[::]:9300}
[2017-11-08T14:42:17,964][INFO ][o.e.b.BootstrapChecks ] [localhost] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
[2017-11-08T14:42:21,154][INFO ][o.e.c.s.ClusterService ] [localhost] new_master {localhost}{CwCsYqDaSHSeU8OQdBJMqw}{FcTm9pKzT6CtDCha--RwcA}{localhost}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2017-11-08T14:42:21,222][INFO ][o.e.h.n.Netty4HttpServerTransport] [localhost] publish_address {10.0.2.15:9200}, bound_addresses {[::]:9200}
[2017-11-08T14:42:21,222][INFO ][o.e.n.Node ] [localhost] started
[2017-11-08T14:42:21,840][INFO ][o.e.g.GatewayService ] [localhost] recovered [6] indices into cluster_state
[2017-11-08T14:42:22,898][INFO ][o.e.c.r.a.AllocationService] [localhost] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[default.tenant.com-30715f972f4194d07e25d8f15a91dd14-b2b-kc-resources][1], [default.tenant.com-30715f972f4194d07e25d8f15a91dd14-b2b-kc-resources][4], [default.tenant.com-30715f972f4194d07e25d8f15a91dd14-b2b-kc-resources][0], [default.tenant.com-30715f972f4194d07e25d8f15a91dd14-b2b-kc-resources][3]] ...]).
Thanks