Hi,
i am currently in the upgrade process of Elasticsearch 5.6 to version 6.x
Cluster Checkup found some errors. One of them was:
Default path settings are removed
This issue must be resolved to upgrade. Read Documentation
I added these lines in /etc/elasticsearch/elasticsearch.yml:
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
But i have still the same error. I restartet elasticsearch and kibana twice and the whole server but still the same error.
Any idea why this is still showing up?
Regards,
Ahmet
EDIT: Do i have to set those paths also in kibana?

