From e0a1aa20e72ac0dc525db8dd5e35db28729ff5fb Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Wed, 26 Mar 2025 18:25:51 +0100 Subject: [PATCH 1/3] specify that search sessions are disabled by default --- explore-analyze/discover/search-sessions.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/explore-analyze/discover/search-sessions.md b/explore-analyze/discover/search-sessions.md index 6a0ccca1e7..71105258c2 100644 --- a/explore-analyze/discover/search-sessions.md +++ b/explore-analyze/discover/search-sessions.md @@ -8,10 +8,8 @@ mapped_pages: # Run a search session in the background [search-sessions] -::::{admonition} Deprecated in 8.15.0. -:class: warning - -Search Sessions are deprecated and will be removed in a future version. +::::{admonition} Deprecated and disabled by default +Search Sessions are deprecated. They are disabled by default and will be removed in a future version. You can enable search sessions again by setting [`data.search.sessions.enabled`](kibana://reference/configuration-reference/search-sessions-settings.md) to `true` in the `kibana.yml` configuration file. :::: From 79820f236be938cf533a1cdaf1f267ddc4f84142 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Thu, 27 Mar 2025 12:31:11 +0100 Subject: [PATCH 2/3] rename Bytes to Bytes and Bits --- explore-analyze/find-and-organize/data-views.md | 6 +++--- explore-analyze/numeral-formatting.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/explore-analyze/find-and-organize/data-views.md b/explore-analyze/find-and-organize/data-views.md index 4ed0d024a0..2350b0c717 100644 --- a/explore-analyze/find-and-organize/data-views.md +++ b/explore-analyze/find-and-organize/data-views.md @@ -599,11 +599,11 @@ Supported transformations include: #### Number field formatters [field-formatters-numeric] -Numeric fields support **Bytes**, **Color**, **Duration**, **Histogram**, **Number**, **Percentage**, **String**, and **Url** formatters. +Numeric fields support **Bytes and Bits**, **Color**, **Duration**, **Histogram**, **Number**, **Percentage**, **String**, and **Url** formatters. -The **Bytes**, **Number**, and **Percentage** formatters enable you to choose the display formats of numbers in the field using the [Elastic numeral pattern](../../explore-analyze/numeral-formatting.md) syntax that {{kib}} maintains. +The **Bytes and Bits**, **Number**, and **Percentage** formatters enable you to choose the display formats of numbers in the field using the [Elastic numeral pattern](../../explore-analyze/numeral-formatting.md) syntax that {{kib}} maintains. -The **Histogram** formatter is used only for the [histogram field type](elasticsearch://reference/elasticsearch/mapping-reference/histogram.md). When you use the **Histogram** formatter, you can apply the **Bytes**, **Number**, or **Percentage** format to aggregated data. +The **Histogram** formatter is used only for the [histogram field type](elasticsearch://reference/elasticsearch/mapping-reference/histogram.md). When you use the **Histogram** formatter, you can apply the **Bytes and Bits**, **Number**, or **Percentage** format to aggregated data. You can specify the following types to the `Url` field formatter: diff --git a/explore-analyze/numeral-formatting.md b/explore-analyze/numeral-formatting.md index c6b77bee71..3003d2f413 100644 --- a/explore-analyze/numeral-formatting.md +++ b/explore-analyze/numeral-formatting.md @@ -57,9 +57,9 @@ The default percentage formatter in {{kib}} is `0,0.[000]%`, which shows up to t | -0.43 | 0 % | en (English) | -43 % | -## Bytes and bits [_bytes_and_bits] +## Bytes and Bits [_bytes_and_bits] -The bytes and bits formatters will shorten the input by adding a suffix like `GB` or `TB`. Bytes and bits formatters include the following suffixes: +The bytes and bits formatters will shorten the input by adding a suffix like `GB` or `TB`. Bytes and Bits formatters include the following suffixes: `b` : Bytes with binary values and suffixes. 1024 = `1KB` From 97418f12222bd7619d2b443bf2313b1ae8d84012 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 27 Mar 2025 15:32:16 +0100 Subject: [PATCH 3/3] Update explore-analyze/numeral-formatting.md --- explore-analyze/numeral-formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/numeral-formatting.md b/explore-analyze/numeral-formatting.md index 3003d2f413..7de896b5f6 100644 --- a/explore-analyze/numeral-formatting.md +++ b/explore-analyze/numeral-formatting.md @@ -59,7 +59,7 @@ The default percentage formatter in {{kib}} is `0,0.[000]%`, which shows up to t ## Bytes and Bits [_bytes_and_bits] -The bytes and bits formatters will shorten the input by adding a suffix like `GB` or `TB`. Bytes and Bits formatters include the following suffixes: +The Bytes and Bits formatters will shorten the input by adding a suffix like `GB` or `TB`. Bytes and Bits formatters include the following suffixes: `b` : Bytes with binary values and suffixes. 1024 = `1KB`