Hello Guys.
I have installed the elastic search 7.1.1 and Kibana 7.2.0 . Both are installed in the Windows Server 2012 R2 Standard. I have shared the configuration files.
Elastic Search config : elasticsearch.yml
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: EDPIAASPREELK1
path.data: C:\ProgramData\Elastic\Elasticsearch\data
path.logs: C:\ProgramData\Elastic\Elasticsearch\logs
transport.tcp.port: 9300
network.host: ::1 [I have added this line to access the elastic search server to access from other server ]
http.host: 0.0.0.0 [I have added this line to access the elastic search server to access from other server ]
xpack.license.self_generated.type: basic
xpack.security.enabled: false
Kibana Config : kibana.yml
Default - No changes..
Url Result : http://localhost:9200/ :
{ "name" : "EDPIAASPREELK1", "cluster_name" : "elasticsearch", "cluster_uuid" : "DjMIkAX4QMqCoUaVZJqfrQ", "version" : { "number" : "7.1.1", "build_flavor" : "unknown", "build_type" : "unknown", "build_hash" : "7a013de", "build_date" : "2019-05-23T14:04:00.380842Z", "build_snapshot" : false, "lucene_version" : "8.0.0", "minimum_wire_compatibility_version" : "6.8.0", "minimum_index_compatibility_version" : "6.0.0-beta1" }, "tagline" : "You Know, for Search" }
Url result : http://localhost:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_task_manager ZeCLcj0wRWGnqRnb0khFdA 1 0 2 0 12.4kb 12.4kb
Url Result : http://localhost:9200/_cat/plugins?v
name component version
Can you please share fix with me.
Regards
Balamurugan.S