Skip to content

Commit 4ccbd8d

Browse files
Discover docs updates for 9.0 (#943)
WIP Discover-related changes for 9.0 - [x] Search sessions disabled by default (also updated settings in elastic/kibana#216091, and mentioned in release notes elastic/kibana#215772) - [x] `Bytes` field renamed to `Bytes and Bits`
1 parent c956548 commit 4ccbd8d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

explore-analyze/discover/search-sessions.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ mapped_pages:
88

99
# Run a search session in the background [search-sessions]
1010

11-
::::{admonition} Deprecated in 8.15.0.
12-
:class: warning
13-
14-
Search Sessions are deprecated and will be removed in a future version.
11+
::::{admonition} Deprecated and disabled by default
12+
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.
1513
::::
1614

1715

explore-analyze/find-and-organize/data-views.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -603,11 +603,11 @@ Supported transformations include:
603603

604604
#### Number field formatters [field-formatters-numeric]
605605

606-
Numeric fields support **Bytes**, **Color**, **Duration**, **Histogram**, **Number**, **Percentage**, **String**, and **Url** formatters.
606+
Numeric fields support **Bytes and Bits**, **Color**, **Duration**, **Histogram**, **Number**, **Percentage**, **String**, and **Url** formatters.
607607

608-
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.
608+
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.
609609

610-
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.
610+
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.
611611

612612
You can specify the following types to the `Url` field formatter:
613613

explore-analyze/numeral-formatting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The default percentage formatter in {{kib}} is `0,0.[000]%`, which shows up to t
5757
| -0.43 | 0 % | en (English) | -43 % |
5858

5959

60-
## Bytes and bits [_bytes_and_bits]
60+
## Bytes and Bits [_bytes_and_bits]
6161

62-
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:
62+
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:
6363

6464
`b`
6565
: Bytes with binary values and suffixes. 1024 = `1KB`

0 commit comments

Comments
 (0)