https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
b500ad2 include ILM prefixes added a note about how ILM managed indices are prefixed with "restored-" or "partial-" when they are either fully or partially mounted. 28 September 2021, 18:28:50 UTC
8f8afd4 [ML] fixing ML composite agg restart test (#78329) (#78403) The test failure is due to data generation. This isn't caused by a bug, but is instead a test set up failure. The issue is that scroll is seeing the data as a partial result, and aggs is not. Consequently, the first bucket is sometimes only present in scroll, but missing in aggs. This is acceptable. This commit fixes the test to make it more deterministic. closes #76075 28 September 2021, 17:28:10 UTC
e31551e [DOCS] Re-add docs for multiple data paths (MDP) (#78342) (#78384) (#78385) We deprecated support for multiple data paths (MDP) in 7.13. However, we won't remove support until after 8.0. Changes: * Reverts PR #72267, which removed MDP docs * Removes a related item from the 8.0 breaking changes. 28 September 2021, 13:50:32 UTC
5c566ab [DOCS] Amend 7.13 deprecation for MDP support (#78340) (#78379) We deprecated multiple data paths (MDP) in 7.13. However, we won't be removing MDP support in 8.0. This amends the related deprecation notice in the 7.13 migration guide. 28 September 2021, 12:57:00 UTC
72955eb [DOCS] Status code change for pipeline validation errors (#78324) (#78328) Adds a note to the pipeline aggregation docs for error status codes changed with #53669. 27 September 2021, 15:02:48 UTC
7a87319 Use grep in Docker regexes instead of bash (#78154) Closes #77862. Optimize Docker startup times in environments with a lot of environment variables by using `grep` for regular expressions instead of `bash`. 24 September 2021, 09:43:17 UTC
fd4ee36 [7.15] [DOCS] Update remote cluster docs (#77043) (#78212) (#78245) * [DOCS] Update remote cluster docs (#77043) (#78212) * [DOCS] Update remote cluster docs * Add files, rename files, write new stuff * Plethora of changes * Add test and update snippets * Redirects, moved files, and test updates * Moved file to x-pack for tests * Remove older CCS page and add redirects * Cleanup, link updates, and some rewrites * Update image * Incorporating user feedback and rewriting much of the remote clusters page * More changes from review feedback * Numerous updates, including request examples for CCS and Kibana * More changes from review feedback * Minor clarifications on security for remote clusters * Incorporate review feedback Co-authored-by: Yang Wang <ywangd@gmail.com> * Some review feedback and some editorial changes Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Yang Wang <ywangd@gmail.com> # Conflicts: # docs/reference/modules/network.asciidoc # docs/reference/modules/remote-clusters.asciidoc # x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc # x-pack/docs/en/security/ccs-clients-integrations/index.asciidoc Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> # Conflicts: # docs/reference/redirects.asciidoc * Remove link not applicable in redirects * Updating redirects * Actually updating redirects in the real file this time * Adding missing java client link Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 23 September 2021, 16:43:56 UTC
fa1939f Adding priority list and executing description to the pending tasks doc (#74456) (#78261) * Adding priority to the pending tasks doc https://github.com/elastic/elasticsearch/pull/19448#discussion_r70969307 https://github.com/elastic/elasticsearch/blob/917fea7c5d0ea31ae1ccf301298f5f006216bb9f/core/src/main/java/org/elasticsearch/common/Priority.java#L29 * Adding executing into the cluster pending tasks * Update docs/reference/cluster/pending.asciidoc Co-authored-by: Henning Andersen <33268011+henningandersen@users.noreply.github.com> Co-authored-by: Henning Andersen <33268011+henningandersen@users.noreply.github.com> Co-authored-by: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com> Co-authored-by: Henning Andersen <33268011+henningandersen@users.noreply.github.com> 23 September 2021, 15:16:39 UTC
f26760f [DOCS] Modifies aggregations title abbreviation to follow convention. (#78252) (#78255) 23 September 2021, 15:00:58 UTC
be6cd34 [DOCS] Fixes broken links. (#78233) (#78236) 23 September 2021, 09:26:30 UTC
f4b2e82 [7.15] Upgrade bundled JDK to Java 17 (#78197) (#78207) 22 September 2021, 18:59:33 UTC
4a67408 [DOCS] Fixes release highlight links for re-use (#78201) 22 September 2021, 16:36:53 UTC
fdc3f13 Now that 7.15.0 is out, we're not expecting a 7.14.3 22 September 2021, 16:14:44 UTC
65c57f1 Bump version to 7.5.1 22 September 2021, 15:26:42 UTC
7dffc25 [DOCS] Add release notes for 7.15.0 (#78152) 22 September 2021, 14:46:52 UTC
6a5a0c7 [DOCS] Add composite runtime fields (#78050) (#78179) * [DOCS] Add composite runtime fields * Update snippets and tests * Add note that composite runtime fields cannot be indexed yet # Conflicts: # docs/reference/mapping/runtime.asciidoc 22 September 2021, 12:19:53 UTC
be589b5 [ML] Job updates in tests should not update blocked on deleting jobs (#78169) (#78173) Deleting jobs do not allow for their `blocked` field to be changed from `delete`. Tests were creating job updates that ignored that leading to a test failure when a non-noop update made no change to a job. This commit ensures random job updates do not have a change to the `blocked` field for deleting jobs. Closes #78160 22 September 2021, 12:11:03 UTC
20a5006 geo_shape mapping created before version 6.6.0 should be using the legacy mapper (#78153) (#77881) 22 September 2021, 08:10:51 UTC
b100467 [DOCS] Use dedicated hosts for ES (#77582) (#78148) In production, we recommend you run {es} on a dedicated host or as a primary service. This adds that best practice to our setup documentation. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> 21 September 2021, 22:03:55 UTC
fa6a82f Version bump for 7.14.2 21 September 2021, 17:03:52 UTC
82192d2 [ML] fixing minor autoscaling edge case check (#78102) (#78107) The ML autoscaling decider should exit if the largest calculated ML job has a size of 0 and there is at least one job task in the cluster. Previously, this was not done. It exited if we calculated a size of 0 and if BOTH of the task sets were non-empty. It should have exited if either were non-empty 21 September 2021, 15:37:36 UTC
0437f1a [DOCS] Fix formatting for 7.2 breaking changes 21 September 2021, 15:33:59 UTC
4c9b61c [DOCS] Add deprecation docs for ECS user agent (#77970) (#78111) We deprecated the `user_agent` ingest processor's `ecs` option in 7.2 with PR #38828. However, we didn't add a related deprecation item to the 7.2 breaking changes docs. This adds the missing item. It also updates a related deprecation admonition. 21 September 2021, 15:19:04 UTC
74963d8 Bump version after 6.8.19 release 21 September 2021, 15:18:15 UTC
c6ba1e6 [DOCS] Remove 7.14.2 coming tag (#78079) (#78110) DO NOT MERGE UNTIL RELEASE DAY 21 September 2021, 15:11:14 UTC
52feb11 [DOCS] Add deprecation docs for low ILM poll intervals (#77733) (#78083) We deprecated ILM poll intervals of less than 1 second in 7.2 with PR #41096 However, we didn't add a related item to the 7.2 deprecation docs. This adds the missing item. Relates to #41095. 21 September 2021, 13:09:04 UTC
d2d97ac Add release notes for 7.14.2 release. (#77975) (#78060) Co-authored-by: Adam Locke <adam.locke@elastic.co> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> 21 September 2021, 11:48:36 UTC
4bb0615 Fix Get Snapshots Request Cancellation with ignore_unavailable=true (#78004) (#78057) Short-circuit the failure method when cancelled just like in the fail fast case. Also, remove the special case handling that asserts but swallows exceptions in production for when ignoring unavailable to not swallow the task cancellation exception. closes #77980 21 September 2021, 07:23:38 UTC
9fb2eb1 Add 'headers.content_type' to APIs that accept a body (#78011) 20 September 2021, 16:00:29 UTC
2fdd5dc Implement get and containsKey in terms of the wrapped innerMap (#77965) 20 September 2021, 13:22:07 UTC
f20fe5f [DOCS] Adds deprecation notice to the index file of Java HLRC. (#77988) (#77993) 20 September 2021, 09:08:56 UTC
2c06575 [DOCS] Fix whitespace in 7.15 breaking changes 16 September 2021, 22:24:43 UTC
269d95e [DOCS] Add deprecation docs for tier filter settings (#77790) (#77966) We deprecated the following settings in 7.13 with PR #72835: - `cluster.routing.allocation.include._tier` - `cluster.routing.allocation.exclude._tier` - `cluster.routing.allocation.require._tier` - `index.routing.allocation.include._tier` - `index.routing.allocation.exclude._tier` - `index.routing.allocation.require._tier` However, we didn't add a related item to the 7.13 deprecation docs. This adds the missing item. Relates to #73074. 16 September 2021, 22:14:40 UTC
9332e5f [DOCS] Add deprecation docs for incompatible builds (#77730) (#77960) We deprecated the `es.unsafely_permit_handshake_from_incompatible_builds` system property in 7.11 with PR #65601. However, we didn't add a related item to the 7.11 deprecation docs. This adds the missing item. Relates to #65753. 16 September 2021, 21:51:42 UTC
6a5fd79 [DOCS] Add deprecation docs for cluster recovery defer settings (#77786) (#77951) We deprecated the following settings in 7.7 with PR #53646: * `gateway.expected_nodes` * `gateway.expected_master_nodes` * `gateway.recover_after_nodes` * `gateway.recover_after_master_nodes` However, we didn't add a related item to the 7.7 deprecation docs. This adds the missing item. Relates to #53845. 16 September 2021, 21:24:54 UTC
e8d0365 [DOCS] Add deprecation docs for 6.x and earlier indices (#77804) (#77950) In 8.0, Elasticsearch will not start in the presence of indices created in 6.x or earlier versions. This adds a related item to the 7.15 deprecation docs. Relates to #37510 16 September 2021, 21:18:10 UTC
19fe324 [DOCS] Add deprecation docs for obselete security settings (#77798) (#77949) We deprecated `accept_default_password` in 6.0 with PR #1665. However, we didn't add a related item to the 6.0 breaking changes docs. Similarly, we deprecated `xpack.security.authz.store.roles.index.cache.max_size` and `xpack.security.authz.store.roles.index.cache.ttl` in 5.2 with PR #4449 However, we didn't add a related item to the 5.2 breaking changes docs. This adds the missing items to the 7.15 deprecation docs. Relates to #40496. 16 September 2021, 21:11:50 UTC
fe45947 [DOCS] Add deprecation docs for `cluster.routing.allocation.disk.include_relocations` (#77726) (#77938) We deprecated the `cluster.routing.allocation.disk.include_relocations` setting in 7.5 with PR #47443. However, we didn't add a related item to the 7.5 deprecation docs. This adds the missing item. Relates to #47717. 16 September 2021, 20:58:16 UTC
a509d23 [DOCS] Reformat frozen tier breaking change (#73350) (#77922) 16 September 2021, 20:01:45 UTC
a8f7d18 [DOCS] Fix typo for `script.painless.regex.enabled` setting value (#77853) (#77925) The value is `limited`, not `limit`. Co-authored-by: AndyHunt66 <andrew.hunt@elastic.co> 16 September 2021, 19:53:27 UTC
1a7ed3e [DOCS] Fix deprecation docs for slow log levels (#77811) (#77918) In 7.13 and later 7.x versions, the `index.indexing.slowlog.level` and `index.search.slowlog.level` index settings are deprecated, not removed. This corrects the related item in the 7.13 breaking changes. Relates to #73718 16 September 2021, 17:41:44 UTC
e202a6a [DOCS] Add deprecation docs for fractional byte size values (#77795) (#77917) We deprecated fractional byte size values in 6.2 with PR #27702 However, we didn't add a related item to the 6.2 deprecation docs. This adds the missing item to the 7.15 deprecation docs. 16 September 2021, 17:27:53 UTC
fe31be9 [DOCS] Add deprecation docs for translog retention settings (#77814) (#77908) We deprecated the translog retention settings in 7.7 with PR #45473. However, we didn't add a related item to the 7.7 breaking changes docs. This adds the missing item. Relates to #51697. 16 September 2021, 17:19:53 UTC
e1eaf0b [DOCS] Add deprecation docs for `cluster.join.timeout` (#77725) (#77900) We deprecated the `cluster.join.timeout` setting in 7.10 with PR #60872. However, we didn't add a related item to the 7.10 deprecation docs. This adds the missing item. Relates to #60873. 16 September 2021, 16:58:29 UTC
057228a [DOCS] Add deprecation docs for `simpleifs` store type (#77817) (#77899) Adds a deprecation notice to the breaking changes docs for #75156. Also fixes a related deprecation admon. 16 September 2021, 16:54:42 UTC
244bcf7 [DOCS] Add deprecation docs for `path.shared_data` and `index.data_path` (#77724) (#77893) We deprecated the `path.shared_data` and `index.data_path` settings in 7.13 with PR #73178. However, we didn't add a related item to the 7.13 migration docs. This adds the missing item. Relates to #73178. 16 September 2021, 16:39:18 UTC
f86343c [DOCS] Fix ESS install lead-in (#77887) (#77891) Replaces the hard-coded ESS lead-in with the docs attribute. Previously, this copy omitted Microsoft Azure. This ensures these docs are better maintained. 16 September 2021, 16:18:04 UTC
a3404c5 [DOCS] Add deprecation docs for transport profile types (#77780) (#77868) We deprecated the `transport.profiles.*.xpack.security.type` setting in 7.3 with PR #43237 However, we didn't add a related item to the 7.3 deprecation docs. This adds the missing item. Relates to #43236. 16 September 2021, 14:37:16 UTC
35d2d0b Adjust SearchableSnapshotsBlobStoreCacheIntegTests.testBlobStoreCache (#77758) (#77844) This test sometimes fails (#77753) when it tries to refresh the snapshot blob cache index while it wasn't created at all due to the test index being completely empty with 0 documents indexed. Having an empty index in this test does not make much sense because the index will contain no segments and therefore no segments file to cache in the system index. This commit adjusts the test to always index at least some docs. Backport of #77758 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 16 September 2021, 11:26:25 UTC
79d65f6 Update ilm-settings.asciidoc 15 September 2021, 19:26:58 UTC
b211ba8 [DOCS] Indicate that security is disabled in 7.x (#77589) (#77808) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 15 September 2021, 18:27:20 UTC
ed6e76a Adjust SearchableSnapshotsLicenseIntegTests.testShardAllocationOnInvalidLicense (#77757) (#77760) This tests sometimes fails because it expects the last PostStartTrialRequest to always "upgrade" the current license that it just nullified to a trial license; but there is a race in this test with the LicenceService that detects that no license exists in the cluster state (because the test set it to null) and self generates a trial license for the cluster too. When the self generation is processed before the PostStartTrialRequest the latter will return a TRIAL_ALREADY_ACTIVATED response. Since the purpose of this test is to verify that the searchable snapshot shards failed when the license change and came back when the trial license if activated again, I think we can just adjust the test to accommodate for the 2 types of responses. Closes #72329 15 September 2021, 13:10:31 UTC
79956c2 [DOCS] Add deprecation docs for legacy node role settings (#77719) (#77766) We deprecated several legacy node role settings in 7.9 with PR #54998. However, we didn't add a related item to the 7.9 breaking changes docs. This adds the missing item. Relates to #71163. 15 September 2021, 12:47:08 UTC
0348807 [DOCS] Add deprecation docs for `xpack.searchable.snapshot.shared_cache.size` (#77727) (#77762) We deprecated the `xpack.searchable.snapshot.shared_cache.size` setting on non-frozen nodes in 7.12 with PR #70341. However, we didn't add a related item to the 7.12 deprecation docs. This adds the missing item. Relates to #71013. 15 September 2021, 12:42:06 UTC
0dc090f AwaitsFix for #77753 15 September 2021, 11:15:45 UTC
3034f8d mute test SSLReloadDuringStartupIntegTests.testReloadDuringStartup (#77518) 15 September 2021, 10:47:03 UTC
54e1d24 [7.15] Remove InvalidShapeException from GeoPolygonDecomposer (#77613) (#77740) fixes a bug where InvalidShapeException are not properly handle so even if the mappings defined with ignore_malformed set to true, the exception leaks and the setting is ignored 15 September 2021, 08:06:46 UTC
7c17e3f Add docs on searchable snaps costs (#77607) (#77744) * Add docs on searchable snaps costs Adds a note on why searchable snapshots is cheaper, including warnings that it might be more expensive too. * Split into sections Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> * data -> the shard contents * More wording tweaks * Apply suggestions from code review Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> 15 September 2021, 07:38:21 UTC
513ac65 [DOCS] Adds machine learning release notes (#77735) (#77737) 15 September 2021, 01:13:00 UTC
824f1d4 [DOCS] Option to disable device type extraction in user agent processor (#71626) (#77705) 14 September 2021, 14:31:37 UTC
2e68cc3 [DOCS] Remove shrink snippet from 'Size your shards' (#77593) (#77697) The current shrink API snippet doesn't show you how to remove replicas or reduce primary shards. Rather than duplicate those instructions from the shrink API docs, this removes the snippet. A link to the shrink API and shrink ILM action docs is already provided. It also updates a delete index API snippet to avoid wildcards. Wildcard expansion for the delete index API is disabled by default in 8.0. 14 September 2021, 13:10:06 UTC
4d7bdba [DOCS] Update ES intro for stretched clusters (#77651) (#77667) PR #77360 clarifies that a cluster's nodes don't need to be in the same data center. This adds a similar clarification to the ES introduction docs. Co-authored-by: David Turner <david.turner@elastic.co> 14 September 2021, 12:54:59 UTC
0cde3da Note S3 plugin uses JVM-wide truststore (#77676) (#77682) Today it's not clear how to tell Elasticsearch to trust an S3-compatible repository that presents a certificate issued by a private or nonstandard CA. This commit expands the docs to say how. Supersedes #65034 Relates #77081 Co-authored-by: Joost De Cock <joost@decock.org> Co-authored-by: Joost De Cock <joost@decock.org> Co-authored-by: Joost De Cock <joost@decock.org> 14 September 2021, 08:54:06 UTC
108e432 [7.15] Introduce external build-tools JavaRestTestPlugin (#77603) (#77663) 13 September 2021, 21:55:55 UTC
c8916c2 Add note on cleanup of S3 multipart uploads (#77619) (#77647) * Add note on cleanup of S3 multipart uploads Adds docs describing Elasticsearch's behaviour around leaking multipart uploads and what to do about it. Closes #44955 * instance -> example 13 September 2021, 17:02:13 UTC
4d09b33 Fix URL repo docs for searchable snapshots (#77624) (#77637) Today we document that you can use URL repositories with searchable snapshots, but in fact it only works for HTTP(S) repositories. This commit adjusts the docs to clarify. Relates #69521 13 September 2021, 15:04:07 UTC
6e9e283 Use epoch_millis in can_match date range tests (#77464) (#77631) There is a known issue in 7.x where a date parameter of a range query can be interpreted as the number of years if no format is provided. This commit always uses epoch_millis format to avoid this issue in CanMatchPreFilterSearchPhaseTests. Relates #63692 Closes #77122 13 September 2021, 14:58:02 UTC
7f9a0a4 Remove invalid path from Open PIT rest spec (#77609) (#77627) 13 September 2021, 14:35:47 UTC
97ff685 [DOCS] Fix typo in setting custom attributes when starting a node (#77617) (#77630) Removes an excess "`". Co-authored-by: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com> 13 September 2021, 14:04:58 UTC
27bf7c7 Fix dependency resolution on eclipse for example projects (#77468) (#77596) Co-authored-by: Rene Groeschke <rene@elastic.co> 10 September 2021, 23:34:43 UTC
c925675 [7.15] Introduce simple public yaml-rest-test plugin (7.x backport) (#77054) (#77586) 10 September 2021, 22:31:16 UTC
9573160 [DOCS] Re-add `KEYSTORE_PASSWORD` example to Docker install docs (#77588) (#77591) PR #77155 updated the keystore instructions for Docker. However, it removed an example that included the `KEYSTORE_PASSWORD` env variable. This replaces a docker compose example with the original example from PR #51123. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 10 September 2021, 21:42:14 UTC
e79e44d [DOCS] Fix calendar interval in snippet callout(#77314) (#77580) Co-authored-by: Guillaume Le Floch <glfloch@gmail.com> 10 September 2021, 18:52:46 UTC
875dffc [DOCS] Don't explain "refresh" with "it refreshes" in the docs (#77530) (#77577) Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Philipp Krenn <xeraa@users.noreply.github.com> 10 September 2021, 17:48:55 UTC
aab02d1 [DOCS] Fix formatting (#77567) (#77572) 10 September 2021, 17:02:54 UTC
6b39de4 [DOCS] Include index in range agg snippets (#77290) (#77570) Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: xiaozhiliaoo(小知了) <772654204@qq.com> 10 September 2021, 16:31:40 UTC
8787e85 [DOCS] Fix keystore creation instructions for Docker (#77155) (#77560) Currently, our Docker install docs instruct users to directly bind-mount the `elasticsearch.keystore` file. This can lead to errors: * If the keystore file doesn't already exist, Docker's `-v` flag will create `elasticsearch.keystore` as a directory. This will block the creation of the keystore file. * To add or update secure settings, the container needs access to other files in the `config` directory, such as `keystore.tmp`. This updates the Docker install docs to instruct users to bind-mount the `config` directory rather than `elasticsearch.keystore`. It also adds troubleshooting tips for errors related to the keystore. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> 10 September 2021, 15:21:15 UTC
ffede86 [DOCS] Add max open shards error to 'Size your shards' (#77287) (#77557) Changes: * Adds a troubleshooting section and documents the `maximum shards open` error. * Retitles the `Fix an oversharded cluster` to `Reduce a cluster's shard count`. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> 10 September 2021, 15:19:48 UTC
dd2681b [DOCS] Updated ILM policies table screenshot (#77240) (#77540) 10 September 2021, 14:17:55 UTC
dbf6701 Support for aggregation names with dots in vector tiles (#77477) (#77536) Change the way we generate the pipeline aggregation by adding the metric ( in our case '.value') so we don't fail in aggregations with names containing dots. 10 September 2021, 07:30:06 UTC
22a5f48 Fix the missing query API key doc link (#77532) The link to the newly added query API key doc page was not backported correctly. Relates: #76691 10 September 2021, 03:57:41 UTC
71efc2c Handle master failure in NodeSeenService (#77220) (#77528) * Handle master failure in NodeSeenService NodeSeenService can miss seeing nodes if the master changes while it's processing the cluster state update which adds the nodes to the cluster. This caused occasional test failures in the test intended to check that NodeSeenService is working as intended. This commit adjusts NodeSeenService's early returns to ensure that, if the master changed, the new master checks for seen nodes even if nodes were not added in that particular cluster state update. * Clarify & correct "just-became-master" check * Remove leftover debug logging (d'oh!) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 09 September 2021, 23:05:09 UTC
ad09ab9 [DOCS] Deleting an index doesn't delete Kibana components (#77286) (#77512) (#77519) Changes: * Notes the delete index API can delete multiple indices at once. * Notes deleting an index deletes its docs, shards, and metadata but does not delete any related Kibana components. * Relocates a note about deleting a data stream's write index to the description. * Corrects the default `expand_wildcards` value. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> # Conflicts: # docs/reference/indices/delete-index.asciidoc Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> Co-authored-by: Stef Nestor <steffanie.nestor@gmail.com> 09 September 2021, 20:35:56 UTC
6f6863d Add nuance around stretched clusters (#77360) Today the multi-zone-cluster design docs say to keep all the nodes in a single datacenter. This doesn't really reflect what we do in practice: each zone in AWS/GCP/Azure/etc is a separate datacenter with decent connectivity to the other zones in the same region. This commit adjusts the docs to allow for this. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> 09 September 2021, 19:12:58 UTC
67997dc Align REST spec naming to docs for metering APIs (#77499) (#77510) Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> 09 September 2021, 17:10:12 UTC
0614de2 Fail early if an index request has the wrong type (#77417) If an index request contains a type that is different to the type defined on the index, we fail the request with an error. However, this check happens fairly late on in the process, and if the index request has generated dynamic updates that conflict with the existing mappings on the index then merge errors will get thrown instead. This is confusing to users, as it is not at all obvious why these conflicting mappings have been generated. This commit adds a check for valid types early in the indexing process, so that requests with invalid types will be failed with a more informative error message. Fixes #77411 09 September 2021, 13:59:49 UTC
08f8b80 [ML] Adding more logging for issue #76075 (#77453) (#77497) While investigating test failure #76075, it became evident that there is one completed bucket missing in the composite agg results. This commit adds logging to print out all the buckets (and their counts) whenever the finalized bucket count doesn't match up. Additionally, instead of using chunking, this simply adjusts the composite aggregation paging size. related: #76075 09 September 2021, 13:30:51 UTC
8d5f004 Extract the discovery node filter test for publish ips (#77486) (#77495) For `publish_ip` the ip address is extract from the transport address, not from the host address, hence `testNormalizesIPAddressFilters` fails if we picked `publish_ip` as the filter. Refs #77404 09 September 2021, 13:15:19 UTC
5457689 Update logout guide for OIDC (#61624) (#77484) Kibana has changed the routes for the `logged_out` page in latest releases and also now offers a login selector. This commit updates the OIDC guide to reflect that. Co-authored-by: Ioannis Kakavas <ioannis@elastic.co> 09 September 2021, 12:27:20 UTC
c624960 Match IPv6 addresses without compressed id from settings (#77404) (#77474) Make sure we normalize IPv6 addresses from the settings to the compressed form before we match them with node ips. Node IPv6 addresses are all represented with the scope id in the compressed form. Closes #72091 09 September 2021, 10:23:43 UTC
22d8615 Vector tile end point support for source param and (#77465) The API should support source params for the body of the requests. This commit adds yaml test for vector tile module so the api spec can be tested. 09 September 2021, 06:38:05 UTC
5c9c2d3 [DOCS] Clarify geoshape orientation docs (#75888) (#77446) Adds additional information about how Elasticsearch uses polygon orientation. Elasticsearch only uses a polygon's orientation to determine if it crosses the international dateline. If so, Elasticsearch splits the polygon at the dateline. Closes #74891 # Conflicts: # docs/reference/mapping/types/geo-shape.asciidoc 08 September 2021, 15:30:41 UTC
af63cc5 Clarify geoip database loader log message (#77391) (#77441) 08 September 2021, 15:06:36 UTC
24770ce [doc] Remove external herokuapp website link (#77405) (#77426) Backports the following commits to 7.15: [doc] Remove external herokuapp website link ([doc] Remove external herokuapp website link #77405) 08 September 2021, 12:56:40 UTC
afe5542 [DOCS] Fixes description of index_total property for GET Transforms stats API docs. (#77354) (#77402) 08 September 2021, 07:25:04 UTC
5130c9c Detecting when a deserialized Map is immutable before changing it in IndexDiskUsageStats (#77219) (#77390) This commit prevents errors that can happen if an empty fields map is serialized and deserialized in IndexDiskUsageStats. 07 September 2021, 23:15:34 UTC
3f9cd1e Restore public visibility of methods on RootObjectMapper (#77274) (#77379) Reset methods on RootObjectMapper to public for external use. 07 September 2021, 19:29:50 UTC
bca136b [DOCS] Add admon for legacy prefix tree mapping params (#76582) (#77369) If you specify a deprecated mapping parameter related to prefix trees, a `geo_shape` field will use prefix tree encoding. This adds a related admon to the top of the geoshape field docs page. This admon will help users avoid accidentally switching from the default BKD tree encoding. Closes #40266. 07 September 2021, 15:48:19 UTC
90e945d [DOCS] Fix default for `is_write_index` (#77006) (#77364) This updates the default for the `is_write_index` parameter of the aliases API and create alias API. The default behavior for `is_write_index` can vary based on: 1. Whether the alias is used for indices or data streams. 2. If an index alias, whether the alias points to multiple indices. Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: 诗心客 <ishixinke@qq.com> 07 September 2021, 15:35:08 UTC
7cece3a [7.15] [DOCS] Update anchor and add redirect for aliases (#77349) (#77356) * [DOCS] Update anchor and add redirect for aliases (#77349) PRs #73062 and #73043 repurposed the `alias` anchor for a new guide for index and data stream aliases. Previously, this anchor was used for our field alias documentation. Repurposing the anchor has caused continuity errors for users selecting different versions of the ES docs. It could also cause confusion for users with a `/current/` link to the `alias` page. This updates the anchor for the alias guide and adds a redirect page to disambiguate the `alias` anchor. It also fixes a bread crumb issue for redirects following the 'Modifying your Data' redirect page. Closes #77034. # Conflicts: # docs/reference/search/multi-search.asciidoc * [DOCS] Add anchor text to field alias redirect 07 September 2021, 15:03:26 UTC
back to top