I installed elasticsearch 7 in google cloud instance its working fine with localhost, but i want to run it in my machine using browser

This is the log file :

[2019-08-01T12:57:48,617][DEBUG][o.e.a.ActionModule       ] [elastic-stage-vyakar] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2019-08-01T12:57:49,307][INFO ][o.e.d.DiscoveryModule    ] [elastic-stage-vyakar] using discovery type [zen] and seed hosts providers [settings]
[2019-08-01T12:57:51,125][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] initialized
[2019-08-01T12:57:51,129][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] starting ...
[2019-08-01T12:57:51,426][INFO ][o.e.t.TransportService   ] [elastic-stage-vyakar] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2019-08-01T12:57:51,451][WARN ][o.e.b.BootstrapChecks    ] [elastic-stage-vyakar] the default discovery settings are unsuitable for production use; at least one of [discovery
.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
[2019-08-01T12:57:51,505][INFO ][o.e.c.c.ClusterBootstrapService] [elastic-stage-vyakar] no discovery configuration found, will perform best-effort cluster bootstrapping after
 [3s] unless existing master is discovered
[2019-08-01T12:57:54,507][INFO ][o.e.c.c.Coordinator      ] [elastic-stage-vyakar] setting initial configuration to VotingConfiguration{KJV09dVOShaQxU12P2ABkQ}
[2019-08-01T12:57:54,727][INFO ][o.e.c.s.MasterService    ] [elastic-stage-vyakar] elected-as-master ([1] nodes joined)[{elastic-stage-vyakar}{KJV09dVOShaQxU12P2ABkQ}{Ddd2bSSe
RHK-9eCEfHzjnA}{127.0.0.1}{127.0.0.1:9300}{dim}{ml.machine_memory=3872571392, xpack.installed=true, ml.max_open_jobs=20} elect leader, _BECOME_MASTER_TASK_, _FINISH_ELECTION_]
, term: 1, version: 1, reason: master node changed {previous [], current [{elastic-stage-vyakar}{KJV09dVOShaQxU12P2ABkQ}{Ddd2bSSeRHK-9eCEfHzjnA}{127.0.0.1}{127.0.0.1:9300}{dim
}{ml.machine_memory=3872571392, xpack.installed=true, ml.max_open_jobs=20}]}
[2019-08-01T12:57:54,781][INFO ][o.e.c.c.CoordinationState] [elastic-stage-vyakar] cluster UUID set to [r-A1o-coQlWUWeoXIFa5gw]
[2019-08-01T12:57:54,805][INFO ][o.e.c.s.ClusterApplierService] [elastic-stage-vyakar] master node changed {previous [], current [{elastic-stage-vyakar}{KJV09dVOShaQxU12P2ABkQ
}{Ddd2bSSeRHK-9eCEfHzjnA}{127.0.0.1}{127.0.0.1:9300}{dim}{ml.machine_memory=3872571392, xpack.installed=true, ml.max_open_jobs=20}]}, term: 1, version: 1, reason: Publication{
term=1, version=1}
[2019-08-01T12:57:54,907][INFO ][o.e.h.AbstractHttpServerTransport] [elastic-stage-vyakar] publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
[2019-08-01T12:57:54,908][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] started
[2019-08-01T12:57:55,072][INFO ][o.e.g.GatewayService     ] [elastic-stage-vyakar] recovered [0] indices into cluster_state
[2019-08-01T12:57:55,652][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.triggered_watches] for index patterns [.triggered_watches*]
[2019-08-01T12:57:55,725][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.watches] for index patterns [.watches*]
[2019-08-01T12:57:55,845][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.watch-history-10] for index patterns [.watcher-history-10*]
[2019-08-01T12:57:55,923][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-7
-*]
[2019-08-01T12:57:56,019][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.monitoring-es] for index patterns [.monitoring-es-7-*]
[2019-08-01T12:57:56,093][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.monitoring-beats] for index patterns [.monitoring-beats-7-*]
[2019-08-01T12:57:56,156][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.monitoring-alerts-7] for index patterns [.monitoring-alerts-7]
[2019-08-01T12:57:56,220][INFO ][o.e.c.m.MetaDataIndexTemplateService] [elastic-stage-vyakar] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-7-*]
[2019-08-01T12:57:56,270][INFO ][o.e.x.i.a.TransportPutLifecycleAction] [elastic-stage-vyakar] adding index lifecycle policy [watch-history-ilm-policy]
[2019-08-01T12:57:56,520][INFO ][o.e.l.LicenseService     ] [elastic-stage-vyakar] license [0820432f-193a-41f5-b5a3-b08c6b80d3ac] mode [basic] - valid
[2019-08-01T12:57:56,524][INFO ][o.e.x.s.s.SecurityStatusChangeListener] [elastic-stage-vyakar] Active license is now [BASIC]; Security is disabled
[2019-08-01T12:59:45,594][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] stopping ...
[2019-08-01T12:59:45,624][INFO ][o.e.x.w.WatcherService   ] [elastic-stage-vyakar] stopping watch service, reason [shutdown initiated]
[2019-08-01T12:59:46,125][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [elastic-stage-vyakar] [controller/2120] [Main.cc@150] Ml controller exiting
[2019-08-01T12:59:46,131][INFO ][o.e.x.m.p.NativeController] [elastic-stage-vyakar] Native controller process has stopped - no new native processes can be started
[2019-08-01T12:59:46,144][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] stopped
[2019-08-01T12:59:46,144][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] closing ...
[2019-08-01T12:59:46,163][INFO ][o.e.n.Node               ] [elastic-stage-vyakar] closed

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