Skip to content

[DOCS] Updates navigation titles and descriptions for release notes #2367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2025
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
2 changes: 1 addition & 1 deletion docs/reference/mapping-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ In most cases, [templates](docs-content://manage-data/data-store/templates.md) a

## Limitations [limitations]

{{es}} allows field names to contain dots (*.*). But {{esh}} does not support them, and fails when reading or writing fields with dots. Refer to {{es}} [Dot Expander Processor](elasticsearch://reference/ingestion-tools/enrich-processor/dot-expand-processor.md) for tooling to assist replacing dots in field names.
{{es}} allows field names to contain dots (*.*). But {{esh}} does not support them, and fails when reading or writing fields with dots. Refer to {{es}} [Dot Expander Processor](elasticsearch://reference/enrich-processor/dot-expand-processor.md) for tooling to assist replacing dots in field names.

8 changes: 2 additions & 6 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---
navigation_title: "Elasticsearch for Apache Hadoop"
navigation_title: "Breaking changes"
---

# Elasticsearch for Apache Hadoop breaking changes [elasticsearch-apache-hadoop-breaking-changes]
Before you upgrade, carefully review the Elasticsearch for Apache Hadoop breaking changes and take the necessary steps to mitigate any issues.

To learn how to upgrade, check out <uprade docs>.
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elasticsearch for Apache Hadoop breaking changes and take the necessary steps to mitigate any issues. To learn how to upgrade, check [Upgrade](docs-content://deploy-manage/upgrade.md).

% ## Next version [elasticsearch-apache-hadoop-nextversion-breaking-changes]
% **Release date:** Month day, year

% ::::{dropdown} Title of breaking change
% Description of the breaking change.
Expand All @@ -18,7 +15,6 @@ To learn how to upgrade, check out <uprade docs>.
% ::::

% ## 9.0.0 [elasticsearch-apache-hadoop-900-breaking-changes]
% **Release date:** March 25, 2025

% ::::{dropdown} Title of breaking change
% Description of the breaking change.
Expand Down
8 changes: 3 additions & 5 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
navigation_title: "Elasticsearch for Apache Hadoop"
navigation_title: "Deprecations"
---

# Elasticsearch for Apache Hadoop deprecations [elasticsearch-apache-hadoop-deprecations]
Review the deprecated functionality for your Elasticsearch for Apache Hadoop version. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.

To learn how to upgrade, check out <uprade docs>.
Review the deprecated functionality for Elasticsearch for Apache Hadoop. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. [Upgrade](docs-content://deploy-manage/upgrade.md)

% ## Next version
% **Release date:** Month day, year

% ::::{dropdown} Deprecation title
% Description of the deprecation.
Expand All @@ -18,7 +17,6 @@ To learn how to upgrade, check out <uprade docs>.
% ::::

% ## 9.0.0 [elasticsearch-apache-hadoop-900-deprecations]
% **Release date:** March 25, 2025

% ::::{dropdown} Deprecation title
% Description of the deprecation.
Expand Down
2 changes: 0 additions & 2 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.

% ## version.next [felasticsearch-apache-hadoop-next-release-notes]
% **Release date:** Month day, year

% ### Features and enhancements [elasticsearch-apache-hadoop-next-features-enhancements]
% *
Expand All @@ -22,7 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
% *

## 9.0.0 [elasticsearch-apache-hadoop-900-release-notes]
**Release date:** March 25, 2025

### Features and enhancements [elasticsearch-apache-hadoop-900-features-enhancements]

Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/known-issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
navigation_title: "Elasticsearch Apache Hadoop"
navigation_title: "Known issues"

---

Expand Down
Loading