Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[doc] update doc links (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Jul 28, 2020
1 parent fa1c54d commit db126a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,8 @@ automated testing pipeline.
2. Add any required secrets or credentials into an Elasticsearch keystore
following the [how to use the keystore][] guide.
3. Configure the [snapshot repository][] as you normally would.
4. To automate snapshots you can use a tool like [curator][]. In the future
there are plans to have Elasticsearch manage automated snapshots with
[Snapshot Lifecycle Management][].
4. To automate snapshots you can use [Snapshot Lifecycle Management][] or a tool
like [curator][].

### How to configure templates post-deployment?

Expand Down Expand Up @@ -445,7 +444,7 @@ about our development and testing process.
[secret]: https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets
[securityContext]: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
[service types]: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
[snapshot lifecycle management]: https://github.com/elastic/elasticsearch/issues/38461
[snapshot lifecycle management]: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/snapshot-lifecycle-management.html
[snapshot plugin]: https://www.elastic.co/guide/en/elasticsearch/plugins/7.9/repository.html
[snapshot repository]: https://www.elastic.co/guide/en/elasticsearch/reference/7.9/modules-snapshots.html
[supported configurations]: https://github.com/elastic/helm-charts/tree/7.9/README.md#supported-configurations
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/examples/migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ working correctly you can cleanup leftover resources from your old cluster.
[data.yml]: https://github.com/elastic/helm-charts/blob/7.9/elasticsearch/examples/migration/data.yml
[helm/charts]: https://github.com/helm/charts/tree/master/stable/elasticsearch
[master.yml]: https://github.com/elastic/helm-charts/blob/7.9/elasticsearch/examples/migration/master.yml
[restoring to a different cluster guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.6/modules-snapshots.html#_restoring_to_a_different_cluster
[rolling upgrades guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.6/rolling-upgrades.html
[restoring to a different cluster guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/modules-snapshots.html#_restoring_to_a_different_cluster
[rolling upgrades guide]: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/rolling-upgrades.html

0 comments on commit db126a9

Please sign in to comment.