Hello guys,
i want to connect my elasticsearch cluster to Kibana.
I have read in the elastic documentation for kibana that i should also install elasticsearch on the same machine as kibana. After thath i should modify the elasticsearch.yml ( etc/elasticsearch/elasticsearch.yml).
I should set this both options node.master, node.data to false.
The Problem is thath my elasticsearch.yml have no node.master and/or node.data option to set it to false.
Can it possible that this guide (https://www.elastic.co/guide/en/kibana/current/production.html) is for an old elasticsearch version?
Is it functioning if i manually paste this two options in the elasticsearch.yml file?
Best Regards
Daniel