https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
2b61680 [DOCS] Clarify copy_to behavior with strict dynamic mappings (#111408) (#111511) * [DOCS] Clarify copy_to behavior with strict dynamic mappings * Add id * De-verbosify * Delete pesky comma * More info about root and nest * Fixes per review, clarify non-recursive explanation * Skip tests for illustrative example * Fix example syntax * Fix typo 01 August 2024, 13:02:30 UTC
4e9137c (Doc+) Flush out Data Tiers (#107981) (#111074) I highly value the content on this [Data Tiers](https://www.elastic.co/guide/en/elasticsearch/reference/current/data-tiers.html) page. Thanks for writing it! In my experience, some users may become slightly confused by its golden nuggets due to its brevity. This PR attempts to flush out common questions while remaining concise. The main changes are in the first and second-to-last sections; however, I do attempt some heading restructuring to make the TOC idea-groupings more clear for easier scan-throughs. The specific clarifications I'd like to push in order of appearance: - There's content tier (for "data category" > "content" as we've dubbed it on the higher page) and the data temperature tiers (for time series). That the temperature tiers group together is technically not stated so users end up asking about when they'd go hot>warm vs content>warm, etc. I suspect this confusion is only because users come straight to this page instead of starting at the hierarchy-parent page so have linked up. - (Main) Frozen being accessed/searched "rarely" should imply, well rarely. I wrote 1% in the PR `[TIP]` guideline section as a discussion starting point. Frequently we see users not understanding either that they actually have been or that they shouldn't have ≥25% of all searches hitting frozen tier. This comes up because of architecture bugs (e.g. frozen indices with future timestamps) but also just happenstance (e.g. 01605242 where of searches they hit majority hot, ~5% cold, but then again hit 75% frozen). - There's a slew of "how do I check that?", "how do I change that (at creation/later)?", "what if I set it null?" questions we get about `_tier_preference` so just extended the existing section already about it. --------- Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com> 18 July 2024, 21:00:24 UTC
cd77673 Update known-issues for the features upgrade bug #111014 18 July 2024, 11:20:52 UTC
e37c652 Clarify synonyms docs (#110822) (#111011) 18 July 2024, 08:53:03 UTC
77b2183 Document how to query for a specific feature within rank_features (#110749) (#110777) 11 July 2024, 14:48:36 UTC
d57b8fc Fix search template examples by removing params on put (#110660) (#110704) 10 July 2024, 12:01:32 UTC
3537e0e [DOCS] Fix typo: though -> through (#110636) (#110648) (cherry picked from commit 1b6d44b55d68b9b2efc03b5894d10aafdf70837d) Co-authored-by: David Kyle <david.kyle@elastic.co> 09 July 2024, 15:37:20 UTC
17a0d8a Add known-issues for all affected releases for the feature upgrade issue (#110523) (#110577) 08 July 2024, 08:51:55 UTC
e6d918f Slightly adjust wording around potential savings mentioned in the description of the index.codec setting (#110468) (#110513) 05 July 2024, 10:34:53 UTC
fdbc742 Add some information about the impact of index.codec setting. (#110413) (#110465) 04 July 2024, 07:48:57 UTC
e39a67d Fix typo in get-inference docs (retrives -> retrieves) (#110320) (#110323) 01 July 2024, 08:49:23 UTC
a90dc48 Add some docs explaining filter performance and behavior for HNSW (#110108) (#110144) 25 June 2024, 17:32:08 UTC
8603b2e Fix Bulk Helpers link of Python (#108694) 19 June 2024, 15:52:49 UTC
c131d66 Revert "(+Doc) link split-brain wiki from quorom decision making (#108915) (#108924)" This reverts commit 5101f210204eef807e8bdcff07d0bc984136831f. 16 June 2024, 07:55:31 UTC
677324a [DOCS] Address local vs. remote storage + shard limits feedback (#109360) (#109689) (cherry picked from commit 900eb82c99ce435fa0604eb0ac2d42b843b37b18) 13 June 2024, 19:33:17 UTC
cb19975 [DOCS] Add azure storage secure settings while the node is running (#107163) (#109703) (cherry picked from commit 648c9cb05c3cd16d9cf280fabb49314fb7ec3a2d) 13 June 2024, 19:05:49 UTC
8ac763b [DOCS] Clarify behavior of the generic `data` node role (#106375) (#109690) (cherry picked from commit 82d7e4ec937a59620c535b18ae9e403ddfcc7525) 13 June 2024, 19:05:07 UTC
792224d [DOCS] Reinforce connection between rollover and index age (#108588) (#109694) (cherry picked from commit 9759823fe88cd4b1512b7525ccdf65cbc932939c) 13 June 2024, 19:04:40 UTC
43c4d69 change from string to array in example (#109263) (#109699) (cherry picked from commit d12a31830408e3c33da50e23cf8a82ecc81ff292) 13 June 2024, 19:04:26 UTC
4cd1c55 [DOCS] Add API example + diagrams to shard allocation awareness docs (#108390) (#109702) (cherry picked from commit 9d9f23ca96e03a53f0447a8564bdb0f9519e2df5) 13 June 2024, 19:04:05 UTC
700e5e4 [DOCS] Update tutorial to discourage editing managed ILM policies (#107074) (#109704) (cherry picked from commit ac5f5640e54f1188d26cabc5d291f81b145d4d4d) 13 June 2024, 19:03:52 UTC
66e1726 Docs: Fix available update by query operations (#109486) (#109536) Co-authored-by: Alexander Reelsen <alexander@reelsen.net> 10 June 2024, 14:25:11 UTC
b7df092 Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcDocCsvSpecIT test {docs.testFilterToday} #109399 05 June 2024, 16:10:12 UTC
e47dfc9 update package-security.asciidoc to include link to reset password (#109314) (#109387) Co-authored-by: Andrei Verdes <andrei.verdes.devops@gmail.com> 05 June 2024, 10:03:15 UTC
afa6d55 Fix sql JdbcDocCsvSpecIT test {docs.testFilterToday} failing (#109274) This commit fixes an SQL test that hardcodes expected results based on today's date. The docs.testFilterToday test needs to be updated since June 2 2024, because Anneke's hire-date of 1989-06-02 (35 years ago as of time of writing) affects the expected output. 04 June 2024, 08:46:52 UTC
d909e25 Mute org.elasticsearch.xpack.ml.integration.MlDistributedFailureIT testFullClusterRestart #108757 31 May 2024, 18:12:28 UTC
325ffa8 Fix problematic yaml 31 May 2024, 18:06:03 UTC
44ccdf9 Adjust index.mapping.dimension_fields.limit index setting default in docs. (#109091) (#109235) 31 May 2024, 09:15:53 UTC
2d5c8b5 Removing server from the version compatibility table (#109168) (#109180) * Removing server from the version compatibility table * fixed typo --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 30 May 2024, 09:45:07 UTC
789839f [8.13] Extend the Health API basic YAML tests (#108811) (#109110) * Extend the Health API basic YAML tests (#108811) The health node might not have received the health info from all nodes yet before the execution of this test, resulting in an "unknown" status. We make the status assertion more lenient to allow for this uncertainty. Additionally, we add some more assertions for the basic response structure of the other indicators. * Fix YAML syntax * Merge and bump Health API YAML tests (#109009) * Remove data stream checks due to missing module 29 May 2024, 07:09:50 UTC
17e0c98 Clarify that red/yellow health must be addressed (#109090) (#109120) We don't expect a cluster to run with `yellow` health for an extended period of time, but it's not clear from these docs that it's important to bring the cluster back to `green` health ASAP. This commit clarifies these docs. 28 May 2024, 16:08:07 UTC
6e802d7 [DOCS] updates transforms at scale doc with date rounding. (#109073) (#109075) 27 May 2024, 14:57:25 UTC
b0421f2 Add docs note for limits on synonyms (#108967) (#109038) 24 May 2024, 17:25:18 UTC
5101f21 (+Doc) link split-brain wiki from quorom decision making (#108915) (#108924) Mini change to link the [wiki page about "split-brain"](https://en.wikipedia.org/wiki/Split-brain_(computing)) as an industry-not-Elastic term under [Quorum-based decision making](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-quorums.html) 22 May 2024, 19:45:40 UTC
1da90d0 (+Doc) Link split-brain wiki (#108914) (#108922) Mini change to link the wiki page about "split-brain" as an industry-not-Elastic term under [Voting configurations](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-voting.html). 22 May 2024, 19:44:49 UTC
a54063c Exchange should wait for remote sinks (#108337) (#108430) (#108832) Today, we do not wait for remote sinks to stop before completing the main request. While this doesn't affect correctness, it's important that we do not spawn child requests after the parent request is completed. Closes #105859 20 May 2024, 18:40:24 UTC
cc16799 Relax block serialization assertion in 8.13 (#108748) In section 8.13, during serialization, we can enable compact forms for blocks/vectors. One of these is converting a single position vector into a constant vector. This change relaxes the assertion, allowing the constant property of a vector to change from false to true during serialization. Closes #108725 17 May 2024, 15:23:19 UTC
d053e25 Update searchable snapshot reliability docs (#108750) Relates https://github.com/elastic/elasticsearch/pull/108451 Co-authored-by: David Turner <david.turner@elastic.co> 17 May 2024, 13:37:26 UTC
1419302 Enable vector module in third party audit tasks in Java 23 (#108638) (#108647) 14 May 2024, 22:09:55 UTC
5a68e9e Upgrade Mockito dependency (#108637) (#108645) 14 May 2024, 21:51:05 UTC
c309c20 Add internalClusterTest for and fix leak in ExpandSearchPhase (#108562) (#108629) `ExpandSearchPhase` was leaking `SearchHits` when a pooled `SearchHits` that was read from the wire was added to an unpooled `SearchHit`. This commit makes the relevant `SearchHit` instances that need to be pooled so they released nested hits, pooled. This requires a couple of smaller adjustments in the codebase, mainly around error handling. 14 May 2024, 16:33:15 UTC
ef7130a [Connector API][Docs] List supported enum values for the list request (#108557) (#108566) 13 May 2024, 13:42:45 UTC
a9ea91f Document `transport.compress` trade-offs more clearly (#108458) Spells out explicitly that setting `transport.compress: true` may cost extra CPU. 13 May 2024, 10:47:55 UTC
d07497c Prune changelogs after 8.13.4 release 10 May 2024, 21:39:39 UTC
b01d7e1 Bump versions after 8.13.4 release 10 May 2024, 21:38:45 UTC
c83d70d Finalize release notes for v8.13.4 10 May 2024, 21:20:50 UTC
460850e Clarify docs on deleting searchable snapshots (#108451) (#108479) The word `cannot` implies Elasticsearch prevents you from doing these things, but it doesn't have this protection today (see #73947). This commit clarifies this by saying `must not` instead. Closes #108450 09 May 2024, 18:00:01 UTC
86c8b41 Mention alias filters don't apply for get-by-id in docs (#108433) (#108439) Resolves #3861 08 May 2024, 21:50:35 UTC
47e153f Add note about license to "Restore an Entire Cluster" docs (#87485) (#108436) 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 295fba33d888c612456857bac14c2ac06c97fd46) Co-authored-by: Rafi Estrada <62263912+TheRiffRafi@users.noreply.github.com> 08 May 2024, 21:23:07 UTC
e6799ef Refactor rolling upgrade tests to make it easier to customize (#108393) (#108420) # Conflicts: # qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/DownsampleIT.java # qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/HealthNodeUpgradeIT.java # qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/IgnoredMetaFieldRollingUpgradeIT.java # qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/ParameterizedRollingUpgradeTestCase.java # qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/VectorSearchIT.java # x-pack/plugin/inference/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/xpack/application/InferenceUpgradeTestCase.java 08 May 2024, 16:11:43 UTC
451ef96 Update docs for v8.13.4 release (#108373) 08 May 2024, 15:29:54 UTC
7f5bcaa [Bugfix] Connector API - fix status serialisation issue in termquery (#108365) (#108400) (cherry picked from commit 4d9c2df47e4eb35e11dc93661d073b706f832127) # Conflicts: # x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/application/connector/syncjob/ConnectorSyncJobIndexService.java 08 May 2024, 08:29:11 UTC
da95df1 Fix BlockHash DirectEncoder (#108283) (#108329) The DirectEncoder currently returns the incorrect value for the positionCount() method, which should be the number of positions ready in the current batch. We need to keep track of whether a position is loaded via encodeNextBatch() and consumed via the read() method. However, we can always return 1 for positionCount(), indicating that one position is already loaded. Our tests failed to catch this because mv_ordering wasn't enabled when generating test blocks, effectively disabling the DirectEncoders. Closes #108268 06 May 2024, 16:54:58 UTC
a928c58 Fix random limit in AsyncOperatorTests (#108289) (#108323) Adjust the lower bound to include the case where the number of positions is zero. Closes #107847 06 May 2024, 15:39:59 UTC
9094f79 Ensure necessary security context for s3 bulk deletions (#108280) (#108299) This PR moves the doPrivileged wrapper closer to the actual deletion request to ensure the necesary security context is established at all times. Also added a new repository setting to configure max size for s3 deleteObjects request. Fixes: #108049 (cherry picked from commit bcf4297e89b6541767667e89589db273848c0255) # Conflicts: # docs/reference/snapshot-restore/repository-s3.asciidoc # modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3BlobStore.java 06 May 2024, 11:34:57 UTC
a337e2e [DOCS] Documents param for Health API. (#108296) (#108303) 06 May 2024, 10:46:10 UTC
86c5fcd Fix typo in the file descriptors docs (#108284) Changed "that JVM" to "the JVM" 06 May 2024, 07:28:17 UTC
f86e93c Fix tsdb codec when doc-values spread in two blocks (#108276) (#108282) Currently, loading ordinals multiple times (after advanceExact) for documents with values spread across multiple blocks in the TSDB codec will fail due to the absence of re-seeking for the ordinals block. Doc-values of a document can spread across multiple blocks in two cases: when it has more than 128 values or when it exceeds the remaining space in the current block. 04 May 2024, 21:49:52 UTC
0fe59ca Backport serialization fixes to 8.13 (#108250) Backport of #107862 to 8.13 03 May 2024, 15:59:01 UTC
6fa97e6 Bump versions after 7.17.21 release 03 May 2024, 15:39:48 UTC
8bf33a4 Finalize release notes for v8.13.3 03 May 2024, 15:21:13 UTC
72a54c0 Prune changelogs after 8.13.3 release 03 May 2024, 15:13:01 UTC
fc62674 Bump versions after 8.13.3 release 03 May 2024, 15:12:16 UTC
c62df16 Fix Bucket ordering for partial reduction in date histogram and histogram aggregation (#108184) #105359. we changed the bucket ordering for partial reduces which causes issues when the output is shared with a node running on an older version. This commit reorders the output to the expected order for previous versions. 03 May 2024, 12:31:54 UTC
fe8cb9f [Doc+] Add Secure Connection to Setup CCR Tutorial (#103237) (#108231) 03 May 2024, 07:35:44 UTC
34c9793 Docs: Update known issue (#108211) (#108214) Updates the known issue for #108181 to include that this can happen during a rolling restart. 02 May 2024, 17:35:54 UTC
fe09cc4 [ci] Add elastic-agent to Windows jobs (#108157) (#108198) (cherry picked from commit 164bac0654473d681035cf13b42a6edcff4853a4) 02 May 2024, 14:58:15 UTC
699aece Update docs for v8.13.3 release (#108028) 02 May 2024, 13:44:39 UTC
33db2db Add known issue for CCS duplicated buckets (#108182) (#108186) 02 May 2024, 12:01:48 UTC
f8e6104 [ci] Move BWC to spot instances, shrink packaging-test-unix instances (#108111) (#108166) 01 May 2024, 21:52:38 UTC
2b8a131 Add documentation around migration from rollup to downsampling (#107965) (#108124) (#108140) This change also updated the deprecation warning on all rollup pages from Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead. to Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead.. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> 01 May 2024, 13:00:00 UTC
eb353cf Simplify tsds getting started (#108090) (#108136) * By only using index templates. * Removing the usage and mentioning of index.routing_path index setting. 01 May 2024, 12:57:45 UTC
37d18e3 Mute SearchTransportTelemetryTests testSearchTransportMetricsDfsQueryThenFetch (#107942) (#108142) 01 May 2024, 12:48:17 UTC
9c38a7f Move muted tests file and allow for additional files to be configured (#107916) (#108034) 30 April 2024, 18:55:03 UTC
14370f6 Adding docs about scaled_float saturation with long values (#107966) (#108081) 30 April 2024, 12:52:55 UTC
617f7b7 [ci] Move multi-node tests from check part2 to part5 (#107553) (#108027) (cherry picked from commit 7eae95620b41c8c42a647b059b096703b4d510f4) 29 April 2024, 17:35:53 UTC
28e54f6 Revert "[Transform] Allow transforms to use PIT with remote clusters … (#107970) This reverts commit 9b584aa1f2c48ee808b3edce2a9f6c085e714489. 29 April 2024, 11:39:59 UTC
585fae3 [ci] Shrink platform-support Windows instances (#107912) (#107926) (cherry picked from commit ed81cb59f80c9d767c12c2eec5809faadc1ecba2) 25 April 2024, 20:58:42 UTC
bc676f3 [Test] Fix AsyncSearchResponse resource leak in security tests (#107809) (#107819) Closes #107759 24 April 2024, 09:31:25 UTC
b9f277e Fix minimized_round_trips in lookup runtime fields (#107785) (#107801) Today, we have disabled ccs_minimized_round_trips for lookup requests, under the assumption that cross-cluster lookups occur when ccs_minimized_round_trips is disabled in the main search request. However, this assumption does not hold true for cases where the search is local but the lookup happens remotely. 24 April 2024, 00:40:38 UTC
b5b26b2 Reintroduce Java 22 testing to the matrix 23 April 2024, 15:00:40 UTC
a5f3f0a [ci] Add Buildkite metrics/logs links to buildscans (#107719) (#107727) (cherry picked from commit 1100689b502f1196d05a189bc76dd0f92c78be15) 22 April 2024, 21:37:59 UTC
eb56b0d Fix line break in "The QUICK brown foxes jumped over the dog!" (#107718) (#107731) Preformatted strings preserve line breaks, but no line break was intended here. Co-authored-by: 草原狼 <20969793+coyoteXujie@users.noreply.github.com> 22 April 2024, 21:08:26 UTC
1d3d321 Fix up hot threads timeout docs (#107692) The hot threads API does not support a `?master_timeout` parameter, and the `?timeout` parameter is not an ack timeout and defaults to an infinite wait. This commit fixes the incorrect docs. 22 April 2024, 13:48:11 UTC
5f9392a SQL: Fix JdbcPreparedStatementIT.testDatetimeWithNanos (#107629) (#107686) Fixes #105677 22 April 2024, 12:18:11 UTC
bc7468c Fails 3/10000 times, so we're slightly less restrictive with numerical errors (#107679) (#107683) Fixes #106126 22 April 2024, 11:39:35 UTC
c6b0990 [ci] Add checkPart4 to missing locations (#107552) (#107587) (cherry picked from commit 91d3bb026fa8272bb847e84f85cc18f6f93ebc2a) 18 April 2024, 18:38:16 UTC
933c61f Muted test automation (#106784) (#107637) # Conflicts: # build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchJavaBasePlugin.java # build-tools/src/testFixtures/groovy/org/elasticsearch/gradle/fixtures/AbstractGradleFuncTest.groovy Co-authored-by: Brian Seeders <brian.seeders@elastic.co> 18 April 2024, 18:25:02 UTC
1375558 SQL: Limit how much space some string functions can use (#107333) (#107621) 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. 18 April 2024, 15:10:43 UTC
1d52dcc Add links to repo troubleshooting sub-pages (#107604) (#107610) Since #104614 the top-level repo troubleshooting page is just a short paragraph which talks about "this page" but in fact refers to information spread across a number of subsequent pages. It's not obvious to the reader that they need to use the navigation menu to get to the information they seek. Moreover we link to this page from an exception message today so there's a reasonable chance that users will find it when trying to troubleshoot a genuine problem. This commit rewords things slightly and adds links to the subsequent pages to the body of the page to avoid this confusion. 18 April 2024, 11:48:59 UTC
ecb06ef ESQL: Fix missing refs due to pruning renamed grouping columns (#107328) (#107599) Sometimes, CombineProjections does not correctly update an aggregation's groupings when combining with a preceding projection. Fix this by resolving any aliases used in the groupings and de-duplicating them. --------- Co-authored-by: Andrei Stefan <astefan@users.noreply.github.com> (cherry picked from commit adaa4763f3583ea32716a7d9066e347260e15ca4) # Conflicts: # x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec # x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java 18 April 2024, 09:03:51 UTC
8de6451 Fix typo in text_expansion query docs example (#107572) (#107585) * Fix typo in docs example * fix indentation 17 April 2024, 19:02:25 UTC
b5fea97 [8.13] GET /_all should return hidden indices with visible aliases (#106975) (#107441) GET /_all should return hidden indices if they are accessible through a visible alias. This is currently the behavior when resolution occurs in the security layer. This changes adds this behavior to name resolution when security is not used. (cherry picked from da8151023fe6fa672184fde30b062a0a949d59d3) 17 April 2024, 14:18:42 UTC
8c36f08 Improve EarlyDeprecationindexingIT test reliability backport(#105696) #107540 this test intends to test the bulkProcessor2's request consumer (see DeprecationIndexingComponent#getBulkProcessor) scheduling requests before the startup is completed (flush is enabled). To verify this behaviour the flush has to happen before the templates are loaded. To test this reliably the flush interval in the test should be as small as possible (not hardcoded 5s as of now) This commit introduces a setting (not meant to be exposed/documented) to allow for the flush interval to be configured. It also adds additional trace logging to help with troubleshooting. relates #104716 16 April 2024, 16:18:46 UTC
46b4a73 Add note about random sampler consistency (#107479) (#107530) 16 April 2024, 12:53:41 UTC
3b02039 Handle exceptions thrown by HTTP header validation (#107355) (#107454) Today if the HTTP header validation throws an exception (rather than calling `listener.onFailure()`) then we treat this as a server-side error, record it in the logs, and close the connection abruptly without sending a response. In practice such an exception is more likely a client-side error, so with this commit we catch it and marshal it back to the client instead. Closes #107338 15 April 2024, 10:10:29 UTC
1657ddd Percolator named queries: rewrite for matched info (#107432) (#107442) PR #103084 introduced an ability to return matched_queries during percolate process for all percolator queries containing `_name` field. But there was a bug with complex queries, as they were not rewritten before obraining their Weight function. This fixes the bug by ensuring all queries are first rewritten. Backfort for #107432 Closes #107176 12 April 2024, 20:42:48 UTC
a561885 [ci] Use just filename for artifact upload and exclude the build dir prefix (#106844) (#107368) (cherry picked from commit 90af8b5f4f917904bd85ee3e84c6e81c15599a21) 12 April 2024, 20:33:30 UTC
cb33b9d ESQL: Fix version test failure on non-SNAPSHOT builds (#107138) (#107365) Test the snapshot ESQL version separately and take the current build into account. (cherry picked from commit ad77d32271dc77860b84ed38507b6903dde24f56) 11 April 2024, 15:43:56 UTC
0ac7f25 Fix for SearchServiceTests#testWaitOnRefreshFailsIfCheckpointNotIndexed - increasing timeout for randomly failing test (#107261) 11 April 2024, 08:31:41 UTC
back to top