Kibana Default index .kibana is not creating

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

pinging @dadoonet , @Badger ,@DavidTurner ,@Christian_Dahlqvist ,@warkolm ,
@spinscale and @martinr_ubi

Regards
Balamurugan.S

Please do not ping people unless they are already contributing to a thread.

2 Likes

Thank you. And Sorry. Do you have any idea about my issue..

Regards
Bala.S

I do not use Kibana, so no, I have no idea.

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