Unable to access elasticsearch from other system using IP address

I installed elasticsearch in windows 2012 server and I can access https://localhost:9200, but I can not access using IP address even from the same server .
The elasticsearch.yml file content as below. I tried network.host: 0.0.0.0 and Ip address and all, but not working
Please help

bootstrap.memory_lock: false
cluster.name: elasticsearch
http.port: 9200
node.data: true
node.ingest: true
node.master: true
node.max_local_storage_nodes: 1
node.name: ELASTIC
path.data: C:\ProgramData\Elastic\Elasticsearch\data
path.logs: C:\ProgramData\Elastic\Elasticsearch\logs
transport.tcp.port: 9300
xpack.license.self_generated.type: trial
xpack.security.enabled: true

What are the logs?

where I can see the logs. I am new to elasticsearch

Hi @kolathaya

You have it defined in your elasticsearch.yml. I have citated the path you shared with us in your first post.

[2019-12-11T00:01:59,006][INFO ][o.e.m.j.JvmGcMonitorService] [ELASTIC] [gc][young][49613][292] duration [976ms], collections [1]/[1.1s], total [976ms]/[12.2s], memory [256.1mb]->[132.7mb]/[1.9gb], all_pools {[young] [128.6mb]->[1.5mb]/[133.1mb]}{[survivor] [178.5kb]->[3.7mb]/[16.6mb]}{[old] [127.3mb]->[127.3mb]/[1.8gb]}
[2019-12-11T00:02:00,147][WARN ][o.e.m.j.JvmGcMonitorService] [ELASTIC] [gc][49613] overhead, spent [976ms] collecting in the last [1.1s]
[2019-12-11T00:05:04,947][INFO ][o.e.m.j.JvmGcMonitorService] [ELASTIC] [gc][49795] overhead, spent [453ms] collecting in the last [1s]
[2019-12-11T01:30:01,222][INFO ][o.e.x.m.MlDailyMaintenanceService] [ELASTIC] triggering scheduled [ML] maintenance tasks
[2019-12-11T01:30:01,565][INFO ][o.e.x.m.a.TransportDeleteExpiredDataAction] [ELASTIC] Deleting expired data
[2019-12-11T01:30:03,572][INFO ][o.e.x.m.a.TransportDeleteExpiredDataAction] [ELASTIC] Completed deletion of expired ML data
[2019-12-11T01:30:03,572][INFO ][o.e.x.m.MlDailyMaintenanceService] [ELASTIC] Successfully completed [ML] maintenance tasks
[2019-12-11T01:50:10,552][WARN ][o.e.m.j.JvmGcMonitorService] [ELASTIC] [gc][young][56008][327] duration [1.2s], collections [1]/[2.1s], total [1.2s]/[15s], memory [263mb]->[130.8mb]/[1.9gb], all_pools {[young] [132.2mb]->[49.9kb]/[133.1mb]}{[survivor] [561kb]->[379.1kb]/[16.6mb]}{[old] [130.3mb]->[130.4mb]/[1.8gb]}
[2019-12-11T01:50:10,552][WARN ][o.e.m.j.JvmGcMonitorService] [ELASTIC] [gc][56008] overhead, spent [1.2s] collecting in the last [2.1s]

elasticsearch_deprecation.log
[2019-11-28T03:52:39,034][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-11-28T03:52:40,451][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-11-28T03:52:40,980][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-11-29T17:54:18,946][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-11-29T17:54:28,914][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-11-29T17:54:30,773][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-04T10:03:50,864][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-04T10:04:01,504][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-04T10:04:03,832][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-04T11:22:06,574][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-04T11:22:16,292][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-04T11:22:18,354][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T10:46:56,744][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T10:47:01,166][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T10:47:05,119][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T10:55:26,871][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T10:55:37,903][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T10:55:42,858][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:01:47,045][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:01:48,608][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:01:48,936][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:05:38,735][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:05:39,985][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:05:40,344][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:06:27,844][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:06:30,626][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:06:31,282][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:09:41,559][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:09:42,763][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:09:43,263][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:10:34,739][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:10:36,145][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:10:36,395][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:11:35,244][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:11:36,479][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:11:36,744][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:15:44,101][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:15:45,039][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:15:45,273][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:17:56,524][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:18:00,962][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:18:01,899][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:19:50,569][WARN ][o.e.d.b.Bootstrap ] [ELASTIC] future versions of Elasticsearch will require Java 11; your Java version from [C:\Program Files\Java\jre1.8.0_231] does not meet this requirement
[2019-12-08T11:19:53,350][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2019-12-08T11:19:53,632][WARN ][o.e.d.c.s.Settings ] [ELASTIC] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.

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