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
62 changes: 40 additions & 22 deletions docs/reference/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,45 @@ include::links.asciidoc[]

include::landing-page.asciidoc[]

include::release-notes/highlights.asciidoc[]
// overview / install

include::intro.asciidoc[]

include::quickstart/index.asciidoc[]

include::setup.asciidoc[]

include::upgrade.asciidoc[]
// search solution

include::index-modules.asciidoc[]
include::search/search-your-data/search-your-data.asciidoc[]

include::mapping.asciidoc[]
include::reranking/index.asciidoc[]

include::analysis.asciidoc[]
// data management

include::index-modules.asciidoc[]

include::indices/index-templates.asciidoc[]

include::data-streams/data-streams.asciidoc[]
include::alias.asciidoc[]

include::ingest.asciidoc[]
include::mapping.asciidoc[]

include::alias.asciidoc[]
include::analysis.asciidoc[]

include::search/search-your-data/search-your-data.asciidoc[]
include::ingest.asciidoc[]

include::reranking/index.asciidoc[]
include::connector/docs/index.asciidoc[]

include::query-dsl.asciidoc[]
include::data-streams/data-streams.asciidoc[]

include::aggregations.asciidoc[]
include::data-management.asciidoc[]

include::geospatial-analysis.asciidoc[]
include::data-rollup-transform.asciidoc[]

include::connector/docs/index.asciidoc[]
// analysis tools

include::query-dsl.asciidoc[]

include::eql/eql.asciidoc[]

Expand All @@ -50,34 +54,48 @@ include::sql/index.asciidoc[]

include::scripting.asciidoc[]

include::data-management.asciidoc[]
include::aggregations.asciidoc[]

include::autoscaling/index.asciidoc[]
include::geospatial-analysis.asciidoc[]

include::watcher/index.asciidoc[]

// cluster management

include::monitoring/index.asciidoc[]

include::data-rollup-transform.asciidoc[]
include::security/index.asciidoc[]

// production tasks

include::high-availability.asciidoc[]

include::how-to.asciidoc[]

include::autoscaling/index.asciidoc[]

include::snapshot-restore/index.asciidoc[]

include::security/index.asciidoc[]
// reference

include::watcher/index.asciidoc[]
include::rest-api/index.asciidoc[]

include::commands/index.asciidoc[]

include::how-to.asciidoc[]

include::troubleshooting.asciidoc[]

include::rest-api/index.asciidoc[]
// upgrades

include::upgrade.asciidoc[]

include::migration/index.asciidoc[]

include::release-notes/highlights.asciidoc[]

include::release-notes.asciidoc[]

include::dependencies-versions.asciidoc[]

// etc

include::redirects.asciidoc[]
11 changes: 6 additions & 5 deletions docs/reference/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[chapter]
[[release-highlights]]
== What's new in {minor-version}
= What's new in {minor-version}

coming::[{minor-version}]

Expand Down Expand Up @@ -37,7 +38,7 @@ endif::[]

[discrete]
[[esql_inlinestats]]
=== ESQL: INLINESTATS
== ESQL: INLINESTATS
This adds the `INLINESTATS` command to ESQL which performs a STATS and
then enriches the results into the output stream. So, this query:

Expand All @@ -62,7 +63,7 @@ Produces output like:

[discrete]
[[always_allow_rebalancing_by_default]]
=== Always allow rebalancing by default
== Always allow rebalancing by default
In earlier versions of {es} the `cluster.routing.allocation.allow_rebalance` setting defaults to
`indices_all_active` which blocks all rebalancing moves while the cluster is in `yellow` or `red` health. This was
appropriate for the legacy allocator which might do too many rebalancing moves otherwise. Today's allocator has
Expand All @@ -74,7 +75,7 @@ version 8.16 `allow_rebalance` setting defaults to `always` unless the legacy al

[discrete]
[[add_global_retention_in_data_stream_lifecycle]]
=== Add global retention in data stream lifecycle
== Add global retention in data stream lifecycle
Data stream lifecycle now supports configuring retention on a cluster level,
namely global retention. Global retention \nallows us to configure two different
retentions:
Expand All @@ -88,7 +89,7 @@ data stream lifecycle and it allows any data stream \ndata to be deleted after t

[discrete]
[[enable_zstandard_compression_for_indices_with_index_codec_set_to_best_compression]]
=== Enable ZStandard compression for indices with index.codec set to best_compression
== Enable ZStandard compression for indices with index.codec set to best_compression
Before DEFLATE compression was used to compress stored fields in indices with index.codec index setting set to
best_compression, with this change ZStandard is used as compression algorithm to stored fields for indices with
index.codec index setting set to best_compression. The usage ZStandard results in less storage usage with a
Expand Down