Hi, I was trying to create a repository on elasticsearch for camunda backup. On the documentation it mentioned to add local mounted path into the yaml using path.repo parameter. kindly guide how to refer this parameter in elk yaml file.
Hi @deepakraja,
Welcome! Is this for a self-managed installation? Similar to the answer in this question you would specify the option in the elasticsearch.yml
:
path.repo: ["/backup/es_backup_for_snapshot"]
Let us know if that's the information you need.
thank you, Im deploying Elastic on k8s cluster, kindly guide with steps for this method.
Hi @deepakraja,
Looking at the thread I posted previously, you need to create the directory manually, apply the required permissions, and then set the path.repo
option in the elasticsearch.yml
as I stated above.
Does that make sense?