Elastic search cluster

Hi,
I am not sure where exactly i can find the Elastic search logs, if any node failure or cluster is red. Also can i get information where ES index schema will be stored? is it in nodes or client/master instance?

Thanks,
Pradeep

In your elastic folder you will hava a "logs" folder. It contains all logs.

Thank you. How about index mapping or schema will be stored in ES cluster? I know index data spread across all nodes but Schema i wanted to know.

For the mapping you will have the mapping API: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html

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