Commit Graph

1200 Commits

Author SHA1 Message Date
elasticsearchmachine b378a1bb54 Bump 8.x to 8.18.0 2024-11-21 14:37:05 -05:00
Jake Landis aaf7a3ec72
Prep docs for v9 (#115375)
This commit prepares the documentation for version 9. 

Some of the automation generates docs that are not correct for version 9. 
The content has been commented out with a reference to an internal issue 
for us to address before this documentation is used.
2024-10-31 09:46:19 -05:00
Brian Seeders 2aec12c173
Bump 8.x to version 8.17.0 2024-10-16 13:04:08 -04:00
Simon Cooper 7fd0a666cc
Copy 8.16 CLDR migration notes to main (#113954)
Copy from the 8.x branch to main
2024-10-04 00:17:25 +10:00
elasticsearchmachine aaf65b744b
Forward port release notes for v8.15.0 (#111714) 2024-08-08 18:10:39 +01:00
elasticsearchmachine c5eb558371 Bump to version 8.16.0 2024-07-04 09:10:43 +00:00
elasticsearchmachine f8291f8e83
Forward port release notes for v8.14.0 (#109403) 2024-06-05 14:52:38 -04:00
Jake Landis 28588e0847
update release notes (#109127) 2024-05-30 11:37:54 -05:00
elasticsearchmachine cc753389c1 Bump to version 8.15.0 2024-04-17 17:04:59 +00:00
Liam Thompson 33a71e3289
[DOCS] Refactor book-scoped variables in `docs/reference/index.asciidoc` (#107413)
* Remove `es-test-dir` book-scoped variable

* Remove `plugins-examples-dir` book-scoped variable

* Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables

- In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed.
- In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path
- In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem

* Replace `es-repo-dir` with `es-ref-dir`

* Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
2024-04-17 14:37:07 +02:00
elasticsearchmachine 00aee781a2
Forward port release notes for v8.13.1 (#107002) 2024-04-08 17:45:22 +02:00
elasticsearchmachine 1c60a8dd8f
Forward port release notes for v8.13.0 (#106783) 2024-03-26 12:21:17 -07:00
elasticsearchmachine 559edc79bf Bump to version 8.14.0 2024-02-14 18:05:43 +00:00
Brian Seeders ffcb12456c
Update 8.12.0 release notes for #102183 and fix other release notes (#104551) 2024-01-22 10:31:21 -05:00
Brian Seeders 58cfa5e05a
Add final 8.12.0 docs 2024-01-17 15:03:22 -05:00
Brian Seeders 5856539f4d
Bump to version 8.13.0 2023-12-06 18:30:34 -05:00
Matt Culbreth 5a2b618145
Forward port 8.11.0 docs (#101885) 2023-11-07 17:16:41 -05:00
Matt Culbreth 132220bf83 Bump to version 8.12.0 2023-10-04 09:09:08 -04:00
John Verwolf b5ea3560f1
Forward port 8.10.0 docs (#99505) 2023-09-14 07:18:02 -07:00
Joe Gallo a354be7b69
Fix a couple of docs typos (#99028) 2023-08-30 09:01:34 -04:00
Michael Peterson 4d3fb8d993 Bump to version 8.11.0 2023-08-16 10:35:00 -04:00
James Rodewig e00b354c26
[DOCS] Remove breaking change tags (#98144)
With https://github.com/elastic/stack-docs/pull/2495 merged, we no longer reuse breaking changes in the Stack Install/Upgrade guide.

This removes the related `notable-breaking-changes[]` tags from the 8.9+ docs and updates the RN generator template.

## Out of scope
With the removal of these tags, we may no longer need the `notable` property for changelog entries and can likely simplify the logic for the [BreakingChangesGenerator](https://github.com/elastic/elasticsearch/blob/main/build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BreakingChangesGenerator.java). Updating those files is outside the scope of this PR. I've opened https://github.com/elastic/elasticsearch/issues/98145 to track that work.
2023-08-03 15:23:47 -04:00
Lisa Cawley c2206ce74f
[DOCS] Removing coming 8.9.0 phrase (#97943) 2023-07-26 09:57:35 +02:00
Ryan Ernst 97d19a3881
Add release notes for 8.9.0 release (#97061) (#97931)
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: David Kyle <david.kyle@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-07-25 07:00:03 -07:00
Iraklis Psaroudakis 3f9279df17
Mute testResetSystemIndices and feature-migration (#97781)
Relates #97780
2023-07-20 07:30:48 -04:00
Simon Cooper 602ccd8d60
Migrate IndexMetadata.getCreationVersion to IndexVersion (#97139) 2023-06-29 08:38:50 +01:00
Rory Hunter 4f0507ac47 Bump to version 8.10.0 2023-06-22 10:35:12 +01:00
William Brafford 6d0929021e
Fix docs sample to not break at next version bump (#96754)
* Fix docs sample to not break at next version bump

* Use {version} substitution rather than hardcoding
2023-06-20 14:15:45 -04:00
Mary Gouseti d67a3ed8d9
Update release notes for 8.8.0 release (#96354) 2023-05-25 21:40:07 +03:00
debadair 777598d602
[DOCS] Remove redirect pages (#88738)
* [DOCS] Remove manual redirects

* [DOCS] Removed refs to modules-discovery-hosts-providers

* [DOCS] Fixed broken internal refs

* Fixing bad cross links in ES book, and adding redirects.asciidoc[] back into docs/reference/index.asciidoc.

* Update docs/reference/search/point-in-time-api.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/setup/restart-cluster.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/sql/endpoints/translate.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/snapshot-restore/restore-snapshot.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update repository-azure.asciidoc

* Update node-tool.asciidoc

* Update repository-azure.asciidoc

---------

Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Amy Jonsson <amy.jonsson@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-05-24 12:32:46 +01:00
Mayya Sharipova 96171591af Fix version in feature-migration test 2023-04-27 14:39:26 -04:00
Mayya Sharipova 07adeb0901
Create .synonyms system index (#95548)
Create .synonyms system index that is exposed
under es.synonyms_api_feature_flag.

This is the first task for creating Synonyms API management,
where synonyms will be stored in the .synonyms system index.

Relates to #38523
2023-04-27 14:11:08 -04:00
gmarouli 246c6a9623 Bump to version 8.9.0 2023-04-26 15:20:24 +03:00
Craig Taverner 6da08c48be
Update release notes to include 8.7.0 (#94934)
* Update release notes to include 8.7.0

Release notes and migration guide from 8.7.0 release ported into main
as well as re-generating 8.8.0 release notes. This latter step will
be overwritten anyway, multiple times, by more up-to-date regeneration
of the 8.8.0 release notes during the release process.

* Remove coming 8.7.0 line

* Update docs/reference/migration/migrate_8_7.asciidoc

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>

* Make same change to 8.8

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-04-05 12:02:53 +02:00
Carlos Delgado 7a782031c4
Add Enterprise Search Module (#94381)
Create base module for ent-search with CRUD APIs to manage behavioral analytics and Search Application.

---------

Co-authored-by: Jim Ferenczi <jim.ferenczi@elastic.co>
Co-authored-by: Aurélien FOUCRET <aurelien.foucret@gmail.com>
Co-authored-by: Kathleen DeRusso <63422879+kderusso@users.noreply.github.com>
Co-authored-by: Ioana Tagirta <ioanatia@users.noreply.github.com>
Co-authored-by: Joseph McElroy <joseph.mcelroy@elastic.co>
Co-authored-by: Aurelien FOUCRET <aurelien.foucret@elastic.co>
Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
2023-04-04 10:36:13 +01:00
David Turner 14c01470a3
Deprecate cluster.routing.allocation.type (#94066)
Today users may select a shards allocator via the
`cluster.routing.allocation.type` setting. In practice this is only used
to select between the (default) desired-balance allocator and the legacy
allocator. With this commit we mark this setting as deprecated to
indicate that the desired-balance allocator will be the only choice in a
future release.
2023-03-02 12:50:49 +00:00
David Kilfoyle c5713a3948
Remove 8.7 release highlights link to fix docs build (#93604) 2023-02-08 16:38:07 -05:00
Ryan Ernst 05d1011d3d
Bump to version 8.8.0 2023-02-08 11:46:42 -08:00
Abdon Pijpelink f7226a7c42
[DOCS] Remove coming tag from 8.6 migration guide (#92827) 2023-01-11 17:58:14 +01:00
Abdon Pijpelink 0a3c7eb5fd
[DOCS] Remove coming tag from the 8.5 migration guide (#92828) 2023-01-11 17:57:44 +01:00
Iraklis Psaroudakis 92f9d34b69
[Docs] Forward port 8.6.0 release docs (#92792) 2023-01-10 19:10:51 +02:00
Iraklis Psaroudakis a3b06e1d68 Bump to version 8.7.0 2022-11-16 16:32:19 +02:00
Luigi Dell'Aquila 6e5c3d952c
Update docs about EQL CCS (#91542) 2022-11-15 14:07:26 +01:00
Adam Locke 369dca3b92
[DOCS] Add 8.5 release notes and fix links (#90201) 2022-09-21 16:57:18 -04:00
Christos Soulios 7ca7a75d9d
Bump to version 8.6.0 2022-09-21 21:15:07 +03:00
David Turner 6e3fe01b5a
Reject unknown bulk actions (#89450)
Requests to the bulk API comprise a sequence of items, each of which
starts with a JSON object describing the item. This object includes the
type of action to perform with the item which should be one of `create`,
`update`, `index`, or `delete`. In earlier versions Elasticsearch would
ignore items with an unrecognized type, skipping the next line in the
request, but this lenient behaviour means that there is no way for the
client to associate the items in the response with the items in the
request, and in some cases it would cause the remainder of the request
to be parsed incorrectly.

With this commit, requests to the bulk API must comprise only items with
recognized types. Elasticsearch will reject requests containing any
items with an unrecognized type with a `400 Bad Request` error response.
2022-09-05 20:57:02 +09:30
debadair e0fe6de63a
[Doc] Release notes for v8.4.1 (#89636) (#89726)
* [Doc] Release notes for v8.4.1

Gradle generated release notes for v8.4.1

* address feedback

Co-authored-by: Yang Wang <yang.wang@elastic.co>
2022-08-30 07:59:04 -07:00
Mark Vieira 875164c876 Generate release notes for 8.4 release (#89475) 2022-08-24 10:09:42 -07:00
Ryan Ernst e3c6726a71
Deprecate overriding DiscoveryPlugin internals (#88925)
DiscoveryPlugin allows extending getJoinValidator and
getElectionStrategies. These are implementation details of the system.
This commit deprecates these methods so that plugin authors are
discouraged from overriding them.
2022-07-30 06:30:34 +09:30
Ryan Ernst e501609604
Deprecate network plugins (#88924)
Network plugins provide network implementations. In the past this has
been used for alternatives to netty based networking, using the JDK's
nio. However, nio has now been removed, and it is inadvisable for a
plugin to implement this low level part of the system.
Therefore, this commit marks the NetworkPlugin interface as deprecated.
2022-07-29 11:28:31 -07:00