Commit graph

9588 commits

Author SHA1 Message Date
Nhat Nguyen
5e2fac3da5
Add remove index setting command (#109276) (#109328)
The new subcommand elasticsearch-node remove-index-settings can be used
to remove index settings from the cluster state in case where it
contains incompatible index settings that prevent the cluster from
forming. This tool can cause data loss and its use should be your last
resort.

Relates #96075
2024-06-05 02:07:22 +10:00
Jake Landis
692a1a2448
Revert "[7.17] Backport DLS changes (#108330)" (#109349)
This reverts commit 4e08df5 (#108330)
This commit also fixes #109273 in 7.17.
2024-06-04 10:20:58 -05:00
Martijn van Groningen
5d80ef6565
Added known issue section for the index.mapper.dynamic index setting bug. (#109292)
Relates to #109160 and #96075
2024-06-04 18:59:44 +10:00
Jake Landis
4e08df5bda
[7.17] Backport DLS changes (#108330)
This commit introduced stricter DLS rules and is a manual backport of #105709 and #105714 
with additional node level settings to optionally disable the stricter DLS rules. 
Since these settings are not present in 8.x the needed deprecation info API entries have also 
been added to help inform any users that may have set these values to remove them before upgrading.
2024-06-03 10:58:38 -05:00
elasticsearchmachine
e2ee2a0dd7
Update docs for v7.17.22 release (#109186) 2024-05-29 14:43:43 -07:00
Nick Tindall
2a327b1125
[DOCS] Fix stored_fields parameter description (#98385) (#108445) (#108447)
(referenced from get and multi_get API docs)

Closes #98385
2024-05-09 03:43:07 -04:00
Athena Brown
ad9470b31a
Add note about license to "Restore an Entire Cluster" docs (#87485) (#108437)
One user reached out mentioning that it would be a good idea to remind
users to re-upload the license after full cluster recovery from snapshot
as one can easily miss this when trying to figure out why some features
aren't working after the restore.

(cherry picked from commit 295fba33d8)

Co-authored-by: Rafi Estrada <62263912+TheRiffRafi@users.noreply.github.com>
2024-05-08 17:23:38 -04:00
elasticsearchmachine
1fdf12b93a Finalize release notes for v7.17.21 2024-05-03 12:17:24 -04:00
elasticsearchmachine
36522d55db
Update docs for v7.17.21 release (#108029) 2024-05-02 06:47:00 -07:00
Benjamin Trent
b1da2e3fed
Adding docs about scaled_float saturation with long values (#107966) (#108087)
(cherry picked from commit 67748cf616)
2024-04-30 09:59:32 -04:00
Bogdan Pintea
b65a3d00ff
SQL: Limit how much space some string functions can use (#107333) (#107632)
* SQL: Limit how much space some string functions can use (#107333)

This will check and fail if certain functions would generate a result
exceeding a certain fixed byte size.

This prevents an operation/query to fail the entire VM.

(cherry picked from commit f1bcb338ec)

* Fix use of forbidden APIs

* Style
2024-04-18 14:27:37 -04:00
Brian Seeders
91f94786b8
[7.17.20] Update release notes with missing JDK downgrade PR 2024-04-10 22:42:14 -04:00
István Zoltán Szabó
c1cea7b4e7
[7.17] [DOCS] Expands the list of possible values of the result parameter of the bulk API. (#107265) (#107278)
* [DOCS] Expands the list of possible values of the result parameter of the bulk API. (#107265)

(cherry picked from commit c50fcb95ed)

* Apply suggestions from code review
2024-04-09 18:02:11 +02:00
elasticsearchmachine
9ac6e4f0f4 Finalize release notes for v7.17.20 2024-04-08 11:09:36 -04:00
elasticsearchmachine
2bcdecd0e5
Update docs for v7.17.20 release (#107171) 2024-04-08 11:07:55 -04:00
Moritz Mack
b26557f585
Update 7.17.19 known issues with JDK 22 bug / recommendation to downgrade (#107165) 2024-04-05 19:15:40 +02:00
elasticsearchmachine
3a15457f74 Finalize release notes for v7.17.19 2024-03-26 12:59:03 -04:00
elasticsearchmachine
09576c46a4
Update docs for v7.17.19 release (#106781) 2024-03-26 09:58:31 -07:00
Nicole Albee
2e97844a79
Clarify filters can be used while creating a normalizer. (#103826) (#106234) 2024-03-12 09:43:02 -04:00
Benjamin Trent
e3b4c0cee0
Add note about optional times and epochs (#105786) (#105972) 2024-03-05 09:08:33 -05:00
Lee Hinman
3318445a80
Clarify update operations may be performed on a data stream's backing indices (#105408) (#105413)
These statements come off a little too strongly towards "don't use data streams if you *ever* have updates", but they do support updates when necessary, as long as the backing indices are used.

(cherry picked from commit d95d6adae5)
2024-02-12 13:21:53 -05:00
elasticsearchmachine
fa0f970d57 Finalize release notes for v7.17.18 2024-02-06 14:35:22 -05:00
elasticsearchmachine
491d805996
Update docs for v7.17.18 release (#105160) 2024-02-06 08:26:19 +01:00
David Turner
10ca010c44 Allocation awareness allocates some replicas (#104800)
The docs for forced awareness indicate that no replicas will be assigned
until all zones are available, which is definitely undesirable and also
not the actual behaviour. This commit fixes the wording to match what
really happens.

Closes #104777
2024-01-29 08:19:04 +00:00
Brian Seeders
c1a724f4ff
Remove 7.17.17 coming soon section 2024-01-23 12:38:57 -05:00
Brian Seeders
b41b0e8270
Add release notes for 7.17.17 (#104632) 2024-01-22 18:00:17 -05:00
Iraklis Psaroudakis
759e3f6c35
[7.17] Reference stored scripts in snapshot restore (#102966) (#103046)
Backports the following commits to 7.17:

Reference stored scripts in snapshot restore (Reference stored scripts
in snapshot restore #102966)
2023-12-20 07:34:33 -05:00
Iraklis Psaroudakis
d61e9dce10
Correct docs tcp retries timeout (#102968) (#103044)
Closes #102788
2023-12-20 06:20:47 -05:00
Liam Thompson
c716374cc8
[DOCS] Add canonical link to quickstart (#103392) 2023-12-13 14:51:59 +01:00
Abdon Pijpelink
f48406b51b
[DOCS] Add security update to 7.17.16 RNs (#103336) 2023-12-12 13:23:10 -08:00
Brian Seeders
2b23fa0763
Update docs for v7.17.16 release (#103086) 2023-12-06 17:01:45 -05:00
Mary Gouseti
253f1f430f
[7.17] [ILM] More resilient when a policy is added to searchable snapshot (#102741) (#103070)
* Backport #102741
2023-12-06 20:08:15 +02:00
Iraklis Psaroudakis
522439b4cf
Fix Windows tcpretries as well (#103048) (#103051)
In previous PR #102968 fixed the Linux value but not the Windows one.

Relates #102788
2023-12-06 08:47:55 -05:00
Lorenzo Dematté
4aa517567f
[7.17][doc] Add known issue to all versions affected by GC behaviour change (#102124)
* Added known issue for changes to GC in JDK 20/21

* Updated reference/link
2023-11-14 08:47:37 -05:00
Lorenzo Dematté
e712b31e6f
Update docs for v7.17.15 release (#102077) 2023-11-13 14:51:21 +01:00
Benjamin Trent
56eed56152
Clarify that duplicate _name values for queries in the same request is undefined (#101523) (#101559)
relates to: #101480
2023-10-30 15:22:15 -04:00
Benjamin Trent
8196483590
Updating percolate query docs to account for custom similarity limitation (#101386) (#101442) 2023-10-27 07:12:21 -04:00
Brandon Morelli
202296a70f
Update 7.17.14.asciidoc (#100591) 2023-10-10 06:07:51 -07:00
Jason Bryan
add28eb04c
Update docs for v7.17.14 release (#100462) 2023-10-09 14:42:41 -04:00
James Rodewig
37ba70a17f
[7.17] [DOCS] Add security update to 7.17.13 release notes (#99949) (#100036) 2023-09-28 17:03:29 -04:00
Joe Gallo
5c8b796069
Fix a typo in the data_stream _stats API documentation (#99438) (#99444) 2023-09-11 15:37:22 -04:00
Craig Taverner
4f5d383427 Remove 'coming' from 7.17.13 release notes 2023-09-07 19:38:57 +02:00
Craig Taverner
0c9608864f
Updated release notes for 7.17.13 BC1 (#99047) 2023-09-01 11:06:46 +02:00
David Kilfoyle
842e8a410b
[Docs] Fix links to Cloud snapshot and restore docs (#98228) (#98232) 2023-08-04 18:20:15 -04:00
David Kilfoyle
31c912703f
Fix link to removed Cloud snapshot and restore page (#98210) (#98211)
* Fix link to removed Cloud snapshot and restore page

* Add another similar link
2023-08-04 16:27:52 -04:00
Abdon Pijpelink
f9b064e463
[DOCS] Remove 'coming in 7.17.12' from release notes (#97965)
This PR removes an out-dated "coming" note.
2023-07-26 16:23:28 +02:00
Ryan Ernst
92403f7d56
Add release notes for 7.17.12 release (#97864) 2023-07-25 06:54:33 -04:00
David Turner
d4069ef08c
Add note on troubleshooting laggy cancellations (#97485) (#97499)
Today we document that tasks may not react to cancellations immediately,
but in practice it's surprising to users and kind of a bug if they run
for too long after being cancelled. This commit adds a little extra
detail about the information to collect to troubleshoot such a
situation.
2023-07-10 07:09:36 -04:00
Craig Taverner
3bdd3fc6ed
Incorrect name for sort field (#97328) (#97330) 2023-07-03 11:22:37 -04:00
Joe Gallo
23703cae8b
Add release notes for 7.17.11 release (#97057)
* Add release notes for 7.17.11 release

* Add release notes for 7.17.11 release

* Revert "Add release notes for 7.17.11 release"

This reverts commit 924cc1619b.
2023-06-29 09:31:34 +02:00