Skip to content

Commit 78737bc

Browse files
Update release notes to 8.7.0-BC7 (#94661)
Including the removal of the highlight text for the redact ingest processor, since that will no longer be marketed openenly in 8.7. It remains in the changelog.
1 parent 4754c30 commit 78737bc

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

docs/changelog/92951.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,3 @@ summary: Redact Ingest Processor
33
area: Ingest Node
44
type: feature
55
issues: []
6-
highlight:
7-
title: Support redact ingest processor
8-
body: |-
9-
The <<redact-processor,Redact processor>> obscures text in the input document matching the given Grok patterns.
10-
The processor can be used to obscure Personal Identifying Information (PII)
11-
by configuring it to detect known patterns such as email or IP addresses.
12-
Text that matches a Grok pattern is replaced with a configurable string such as `<EMAIL>`
13-
where an email address is matched or replace all matches with the text `<REDACTED>` if preferred.
14-
Grok provides an extensive library of predefined patterns that can be conveniently referenced by
15-
the Redact processor.
16-
notable: false

docs/reference/release-notes/8.7.0.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Data streams::
4646
* Allow different filters per `DataStream` in a `DataStreamAlias` {es-pull}92692[#92692] (issue: {es-issue}92050[#92050])
4747

4848
Geo::
49+
* Build index qualified name in cross cluster vector tile search {es-pull}94574[#94574] (issue: {es-issue}94557[#94557])
4950
* Check `GeohexGrid` bounds on geopoint using spherical coordinates {es-pull}92460[#92460]
5051
* Fix bug when clipping Geometry collections in vector tiles {es-pull}93562[#93562]
5152

@@ -119,18 +120,23 @@ Recovery::
119120
* Report recovered files as recovered from snapshot for fully mounted searchable snapshots {es-pull}92976[#92976]
120121

121122
Rollup::
123+
* Downsampling unmapped text fields {es-pull}94387[#94387] (issue: {es-issue}94346[#94346])
122124
* Propagate timestamp format and convert nanoseconds to milliseconds {es-pull}94141[#94141] (issue: {es-issue}94085[#94085])
125+
* Stop processing `TransportDownsampleAction` on failure {es-pull}94624[#94624]
123126
* Support downsampling of histogram as labels {es-pull}93445[#93445] (issue: {es-issue}93263[#93263])
124127

125128
Search::
129+
* Add null check for sort fields over collapse fields {es-pull}94546[#94546] (issue: {es-issue}94407[#94407])
126130
* Annotated highlighter does not match when search contains both annotation and annotated term {es-pull}92920[#92920] (issue: {es-issue}91944[#91944])
127131
* Clear field caps index responses on cancelled {es-pull}93716[#93716] (issue: {es-issue}93029[#93029])
128132
* Do not include frozen indices in PIT by default {es-pull}94377[#94377]
129133
* Fix NPE thrown by prefix query in strange scenarios {es-pull}94369[#94369]
134+
* Fix _id field fetch issue. {es-pull}94528[#94528] (issue: {es-issue}94515[#94515])
130135
* Fix metadata `_size` when it comes to stored fields extraction {es-pull}94483[#94483] (issue: {es-issue}94468[#94468])
131136
* Fix missing override for matches in `ProfileWeight` {es-pull}92360[#92360]
132137
* Nested path info shouldn't be added during `copy_to` {es-pull}93340[#93340] (issue: {es-issue}93117[#93117])
133138
* Use all profiling events on startup {es-pull}92087[#92087]
139+
* Use keyword analyzer for untokenized fields in `TermVectorsService` {es-pull}94518[#94518]
134140
* [Profiling] Adjust handling of last data slice {es-pull}94283[#94283]
135141
* [Profiling] Ensure responses are only sent once {es-pull}93692[#93692] (issue: {es-issue}93691[#93691])
136142
* [Profiling] Handle response processing errors {es-pull}93860[#93860]
@@ -363,6 +369,9 @@ Network::
363369
* Upgrade to Netty 4.1.85 {es-pull}91846[#91846]
364370
* Upgrade to Netty 4.1.86 {es-pull}92587[#92587]
365371

372+
Packaging::
373+
* Upgrade bundled JDK to Java 20 {es-pull}94600[#94600]
374+
366375
Query Languages::
367376
* Upgrade antlr to 4.11.1 for ql, eql and sql {es-pull}93238[#93238]
368377

docs/reference/release-notes/highlights.asciidoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,6 @@ a resolution.
126126

127127
{es-pull}92879[#92879]
128128

129-
[discrete]
130-
[[support_redact_ingest_processor]]
131-
=== Support redact ingest processor
132-
The <<redact-processor,Redact processor>> obscures text in the input document matching the given Grok patterns.
133-
The processor can be used to obscure Personal Identifying Information (PII)
134-
by configuring it to detect known patterns such as email or IP addresses.
135-
Text that matches a Grok pattern is replaced with a configurable string such as `<EMAIL>`
136-
where an email address is matched or replace all matches with the text `<REDACTED>` if preferred.
137-
Grok provides an extensive library of predefined patterns that can be conveniently referenced by
138-
the Redact processor.
139-
140-
{es-pull}92951[#92951]
141-
142129
[discrete]
143130
[[improved_performance_for_get_mget_indexing_with_explicit_id_s]]
144131
=== Improved performance for get, mget and indexing with explicit `_id`s

0 commit comments

Comments
 (0)