Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion explore-analyze/transforms/transform-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading