diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-limitations.md b/explore-analyze/machine-learning/anomaly-detection/ml-limitations.md index 4c06d451e6..b368e8b8e7 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-limitations.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-limitations.md @@ -11,7 +11,7 @@ products: # Anomaly detection limitations [ml-limitations] -The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{ml-features}}. The limitations are grouped into four categories: +The following limitations and known problems apply to the Elastic {{ml-features}}. The limitations are grouped into four categories: * [Platform limitations](#ad-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}. * [Configuration limitations](#ad-config-limitations) apply to the configuration process of the {{anomaly-jobs}}. diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-limitations.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-limitations.md index b9dda95c44..016d2b4eae 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-limitations.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-limitations.md @@ -11,7 +11,7 @@ products: # Data frame analytics limitations [ml-dfa-limitations] -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: +The following limitations and known problems apply to the Elastic {{dfanalytics}} feature. The limitations are grouped into the following categories: * [Platform limitations](#dfa-platform-limitations) are related to the platform that hosts the {{ml}} feature of the {{stack}}. * [Configuration limitations](#dfa-config-limitations) apply to the configuration process of the {{dfanalytics-jobs}}. diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md b/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md index 98fc5bbfbe..669b6415d9 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md @@ -11,7 +11,7 @@ products: # NLP limitations [ml-nlp-limitations] -The following limitations and known problems apply to the {{version.stack}} release of the Elastic {{nlp}} trained models feature. +The following limitations and known problems apply to the Elastic {{nlp}} trained models feature. ## Document size limitations when using `semantic_text` fields [ml-nlp-large-documents-limit-10k-10mb] diff --git a/explore-analyze/transforms/transform-limitations.md b/explore-analyze/transforms/transform-limitations.md index 6b23fd9504..e0bbad2090 100644 --- a/explore-analyze/transforms/transform-limitations.md +++ b/explore-analyze/transforms/transform-limitations.md @@ -11,7 +11,7 @@ products: # {{transforms-cap}} limitations [transform-limitations] -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: +The following limitations and known problems apply to the Elastic {{transform}} feature. The limitations are grouped into the following categories: * [Configuration limitations](#transform-config-limitations) apply to the configuration process of the {{transforms}}. * [Operational limitations](#transform-operational-limitations) affect the behavior of the {{transforms}} that are running. diff --git a/reference/fleet/running-on-kubernetes-managed-by-fleet.md b/reference/fleet/running-on-kubernetes-managed-by-fleet.md index 29ab610193..72b1177e0e 100644 --- a/reference/fleet/running-on-kubernetes-managed-by-fleet.md +++ b/reference/fleet/running-on-kubernetes-managed-by-fleet.md @@ -60,7 +60,7 @@ Download the manifest file, substituting `{agent_version}` with the version numb curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{agent_version}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml ``` -For example, to download the manifest of the latest {{version.stack}} release: +For example, to download the manifest of the latest release: ```sh subs=true curl -L -O https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.stack}}/deploy/kubernetes/elastic-agent-managed-kubernetes.yaml