About elasticsearch and kibana snapshot and backup feature

hey,

i am used elasticsearch is cluster. i want to take snapshot of my es. i have create snapshot directory and mention in elasticsearch.yml in path.repo.
after that elasticsearch docker not running. i have check logs it says path not accissible.
I have one query , is it mendetory to use shared file system in my three es nodes or can i create same backup directory in my 3 nodes.
Please suggest.

Thanks,
Rakesh

A shared filesystem accessible by all master and data nodes in a cluster at the same path is required.

Thanks for the update.

It means, shared file system is required?

actually now i am not use shared file system. i have just create same backup directory on all master and data node.

Yes. Please see the docs for further details.

Thanks for the update.
I just want to know whether easticsearch snapshop is full snapshot or incremental snapshot?

Thanks,
Rakesh

All snapshots are full snapshots. This does not necessarily mean that all data in the cluster will be copied for every snapshot as segments that have not changed will be reused from earlier snapshots.

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