Problem with Kibana - white page

Hello,

I have install Elasticsearch, Kibana and Logstash and it was working.
But after I needed to change the network of the stack ELK.
So I have changed IP adress of my VM and change IP address in yaml file.
I can communicate with Elasticsearch :

{
  "name" : "srvsyslog",
  "cluster_name" : "criter_poc",
  "cluster_uuid" : "bWaLH9flTmOj_HucUOzu-A",
  "version" : {
    "number" : "7.17.2",
    "build_flavor" : "default",
    "build_type" : "deb",
    "build_hash" : "de7261de50d90919ae53b0eff9413fd7e5307301",
    "build_date" : "2022-03-28T15:12:21.446567561Z",
    "build_snapshot" : false,
    "lucene_version" : "8.11.1",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "You Know, for Search"
}

But when I go in my Kibana page, I have just a white page and nothing.
I tried to delete index.
But it's the same.
Do you have an idea ?
I don't have any error in Kibana log.

Thanks,

Hi @Chloe_Boissavy,

Could you please share the entire log from Kibana after starting it ?

Cheers

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