December 2017
Intermediate to advanced
434 pages
10h 29m
English
When your cluster has a shared filesystem accessible from all the nodes of the cluster, you have to ensure that the shared filesystem is accessible on a common path. You should mount that shared folder on all nodes and add the path of the mounted directory. The shared, mounted filesystem's path should be added to each node's elasticsearch.yml as follows:
path.repo: ["/mount/es_backups"]
Once this setting is added to config/elasticsearch.yml on all ...
Read now
Unlock full access