Windows Server 2012 R2 Discover (5.1.1)

Hi Lukas, no problem. I am now not able to provide you with the necessary info, this due to vacation until the 6th of March. I will respond on the 6th. Thnx!

GET .kibana/search/_mapping results in:

{}

GET .kibana/search/_search results in:

{
"took": 1,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits": {
"total": 0,
"max_score": null,
"hits": []
}
}

It appears that your .kibana index has not been created properly. Could you shut down Kibana, delete the .kibana index from Elasticsearch, then go into your kibana.yml file and add the following:

logging.verbose: true

This will turn on verbose logging. Afterwards, you can start up the Kibana service. Then, could you provide the logs you get, similar to how you did above?

Hi Lukas,

You were rigth. The problem was with the .kibana index. After deleting the .kibana index the problem was solved. Thnx!

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