Restore index templates?

Hi everyone,

We have delete by error our folder that contains all data of our elasticsearch.
I have restored it with our backup solution (TSM) and restore index on elastic from a small snapshot.
After that, we seen the templates are missing and we had a lot (~15).
Templates are stocked somewhere? Can we restore them?

Thanks.

Did you use "include_global_state": true, when you restored?

If not, try with this option.

Doc says:

If cluster state is restored with include_global_state (defaults to false), the restored templates that don’t currently exist in the cluster are added and existing templates with the same name are replaced by the restored templates. The restored persistent settings are added to the existing persistent settings.

Unfortunately not.
Should we do a restore again after setting this param?

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