Skip to content

Commit 8200b62

Browse files
authored
[E&A][REF] Removes version.stack attributes (#4008)
## Overview Related to #2235 This PR removes the `version-stack` attributes from the Explore and analyze and Reference sections as using those attributes could be misleading. Some of these attributes are used as part of a download bash command, which always points to the latest stack release. I left those occurrences intact.
1 parent e42f767 commit 8200b62

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

explore-analyze/machine-learning/anomaly-detection/ml-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# Anomaly detection limitations [ml-limitations]
1313

14-
The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{ml-features}}. The limitations are grouped into four categories:
14+
The following limitations and known problems apply to the Elastic {{ml-features}}. The limitations are grouped into four categories:
1515

1616
* [Platform limitations](#ad-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}.
1717
* [Configuration limitations](#ad-config-limitations) apply to the configuration process of the {{anomaly-jobs}}.

explore-analyze/machine-learning/data-frame-analytics/ml-dfa-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# Data frame analytics limitations [ml-dfa-limitations]
1313

14-
The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{dfanalytics}} feature. The limitations are grouped into the following categories:
14+
The following limitations and known problems apply to the Elastic {{dfanalytics}} feature. The limitations are grouped into the following categories:
1515

1616
* [Platform limitations](#dfa-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}.
1717
* [Configuration limitations](#dfa-config-limitations) apply to the configuration process of the {{dfanalytics-jobs}}.

explore-analyze/machine-learning/nlp/ml-nlp-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# NLP limitations [ml-nlp-limitations]
1313

14-
The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{nlp}} trained models feature.
14+
The following limitations and known problems apply to the Elastic {{nlp}} trained models feature.
1515

1616
## Document size limitations when using `semantic_text` fields [ml-nlp-large-documents-limit-10k-10mb]
1717

explore-analyze/transforms/transform-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# {{transforms-cap}} limitations [transform-limitations]
1313

14-
The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{transform}} feature. The limitations are grouped into the following categories:
14+
The following limitations and known problems apply to the Elastic {{transform}} feature. The limitations are grouped into the following categories:
1515

1616
* [Configuration limitations](#transform-config-limitations) apply to the configuration process of the {{transforms}}.
1717
* [Operational limitations](#transform-operational-limitations) affect the behavior of the {{transforms}} that are running.

reference/fleet/running-on-kubernetes-managed-by-fleet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Download the manifest file, substituting `{agent_version}` with the version numb
6060
curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{agent_version}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
6161
```
6262

63-
For example, to download the manifest of the latest {{version.stack}} release:
63+
For example, to download the manifest of the latest release:
6464

6565
```sh subs=true
6666
curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.stack}}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml

0 commit comments

Comments
 (0)