Elasticsearch not running but not reachable

Hello every one ,
i'm working on starting elasticsearch on my navigator using my ip_@:9200 but i got no thing :

This the log that i have :

14/12/2017 11:43:50[2017-12-14T10:43:50,587][INFO ][o.e.n.Node ] [] initializing ...

14/12/2017 11:43:50[2017-12-14T10:43:50,645][INFO ][o.e.e.NodeEnvironment ] [YTwdYih] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/mapper/dockerslave--vg-root)]], net usable_space [1.6gb], net total_space [9.2gb], spins? [possibly], types [ext4]

14/12/2017 11:43:50[2017-12-14T10:43:50,645][INFO ][o.e.e.NodeEnvironment ] [YTwdYih] heap size [1.9gb], compressed ordinary object pointers [true]

14/12/2017 11:43:50[2017-12-14T10:43:50,646][INFO ][o.e.n.Node ] node name [YTwdYih] derived from node ID [YTwdYihxTnWAB_rDtsWFwA]; set [node.name] to override

14/12/2017 11:43:50[2017-12-14T10:43:50,646][INFO ][o.e.n.Node ] version[5.6.5], pid[1], build[6a37571/2017-12-04T07:50:10.466Z], OS[Linux/4.4.0-103-generic/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_151/25.151-b12]

14/12/2017 11:43:50[2017-12-14T10:43:50,647][INFO ][o.e.n.Node ] 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=/usr/share/elasticsearch]

14/12/2017 11:43:51[2017-12-14T10:43:51,137][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [aggs-matrix-stats]

14/12/2017 11:43:51[2017-12-14T10:43:51,137][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [ingest-common]

14/12/2017 11:43:51[2017-12-14T10:43:51,137][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [lang-expression]

14/12/2017 11:43:51[2017-12-14T10:43:51,137][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [lang-groovy]

14/12/2017 11:43:51[2017-12-14T10:43:51,137][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [lang-mustache]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [lang-painless]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [parent-join]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [percolator]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [reindex]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [transport-netty3]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] loaded module [transport-netty4]

14/12/2017 11:43:51[2017-12-14T10:43:51,138][INFO ][o.e.p.PluginsService ] [YTwdYih] no plugins loaded

14/12/2017 11:43:51[2017-12-14T10:43:51,991][INFO ][o.e.d.DiscoveryModule ] [YTwdYih] using discovery type [zen]

14/12/2017 11:43:52[2017-12-14T10:43:52,386][INFO ][o.e.n.Node ] initialized

14/12/2017 11:43:52[2017-12-14T10:43:52,386][INFO ][o.e.n.Node ] [YTwdYih] starting ...

14/12/2017 11:43:52[2017-12-14T10:43:52,481][INFO ][o.e.t.TransportService ] [YTwdYih] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}

14/12/2017 11:43:55[2017-12-14T10:43:55,522][INFO ][o.e.c.s.ClusterService ] [YTwdYih] new_master {YTwdYih}{YTwdYihxTnWAB_rDtsWFwA}{F9-vF97ETbCsaQYj36vE-w}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)

14/12/2017 11:43:55[2017-12-14T10:43:55,532][INFO ][o.e.h.n.Netty4HttpServerTransport] [YTwdYih] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}

14/12/2017 11:43:55[2017-12-14T10:43:55,532][INFO ][o.e.n.Node ] [YTwdYih] started

14/12/2017 11:43:55[2017-12-14T10:43:55,541][INFO ][o.e.g.GatewayService ] [YTwdYih] recovered [0] indices into cluster_state

What should i do to have the result ?

You need to define network.host. By default it’s 127.0.0.1 which means that you can access only locally.

Thank you for your response,
Now every think is work fine for me , i fix the ip adresse and i delete some config line

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.