Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed Aug 19, 2024
1 parent 1df7f3c commit 2aa4648
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NOTE: {cloud-only}

Delete {cloud}/ec-autoscaling[autoscaling] policy.
Delete {cloud}/ec-autoscaling.html[autoscaling] policy.

[[autoscaling-delete-autoscaling-policy-request]]
==== {api-request-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NOTE: {cloud-only}

Get {cloud}/ec-autoscaling[autoscaling] capacity.
Get {cloud}/ec-autoscaling.html[autoscaling] capacity.

[[autoscaling-get-autoscaling-capacity-request]]
==== {api-request-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NOTE: {cloud-only}

Get {cloud}/ec-autoscaling[autoscaling] policy.
Get {cloud}/ec-autoscaling.html[autoscaling] policy.

[[autoscaling-get-autoscaling-policy-request]]
==== {api-request-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NOTE: {cloud-only}

Creates or updates an {cloud}/ec-autoscaling[autoscaling] policy.
Creates or updates an {cloud}/ec-autoscaling.html[autoscaling] policy.

[[autoscaling-put-autoscaling-policy-request]]
==== {api-request-title}
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/autoscaling/deciders/fixed-decider.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ experimental[]
[WARNING]
The fixed decider is intended for testing only. Do not use this decider in production.

The {cloud}/ec-autoscaling[autoscaling] `fixed` decider responds with a fixed required capacity. It is not enabled
The {cloud}/ec-autoscaling.html[autoscaling] `fixed` decider responds with a fixed required capacity. It is not enabled
by default but can be enabled for any policy by explicitly configuring it.

==== Configuration settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-frozen-existence-decider]]
=== Frozen existence decider

The {cloud}/ec-autoscaling[autoscaling] frozen existence decider (`frozen_existence`) ensures that once the first
The {cloud}/ec-autoscaling.html[autoscaling] frozen existence decider (`frozen_existence`) ensures that once the first
index enters the frozen ILM phase, the frozen tier is scaled into existence.

The frozen existence decider is enabled for all policies governing frozen data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-frozen-shards-decider]]
=== Frozen shards decider

The {cloud}/ec-autoscaling[autoscaling] frozen shards decider (`frozen_shards`) calculates the memory required to search
The {cloud}/ec-autoscaling.html[autoscaling] frozen shards decider (`frozen_shards`) calculates the memory required to search
the current set of partially mounted indices in the frozen tier. Based on a
required memory amount per shard, it calculates the necessary memory in the frozen tier.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-frozen-storage-decider]]
=== Frozen storage decider

The {cloud}/ec-autoscaling[autoscaling] frozen storage decider (`frozen_storage`) calculates the local storage
The {cloud}/ec-autoscaling.html[autoscaling] frozen storage decider (`frozen_storage`) calculates the local storage
required to search the current set of partially mounted indices based on a
percentage of the total data set size of such indices. It signals that
additional storage capacity is necessary when existing capacity is less than the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-machine-learning-decider]]
=== Machine learning decider

The {cloud}/ec-autoscaling[autoscaling] {ml} decider (`ml`) calculates the memory and CPU requirements to run {ml}
The {cloud}/ec-autoscaling.html[autoscaling] {ml} decider (`ml`) calculates the memory and CPU requirements to run {ml}
jobs and trained models.

The {ml} decider is enabled for policies governing `ml` nodes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-proactive-storage-decider]]
=== Proactive storage decider

The {cloud}/ec-autoscaling[autoscaling] proactive storage decider (`proactive_storage`) calculates the storage required to contain
The {cloud}/ec-autoscaling.html[autoscaling] proactive storage decider (`proactive_storage`) calculates the storage required to contain
the current data set plus an estimated amount of expected additional data.

The proactive storage decider is enabled for all policies governing nodes with the `data_hot` role.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[autoscaling-reactive-storage-decider]]
=== Reactive storage decider

The {cloud}/ec-autoscaling[autoscaling] reactive storage decider (`reactive_storage`) calculates the storage required to contain
The {cloud}/ec-autoscaling.html[autoscaling] reactive storage decider (`reactive_storage`) calculates the storage required to contain
the current data set. It signals that additional storage capacity is necessary
when existing capacity has been exceeded (reactively).

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/autoscaling/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

NOTE: {cloud-only}

The {cloud}/ec-autoscaling[autoscaling] feature enables an operator to configure tiers of nodes that
The {cloud}/ec-autoscaling.html[autoscaling] feature enables an operator to configure tiers of nodes that
self-monitor whether or not they need to scale based on an operator-defined
policy. Then, via the autoscaling API, an Elasticsearch cluster can report
whether or not it needs additional resources to meet the policy. For example, an
Expand Down

0 comments on commit 2aa4648

Please sign in to comment.