-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix references to logsdb index mode in release highlights #1
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23f4834 - Browse repository at this point
Copy the full SHA 23f4834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0da32 - Browse repository at this point
Copy the full SHA 4f0da32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9033b - Browse repository at this point
Copy the full SHA 9e9033bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e666865 - Browse repository at this point
Copy the full SHA e666865View commit details -
Fix esql enrich memory leak (elastic#109275) (elastic#110450) (elasti…
…c#110492) This PR was reviewed in elastic#109275 Block and Vector use a non-thread-safe RefCounted. Threads that increase or decrease the references must have a happen-before relationship. However, this order is not guaranteed in the enrich lookup for the reference of selectedPositions. The driver can complete the MergePositionsOperator, which decreases the reference count of selectedPositions, while the finally block may also decrease it in a separate thread. These actions occur without a defined happen-before relationship. Closes elastic#108532
Configuration menu - View commit details
-
Copy full SHA for 04e533b - Browse repository at this point
Copy the full SHA 04e533bView commit details
Commits on Jul 5, 2024
-
DOCS Query Roles (elastic#110473) (elastic#110499)
These are the docs changes in relation to elastic#108733
Configuration menu - View commit details
-
Copy full SHA for fe324d5 - Browse repository at this point
Copy the full SHA fe324d5View commit details -
Slightly adjust wording around potential savings mentioned in the des…
…cription of the index.codec setting (elastic#110468) (elastic#110515)
Configuration menu - View commit details
-
Copy full SHA for f6a888c - Browse repository at this point
Copy the full SHA f6a888cView commit details -
Always write empty role descriptor fields to index (elastic#110424) (e…
…lastic#110498) * Always write empty role descriptor fields to index
Configuration menu - View commit details
-
Copy full SHA for c7d3224 - Browse repository at this point
Copy the full SHA c7d3224View commit details -
Add audit logging for bulk role APIs (elastic#110410) (elastic#110519)
* Add audit logging for bulk put role
Configuration menu - View commit details
-
Copy full SHA for 6e628de - Browse repository at this point
Copy the full SHA 6e628deView commit details -
[8.15][DOCS] Adds references of 8.14.2 release notes file to release …
…notes index. (elastic#110522)
Configuration menu - View commit details
-
Copy full SHA for 077b94e - Browse repository at this point
Copy the full SHA 077b94eView commit details -
Fix bit vector tests (elastic#110521) (elastic#110525)
Bit vector tests were failing in cases where an index has more than 1 shards. For error cases when we expected a failure of the whole request, shards with empty documents returned success and the whoel request unexpectedly returned 200. Ensuring that index contains only 1 shard fixes these failures. Closes elastic#110290, elastic#110291
Configuration menu - View commit details
-
Copy full SHA for 3f2c81e - Browse repository at this point
Copy the full SHA 3f2c81eView commit details -
Fix node tests for ToPartial (elastic#110448) (elastic#110531)
This change makes the three-parameter constructor of ToPartial public so that EsqlNodeSubclassTests can pick it up properly. Closes elastic#110310
Configuration menu - View commit details
-
Copy full SHA for 779a5f0 - Browse repository at this point
Copy the full SHA 779a5f0View commit details -
Deprecate using slm privileges to access ilm (elastic#110540) (elasti…
…c#110550) Currently, read_slm privilege grants access to get the ILM status, and manage_slm grants access to start/stop ILM. This access will be removed in the future, but needs to be deprecated before removal. Add deprecation warning to the read_slm and manage_slm docs.
Configuration menu - View commit details
-
Copy full SHA for 6e99d5d - Browse repository at this point
Copy the full SHA 6e99d5dView commit details -
[Inference API] Add Amazon Bedrock support to Inference API (elastic#…
…110248) (elastic#110545) * Initial commit; setup Gradle; start service * initial commit * minor cleanups, builds green; needs tests * bug fixes; tested working embeddings & completion * use custom json builder for embeddings request * Ensure auto-close; fix forbidden API * start of adding unit tests; abstraction layers * adding additional tests; cleanups * add requests unit tests * all tests created * fix cohere embeddings response * fix cohere embeddings response * fix lint * better test coverage for secrets; inference client * update thread-safe syncs; make dims/tokens + int * add tests for dims and max tokens positive integer * use requireNonNull;override settings type;cleanups * use r/w lock for client cache * remove client reference counting * update locking in cache; client errors; noop doc * remove extra block in internalGetOrCreateClient * remove duplicate dependencies; cleanup * add fxn to get default embeddings similarity * use async calls to Amazon Bedrock; cleanups * use Clock in cache; simplify locking; cleanups * cleanups around executor; remove some instanceof * cleanups; use EmbeddingRequestChunker * move max chunk size to constants * oof - swapped transport vers w/ master node req * use XContent instead of Jackson JsonFactory * remove gradle versions; do not allow dimensions
Configuration menu - View commit details
-
Copy full SHA for e24b0c9 - Browse repository at this point
Copy the full SHA e24b0c9View commit details
Commits on Jul 6, 2024
-
Introduce compute listener (elastic#110400) (elastic#110555)
Currently, if a child request fails, we automatically trigger cancellation for ES|QL requests. This can result in TaskCancelledException being collected by the RefCountingListener first, which then returns that exception to the caller. For example, if we encounter a CircuitBreakingException (429), we might incorrectly return a TaskCancelledException (400) instead. This change introduces the ComputeListener, a variant of RefCountingListener, which selects the most appropriate exception to return to the caller. I also integrated the following features into ComputeListener to simplify ComputeService: - Automatic cancellation of sub-tasks on failure. - Collection of profiles from sub-tasks. - Collection of response headers from sub-tasks.
Configuration menu - View commit details
-
Copy full SHA for 6b18568 - Browse repository at this point
Copy the full SHA 6b18568View commit details
Commits on Jul 7, 2024
-
Adjust cancellation message in task tests (elastic#110546) (elastic#1…
…10567) Adding `parent task was cancelled [test cancel]` to the list of allowed cancellation messages.
Configuration menu - View commit details
-
Copy full SHA for 088fabe - Browse repository at this point
Copy the full SHA 088fabeView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b51ff6 - Browse repository at this point
Copy the full SHA 7b51ff6View commit details -
Add known-issues for all affected releases for the feature upgrade is…
…sue (elastic#110523) (elastic#110575)
Configuration menu - View commit details
-
Copy full SHA for 9cbb8be - Browse repository at this point
Copy the full SHA 9cbb8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e961f0b - Browse repository at this point
Copy the full SHA e961f0bView commit details -
Fix ExactKnnQueryBuilderTests testToQuery (elastic#110357) (elastic#1…
…10589) (elastic#110608) closes elastic#110357 With the loosening of what is considered a unit vector, we need to ensure we only normalize for equality checking if the query vector is indeed not a unit vector. (cherry picked from commit fd790ff)
Configuration menu - View commit details
-
Copy full SHA for d0859d5 - Browse repository at this point
Copy the full SHA d0859d5View commit details
Commits on Jul 9, 2024
-
Fix BWC for compute listener (elastic#110615) (elastic#110617)
ComputeResponse from old nodes may have a null value instead of an empty list for profiles. Relates elastic#110400 Closes elastic#110591
Configuration menu - View commit details
-
Copy full SHA for 41c662d - Browse repository at this point
Copy the full SHA 41c662dView commit details -
Fix translate metrics without rate (elastic#110614) (elastic#110621)
Currently, we incorrectly remove the `@timestamp` attribute from the EsRelation when translating metric aggregates.
Configuration menu - View commit details
-
Copy full SHA for c23f124 - Browse repository at this point
Copy the full SHA c23f124View commit details -
[CI] Temporally increase disk space for DRA build jobs (elastic#110601)…
… (elastic#110622) (cherry picked from commit fbcde9c)
Configuration menu - View commit details
-
Copy full SHA for ecf77bf - Browse repository at this point
Copy the full SHA ecf77bfView commit details -
[ML] Fixes processing chunked results in AWS Bedrock service (elastic…
…#110592) (elastic#110624) Fixes error using the Amazon Bedrock service with a large input that was chunked.
Configuration menu - View commit details
-
Copy full SHA for 0f98f30 - Browse repository at this point
Copy the full SHA 0f98f30View commit details -
Implement xorBitCount in Elasticsearch (elastic#110599) (elastic#110626)
Backport of: * elastic#110599
Configuration menu - View commit details
-
Copy full SHA for a90ca3f - Browse repository at this point
Copy the full SHA a90ca3fView commit details -
Fix flaky test elastic#109978 (elastic#110245) (elastic#110634)
CCS tests could split the vectors over any number of shards. Through empirical testing, I determined this commits values work to provide the expected order, even if they are not all part of the same shard. quantization can have weird behaviors when there are uniform values, just like this test does. closes elastic#109978 (cherry picked from commit 9dbe97b)
Configuration menu - View commit details
-
Copy full SHA for b46807f - Browse repository at this point
Copy the full SHA b46807fView commit details -
ESQL: Fix Max not working with negative or zero doubles (elastic#110635)
Partial backport from elastic#110586 Just the Max fix and an extra test for it.
Configuration menu - View commit details
-
Copy full SHA for 48cbdbf - Browse repository at this point
Copy the full SHA 48cbdbfView commit details -
[DOCS] Fix typo: though -> through (elastic#110636) (elastic#110644)
(cherry picked from commit 1b6d44b) Co-authored-by: David Kyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4fdb30 - Browse repository at this point
Copy the full SHA f4fdb30View commit details -
Remove dep com.nimbusds:nimbus-jose-jwt from module org.elasticsearch…
….xcore (elastic#110565) (elastic#110642) The types from com.nimbusds.jwt are almost not needed in x-pack/plugin/core. They're only needed in module org.elasticsearch.security, x-pack:plugin:security project.
Configuration menu - View commit details
-
Copy full SHA for 2a6ad97 - Browse repository at this point
Copy the full SHA 2a6ad97View commit details -
Remove Windows BWC pull request pipeline (elastic#110664) (elastic#11…
…0670) We've already removed Windows-specific BWC jobs in our periodic pipelines. They shouldn't behave differently and are very prone to timeouts so let's just remove them from pull requests when the `test-windows` label is added.
Configuration menu - View commit details
-
Copy full SHA for 74a7070 - Browse repository at this point
Copy the full SHA 74a7070View commit details -
Do not run TickerScheduleTriggerEngine watches if the schedule trigge…
…r engine is paused (elastic#110061) (elastic#110674)
Configuration menu - View commit details
-
Copy full SHA for 06cfe31 - Browse repository at this point
Copy the full SHA 06cfe31View commit details -
Adding a unit test for GeoIpDownloader.cleanDatabases (elastic#110650) (
elastic#110675) Co-authored-by: Joe Gallo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18aab96 - Browse repository at this point
Copy the full SHA 18aab96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6833aa0 - Browse repository at this point
Copy the full SHA 6833aa0View commit details
Commits on Jul 10, 2024
-
Remove
default_field: message
from metrics index templates (elastic……#110651) (elastic#110683) This is a follow-up from elastic#102456
Configuration menu - View commit details
-
Copy full SHA for 77392d6 - Browse repository at this point
Copy the full SHA 77392d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fbe8e - Browse repository at this point
Copy the full SHA b8fbe8eView commit details -
Backport: Updating ESSingleNodeTestCase to ensure that all free_conte…
…xt actions have been consumed before tearDown (elastic#110685)
Configuration menu - View commit details
-
Copy full SHA for a3b06b0 - Browse repository at this point
Copy the full SHA a3b06b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e7a30 - Browse repository at this point
Copy the full SHA 58e7a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb62fe - Browse repository at this point
Copy the full SHA 5fb62feView commit details -
Ensure correct runtime Java is used when it matches build Java (elast…
…ic#110730) (elastic#110731) Ensures that the value provided by the `runtime.java` system property, or `RUNTIME_JAVA_HOME` environment variable is respected, even when it is the same as the current `JAVA_HOME`. The previous logic had `isRuntimeJavaHomeSet` return `false` when the "requested" Java was the same as the current one. This isn't strictly correct, as the behavior when Java home is unset is to use the bundled JDK. The result was that passing `-Druntime.java=17` when the Gradle daemon was also using Java 17 was to execute tests with the bundled JDK, which could be something entirely different.
Configuration menu - View commit details
-
Copy full SHA for 548d7d0 - Browse repository at this point
Copy the full SHA 548d7d0View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eaa85b2 - Browse repository at this point
Copy the full SHA eaa85b2View commit details -
Aggs: Scripted metric allow list docs (elastic#109635) (elastic#110750)
* Document new settings * Mention agg allow list in scripting security doc
Configuration menu - View commit details
-
Copy full SHA for e2ee114 - Browse repository at this point
Copy the full SHA e2ee114View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcbc230 - Browse repository at this point
Copy the full SHA dcbc230View commit details -
Configuration menu - View commit details
-
Copy full SHA for c683f6c - Browse repository at this point
Copy the full SHA c683f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 110293c - Browse repository at this point
Copy the full SHA 110293cView commit details -
Fix issue with returning incomplete fragment for plain highlighter. (e…
…lastic#110707) (elastic#110756) * Fix issue with noMatchSize for plain highlighter * Update docs/changelog/110707.yaml
Configuration menu - View commit details
-
Copy full SHA for 3ed5cd7 - Browse repository at this point
Copy the full SHA 3ed5cd7View commit details -
(Doc+) Include cluster.blocks.* default settings (elastic#110560) (el…
…astic#110760) 👋 howdy, team! Mini doc update to include default settings for `cluster.blocks.*` settings.
Configuration menu - View commit details
-
Copy full SHA for 525c5d2 - Browse repository at this point
Copy the full SHA 525c5d2View commit details -
[CI] Do not cache any es distros when creating ci images (elastic#110742
) (elastic#110745) (cherry picked from commit 816cedc) # Conflicts: # qa/packaging/build.gradle
Configuration menu - View commit details
-
Copy full SHA for 5bce26c - Browse repository at this point
Copy the full SHA 5bce26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d030f - Browse repository at this point
Copy the full SHA 94d030fView commit details -
[ESQL] Fix parsing of large magnitude negative numbers (elastic#110665)…
… (elastic#110758) Resolves elastic#104323 This fixes and adds tests for the first of the two bullets in the linked issue. `ExpressionBuilder#visitIntegerValue` will attempt to parse a string as an integral value, and return a Literal of the appropriate type. The actual parsing happens in `StringUtils#parseIntegral`. That function has special handling for values that are larger than `Long.MAX_VALUE` where it attempts to turn them into unsigned longs, and if the number is still out of range, throw `InvalidArgumentException`. `ExpressionBuilder` catches that `InvalidArgumentException` and tries to parse a `double` instead. If, on the other hand, the value is smaller than `Long.MIN_VALUE`, `StringUtils` never enters the unsigned long path and just calls `intValueExact`, which throws `ArithmeticException`. This PR solves the issue by catching that `ArithmeticException` and rethrowing it as an `InvalidArgumentException`.
Configuration menu - View commit details
-
Copy full SHA for 0ee975b - Browse repository at this point
Copy the full SHA 0ee975bView commit details -
Search coordinator uses event.ingested in cluster state to do rewrites (
elastic#110352) (elastic#110782) Min/max range for the event.ingested timestamp field (part of Elastic Common Schema) was added to IndexMetadata in cluster state for searchable snapshots in elastic#106252. This commit modifies the search coordinator to rewrite searches to MatchNone if the query searches a range of event.ingested that, from the min/max range in cluster state, is known to not overlap. This is the same behavior we currently have for the @timestamp field.
Configuration menu - View commit details
-
Copy full SHA for 9092394 - Browse repository at this point
Copy the full SHA 9092394View commit details
Commits on Jul 12, 2024
-
[Gradle] Replace deprecated build scan api usage (elastic#110783) (el…
…astic#110812) We updated to use develocity plugin a while ago but still used a deprecated api in the build complete logic we have running on ci
Configuration menu - View commit details
-
Copy full SHA for 1955f16 - Browse repository at this point
Copy the full SHA 1955f16View commit details -
[Inference API] Add Docs for Amazon Bedrock Support for the Inference…
… API (elastic#110594) (elastic#110832) * Add Amazon Bedrock Inference API to docs * fix example errors * update semantic search tutorial; add changelog * fix typo * fix error; accept suggestions
Configuration menu - View commit details
-
Copy full SHA for 9a3e52d - Browse repository at this point
Copy the full SHA 9a3e52dView commit details -
Ignore configs from DistributionDownload plugin and bwc for resolveAl…
…lDependencies (elastic#110828) (elastic#110834)
Configuration menu - View commit details
-
Copy full SHA for 7ee9a24 - Browse repository at this point
Copy the full SHA 7ee9a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66bb22 - Browse repository at this point
Copy the full SHA e66bb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 223647f - Browse repository at this point
Copy the full SHA 223647fView commit details
Commits on Jul 15, 2024
-
[DOCS] Add note about ML model 502 timeout when using `Create inferen…
…ce API` (elastic#110835) (elastic#110865) * [DOCS] Add note about ml model 502 timeout * Add note to API ref
Configuration menu - View commit details
-
Copy full SHA for 10397de - Browse repository at this point
Copy the full SHA 10397deView commit details -
Do not write dangling indices in a test (elastic#110867) (elastic#110869
) So that the only expected disk write at the point of the assertion is from the bulk request. And not from the asynchronous runnable of updateDanglingIndicesInfo(). Fixes elastic#110551
Configuration menu - View commit details
-
Copy full SHA for 0fbde2c - Browse repository at this point
Copy the full SHA 0fbde2cView commit details -
ES|QL: better validation for GROK patterns (elastic#110574) (elastic#…
…110682) Co-authored-by: Elastic Machine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c12360 - Browse repository at this point
Copy the full SHA 6c12360View commit details -
[Backport] 110824 to 8.15 (elastic#110843)
* [ESQL] Count_distinct(_source) should return a 400 (elastic#110824) Resolves [elastic#105240](elastic#105240) Count_distinct doesn't work on source, but the type resolution was allowing that through. This resulted in a 500 layer deeper in the aggregations code. This PR fixes the 500 error by correctly failing during type resolution. * Even hand-backporting, I messed up the capabilities file * one more
Configuration menu - View commit details
-
Copy full SHA for d5085ac - Browse repository at this point
Copy the full SHA d5085acView commit details -
Revert "Search coordinator uses event.ingested in cluster state to do…
… rewrites (elastic#110352) (elastic#110782)" (elastic#110883) This reverts commit 9092394.
Configuration menu - View commit details
-
Copy full SHA for eb36da8 - Browse repository at this point
Copy the full SHA eb36da8View commit details -
Add runtime classpath as input to ThirdPartyAuditTask (elastic#110882) (
elastic#110889) The runtime classpath of `ThirdPartyAuditTask` was not being tracked as an input which can cause issues with task output caching and build avoidance.
Configuration menu - View commit details
-
Copy full SHA for d07beca - Browse repository at this point
Copy the full SHA d07becaView commit details -
Fix native preallocate to actually run (elastic#110851)
Native preallocation has several issues, introduced in a refactoring for 8.13. First, the native allocator is never even tried, it always decides to fall back to the Java setLength method. Second, the stat method did not work correctly on all systems, see elastic#110807. This commit fixes native preallocate to properly execute on Linux, as well as MacOS. It also adds direct tests of preallocation. Note that this is meant as a bugfix for 8.15, so as minimal a change as possible is made here. The code has completely changed in main. Some things like the new test and fixes for macos will be forward ported to main, but I did not want to make larger changes in a bugfix.
Configuration menu - View commit details
-
Copy full SHA for 07c35b1 - Browse repository at this point
Copy the full SHA 07c35b1View commit details
Commits on Jul 16, 2024
-
Backport bugfixes for union-types to 8.15 (elastic#110872)
* Fix bug in union-types with type-casting in grouping key of STATS (elastic#110476) * Allow auto-generated type-cast fields in CsvTests This allows, for example, a csv-spec test result header like `client_ip::ip:ip`, which is generated with a command like `STATS count=count(*) BY client_ip::ip` It is also a small cleanup of the header parsing code, since it was using Strings.split() in an odd way. * Fix bug in union-types with type-casting in grouping key of STATS * Update docs/changelog/110476.yaml * Added casting_operator required capability Using the new `::` syntax requires disabling support for older versions in multi-cluster tests. * Added more tests for inline stats over long/datetime * Trying to fix the STATS...STATS bug This makes two changes: * Keeps the Alias in the aggs.aggregates from the grouping key, so that ReplaceStatsNestedExpressionWithEval still works * Adds explicit support for union-types conversion at grouping key loading in the ordinalGroupingOperatorFactory Neither fix the particular edge case, but do seem correct * Added EsqlCapability for this change So that mixed cluster tests don't fail these new queries. * Fix InsertFieldExtract for union types Union types require a FieldExtractExec to be performed first thing at the bottom of local physical plans. In queries like ``` from testidx* | eval x = to_string(client_ip) | stats c = count(*) by x | keep c ``` The `stats` has the grouping `x` but the aggregates get pruned to just `c`. In cases like this, we did not insert a FieldExtractExec, which this fixes. * Revert query that previously failed With Alex's fix, this query now passes. * Revert integration of union-types to ordinals aggregator This is because we have not found a test case that actually demonstrates this is necessary. * More tests that would fail without the latest fix * Correct code style * Fix failing case when aggregating on union-type with invalid grouping key * Capabilities restrictions on the new YML tests * Update docs/changelog/110476.yaml --------- Co-authored-by: Alexander Spies <[email protected]> * An alternative approach to supporting union-types on stats grouping field (elastic#110600) * Added union-types field extration to ordinals aggregation * Revert previous approach to getting union-types working in aggregations Where the grouping field is erased by later commands, like a subsequent stats. Instead we include union-type supports in the ordinals aggregation and mark the block loader as not supporting ordinals. * Fix union-types when aggregating on inline conversion function (elastic#110652) A query like: ``` FROM sample_data, sample_data_str | STATS count=count(*) BY client_ip = TO_IP(client_ip) | SORT count DESC, client_ip ASC | KEEP count, client_ip ``` Failed due to unresolved aggregates from the union-type in the grouping key * Fix for union-types for multiple columns with the same name (elastic#110793) * Make union types use unique attribute names * Cleanup leftover * Added failing test and final fix to EsRelation * Implement FieldAttribute.fieldName() * Fix tests * Refactor * Do not ignore union typed field's parent * Fix important typo D'oh * Mute unrelated (part of) test * Move capability to better location * Fix analyzer tests * multi-node tests with an earlier version of union-types (before this change) fail * Add capability to remaining failing tests * Remove variable * Add more complex test * Consolidate union type cleanup rules * Add 3 more required_capability's to make CI happy * Update caps for union type subfield yaml tests * Update docs/changelog/110793.yaml * Refined changelog text * Mute BWC for 8.15.0 for failing YAML tests * union_types_remove_fields for all 160_union_types tests The tests fail spordically, so safer to mute the entire suite. --------- Co-authored-by: Alexander Spies <[email protected]> --------- Co-authored-by: Alexander Spies <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e946fa8 - Browse repository at this point
Copy the full SHA e946fa8View commit details -
(Doc+) Error "number of documents in the index can't exceed" (elastic…
…#110449) (elastic#110910) * (Doc+) Error "number of documents in the index can't exceed" 👋 howdy, team! This adds resolution outline for error ... which induces ongoing, lowkey support ``` Number of documents in the index can't exceed [2147483519] ``` * feedback * feedback * feedback * feedback * feedback * Test change to address docs check failure * Revert test change * Test docs check --------- Co-authored-by: David Turner <[email protected]> Co-authored-by: Liam Thompson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 016360a - Browse repository at this point
Copy the full SHA 016360aView commit details -
Union types documentation (elastic#110183) (elastic#110912)
* Union types documentation * Try remove asciidoc error * Another attempt * Using literal block * Nicer formatting * Remove partintro * Small refinements * Edits for clarity and style --------- Co-authored-by: Marci W <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 033c92e - Browse repository at this point
Copy the full SHA 033c92eView commit details -
Improve MAX_DOCS troubleshooting docs (elastic#110920)
Backports the docs changes from elastic#110911
Configuration menu - View commit details
-
Copy full SHA for 281d529 - Browse repository at this point
Copy the full SHA 281d529View commit details -
Add a cluster listener to fix missing cluster features after upgrade (e…
…lastic#110710) (elastic#110924) Non-master-eligible nodes that are already part of a cluster when the master is upgraded don't re-join the cluster, so their cluster features never get updated. This adds a cluster listener that spots this occurring, and manually gets the node's features with a new transport action and updates the cluster state after the fact.
Configuration menu - View commit details
-
Copy full SHA for ef93c95 - Browse repository at this point
Copy the full SHA ef93c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1351cb4 - Browse repository at this point
Copy the full SHA 1351cb4View commit details -
Fix leak in collapsing search results (elastic#110927) (elastic#110939)
Fixing this case for now by enforcing unpooled to plug the leak, this needs a little more work to function well pooled.
Configuration menu - View commit details
-
Copy full SHA for 47cdc55 - Browse repository at this point
Copy the full SHA 47cdc55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107eaa7 - Browse repository at this point
Copy the full SHA 107eaa7View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75fbb7d - Browse repository at this point
Copy the full SHA 75fbb7dView commit details -
[8.15] ESQL: Validate unique plan attribute names (elastic#110488) (e…
…lastic#110966) * ESQL: Validate unique plan attribute names (elastic#110488) * Enforce an invariant in our dependency checker so that logical plans never have duplicate output attribute names or ids. * Fix ROW to not produce columns with duplicate names. * Fix ResolveUnionTypes to not create multiple synthetic field attributes for the same union type. * Add tests for commands using the same column name more than once. * Update docs w.r.t. how commands behave if they are used with duplicate column names. (cherry picked from commit da53921) # Conflicts: # x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/OptimizerRules.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Rename.java * Remove unrelated csv tests These slipped in via merge conflicts.
Configuration menu - View commit details
-
Copy full SHA for 1284a35 - Browse repository at this point
Copy the full SHA 1284a35View commit details -
ESQL: Correctly compute Rename's output (elastic#110968) (elastic#110976
) Calling Rename.output() previously returned wrong results. Since elastic#110488, instead it throws an IllegalStateException. That leads to test failures in the EsqlNodeSubclassTests because e.g. MvExpandExec and FieldExtractExec eagerly calls .output() on its child when it's being constructed, and the child can be a fragment containing a Rename. (cherry picked from commit 7df1b06) # Conflicts: # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Rename.java
Configuration menu - View commit details
-
Copy full SHA for c7ece9b - Browse repository at this point
Copy the full SHA c7ece9bView commit details -
Adding minimal docs around using index mode logs. (elastic#110932) (e…
…lastic#110988) This adds minimal docs around how to the new logs index mode for data streams (most common use case). This is minimal because logs index mode is still in tech preview. Minimal docs should allow any interested users to experiment with the new logs index mode.
Configuration menu - View commit details
-
Copy full SHA for ecbba72 - Browse repository at this point
Copy the full SHA ecbba72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41356cd - Browse repository at this point
Copy the full SHA 41356cdView commit details
Commits on Jul 18, 2024
-
[DOCS] Retrievers and rerankers (elastic#110007) (elastic#111008)
Co-authored-by: Adam Demjen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b9639a - Browse repository at this point
Copy the full SHA 5b9639aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b22c12 - Browse repository at this point
Copy the full SHA 5b22c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c7dab - Browse repository at this point
Copy the full SHA d4c7dabView commit details -
[8.15] Inject
host.name
field without relying on (component) templa……tes (elastic#110938) (elastic#111031) * Inject `host.name` field without relying on (component) templates (elastic#110938) We do not want to rely on templates or component templates to include the host.name field in indices using LogsDB. The host.name field is a field we sort on by default when LogsDB is used. As a result, we just inject it by default, the same way we do for the @timestamp field. This prevents sorting errors due to missing host.name field in mappings. The host.name is a keyword field and depending on the value of subobjects it will be mapped as a name keyword nested inside a host or as a flat host.name keyword. We also include ignore_above as we normally do for keywords in observability mappings. * Enable missing hostname test
Configuration menu - View commit details
-
Copy full SHA for 858440d - Browse repository at this point
Copy the full SHA 858440dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f5201 - Browse repository at this point
Copy the full SHA 40f5201View commit details -
Update stack monitoring mapping for apm-server metrics (elastic#110568)…
… (elastic#110687) Update stack monitoring template for .monitoring-beats-mb to include latest apm-server monitoring metrics. All stack monitoring apm-server metrics references in kibana should be intact. To avoid breaking stack monitoring UI, although beat.stats.apm_server.server.response.errors.concurrency is unused and is not present in apm-server stats, it is manually kept in the mapping. (cherry picked from commit 2fb6c80)
Configuration menu - View commit details
-
Copy full SHA for 8f9d06b - Browse repository at this point
Copy the full SHA 8f9d06bView commit details -
Make skip_unavailable=true a notable change instead of breaking change (
elastic#110983) Co-authored-by: Najwa Harif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b186ee9 - Browse repository at this point
Copy the full SHA b186ee9View commit details -
Speed up collecting zero document string terms (elastic#110922) (elas…
…tic#111057) Use segment ordinals when possible to collect zero document buckets
Configuration menu - View commit details
-
Copy full SHA for 5846c23 - Browse repository at this point
Copy the full SHA 5846c23View commit details
Commits on Jul 19, 2024
-
[8.15] Directly download commercial ip geolocation databases from pro…
…viders (elastic#110844) (elastic#111077) Co-authored-by: Keith Massey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff9a8eb - Browse repository at this point
Copy the full SHA ff9a8ebView commit details -
Correct force merge disk space requirements (elastic#111066) (elastic…
…#111087) Correct force merge disk space requirements
Configuration menu - View commit details
-
Copy full SHA for f047c41 - Browse repository at this point
Copy the full SHA f047c41View commit details -
ESQL: Skip retrofitted tests (elastic#111019) (elastic#111088)
(cherry picked from commit 548aea5) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Configuration menu - View commit details
-
Copy full SHA for 0e571fd - Browse repository at this point
Copy the full SHA 0e571fdView commit details -
Update Gradle wrapper to 8.9 (elastic#110109) (elastic#111095)
(cherry picked from commit cb0ecb8)
Configuration menu - View commit details
-
Copy full SHA for 130fc55 - Browse repository at this point
Copy the full SHA 130fc55View commit details -
Skip preallocate tests on windows (elastic#110998) (elastic#111100)
The preallocate tests assumed that preallocation was using the fallback implementation which calls setLength on Windows. However, that fallback only happens inside the SharedBytes class, so windows doesn't actually do anything when tryPreallocate is called. This commit skips the test on windows. closes elastic#110948
Configuration menu - View commit details
-
Copy full SHA for bdb1028 - Browse repository at this point
Copy the full SHA bdb1028View commit details -
Configuration menu - View commit details
-
Copy full SHA for aecc6e2 - Browse repository at this point
Copy the full SHA aecc6e2View commit details -
Cleanup repository after adding accidental files to PR (elastic#111108)…
… (elastic#111110) With elastic#110109 i accidentally added local files to the repo. This removes them again.
Configuration menu - View commit details
-
Copy full SHA for 6318929 - Browse repository at this point
Copy the full SHA 6318929View commit details -
Fixing EnterpriseGeoIpDownloaderIT (elastic#111080) (elastic#111113)
Co-authored-by: Keith Massey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2009bc7 - Browse repository at this point
Copy the full SHA 2009bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0937b4e - Browse repository at this point
Copy the full SHA 0937b4eView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fffdcbe - Browse repository at this point
Copy the full SHA fffdcbeView commit details -
Mute org.elasticsearch.multi_node.GlobalCheckpointSyncActionIT org.el…
…asticsearch.multi_node.GlobalCheckpointSyncActionIT elastic#111124
Configuration menu - View commit details
-
Copy full SHA for 4a705e4 - Browse repository at this point
Copy the full SHA 4a705e4View commit details -
Add comma before charset parameter in
WWW-Authenticate
response hea……der (elastic#110906) (elastic#111144) Add comma before charset parameter in WWW-Authenticate response header, according to RFC 7617. Co-authored-by: Philippus Baalman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e551c74 - Browse repository at this point
Copy the full SHA e551c74View commit details -
Rework docs on logging levels (elastic#111143) (elastic#111150)
Clarify that the default config is the recommended one, and that users should not normally enable `DEBUG` or `TRACE` logging without looking at the source code. Also reorders the information a bit for easier reading.
Configuration menu - View commit details
-
Copy full SHA for 572e039 - Browse repository at this point
Copy the full SHA 572e039View commit details -
Unmute DockerTests.test600Interrupt (elastic#111165) (elastic#111168)
Investigating elastic#111132 and it seems this test has been muted on `main` for some time. Let's unmute, to see if this is specific to the 7.17 branch or not.
Configuration menu - View commit details
-
Copy full SHA for 7cdc1b0 - Browse repository at this point
Copy the full SHA 7cdc1b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c1703 - Browse repository at this point
Copy the full SHA 75c1703View commit details -
Revert "Mute org.elasticsearch.multi_node.RollupIT org.elasticsearch.…
…multi_node.RollupIT elastic#111142" This reverts commit fffdcbe
Configuration menu - View commit details
-
Copy full SHA for a0d2d63 - Browse repository at this point
Copy the full SHA a0d2d63View commit details -
[8.15] Backport elastic#111117 and elastic#111162 (elastic#111170)
* Allow runtime java to match adoptium jdks (elastic#111117) * Use bundled jdk version for immutable collections patch (elastic#111162) Co-authored-by: Ryan Ernst <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b5a510 - Browse repository at this point
Copy the full SHA 4b5a510View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cc0311 - Browse repository at this point
Copy the full SHA 1cc0311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1fd0d - Browse repository at this point
Copy the full SHA 0f1fd0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfe738 - Browse repository at this point
Copy the full SHA ecfe738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6673f - Browse repository at this point
Copy the full SHA 0e6673fView commit details -
Fix Dissect with leading non-ascii characters (elastic#111184) (elast…
…ic#111196) Co-authored-by: Elastic Machine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9af95c - Browse repository at this point
Copy the full SHA c9af95cView commit details -
Make docker packaging test more resilient (elastic#111205) (elastic#1…
…11210) Wrap check for container shutdown log message in an `assertBusy()` to deal with race conditions. Closes elastic#111132 # Conflicts: # muted-tests.yml
Configuration menu - View commit details
-
Copy full SHA for 00cfa68 - Browse repository at this point
Copy the full SHA 00cfa68View commit details -
Configuration menu - View commit details
-
Copy full SHA for b521b48 - Browse repository at this point
Copy the full SHA b521b48View commit details
Commits on Jul 24, 2024
-
Make ConfigurationTests.test20HostnameSubstitution more resilient (el…
…astic#111216) (elastic#111218) This is an attempt to fix occasional test failures where asserting on a request response fails because the cluster has not finished initialization and cannot yet serve requests. Closes elastic#109660
Configuration menu - View commit details
-
Copy full SHA for 8e6507b - Browse repository at this point
Copy the full SHA 8e6507bView commit details -
ESQL: Fix variable shadowing when pushing down past Project (elastic#…
…108360) (elastic#111229) Fix bugs caused by pushing down Eval, Grok, Dissect and Enrich past Rename, where after the pushdown, the columns added shadowed the columns to be renamed. For Dissect and Grok, this enables naming their generated attributes to deviate from the names obtained from the dissect/grok patterns. (cherry picked from commit e8a01bb) # Conflicts: # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/OptimizerRules.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Dissect.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Enrich.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Eval.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/RegexExtract.java
Configuration menu - View commit details
-
Copy full SHA for 17c2161 - Browse repository at this point
Copy the full SHA 17c2161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2018c46 - Browse repository at this point
Copy the full SHA 2018c46View commit details -
Extend timeout of Krb5kDcContainer test container startup (elastic#11…
…1198) (elastic#111200) - testcontainer startup timeout defaults to 60s and we see ocassionally this fixture taking longer to startup in certain environments fixes elastic#111140
Configuration menu - View commit details
-
Copy full SHA for d411594 - Browse repository at this point
Copy the full SHA d411594View commit details -
Revert "Mute org.elasticsearch.packaging.test.DockerTests test600Inte…
…rrupt elastic#111132" This reverts commit b521b48.
Configuration menu - View commit details
-
Copy full SHA for 9321452 - Browse repository at this point
Copy the full SHA 9321452View commit details
Commits on Jul 25, 2024
-
[ML] Extend lat_long documentation (elastic#111239) (elastic#111266)
This PR adds the explanation of what "typical" means for the lat_long function.
Configuration menu - View commit details
-
Copy full SHA for 8186f7a - Browse repository at this point
Copy the full SHA 8186f7aView commit details -
Update README.asciidoc (elastic#111244) (elastic#111269)
adding text to match the positioning that Shay asked for on https://www.elastic.co/elasticsearch (cherry picked from commit 6621816) Co-authored-by: Serena Chou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 531f029 - Browse repository at this point
Copy the full SHA 531f029View commit details -
(Doc+) How to resolve shards >50GB (elastic#111254) (elastic#111289)
* (Doc+) How to resolve shards >50GB --------- Co-authored-by: Ievgen Degtiarenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e13e0 - Browse repository at this point
Copy the full SHA a5e13e0View commit details -
(Doc+) Link Gateway Settings to Full Restart (elastic#110902) (elasti…
…c#111292) * (Doc+) Link Gateway Settings to Full Restart --------- Co-authored-by: shainaraskas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c808d33 - Browse repository at this point
Copy the full SHA c808d33View commit details -
Update get snapshot status API doc (elastic#111240) (elastic#111295)
Make it clear that this API should be used only if the detailed shard info is needed and only on ongoing snapshots. Remove incorrectly mentioned `STATE` value.
Configuration menu - View commit details
-
Copy full SHA for 7d8fe4a - Browse repository at this point
Copy the full SHA 7d8fe4aView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 658a19e - Browse repository at this point
Copy the full SHA 658a19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c430bc8 - Browse repository at this point
Copy the full SHA c430bc8View commit details -
[DOCS] Amends PUT inference API docs with model download info (elasti…
…c#111278) (elastic#111332) * [DOCS] Amends PUT inference API docs with model download info. * [DOCS] Addresses feedback.
Configuration menu - View commit details
-
Copy full SHA for ebbf17b - Browse repository at this point
Copy the full SHA ebbf17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d418f - Browse repository at this point
Copy the full SHA 21d418fView commit details -
[DOCS] Clarify that inference ID cannot match model ID (elastic#111310)…
… (elastic#111334) * Clarify that inference ID cannot match model ID * Update service-elasticsearch.asciidoc Co-authored-by: Pius <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2b5ba7 - Browse repository at this point
Copy the full SHA c2b5ba7View commit details -
[DOCS] Update retriever reranker options (elastic#111337) (elastic#11…
…1349) * [DOCS] Update retriever reranker options * Fix typo
Configuration menu - View commit details
-
Copy full SHA for 691319e - Browse repository at this point
Copy the full SHA 691319eView commit details -
[DOCS] Clarifies semantic query behavior on sparse and dense vector f…
…ields (elastic#111339) (elastic#111355) * [DOCS] Clarifies semantic query behavior on sparse and dense vector fields. * [DOCS] Adds a NOTE to the semantic query docs.
Configuration menu - View commit details
-
Copy full SHA for 00bfd02 - Browse repository at this point
Copy the full SHA 00bfd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 836b4a5 - Browse repository at this point
Copy the full SHA 836b4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010be87 - Browse repository at this point
Copy the full SHA 010be87View commit details
Commits on Jul 29, 2024
-
fix text_similarity_reranker doc (elastic#111256) (elastic#111401)
Co-authored-by: weizijun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72cfb0b - Browse repository at this point
Copy the full SHA 72cfb0bView commit details -
[DOCS] Additional reranking docs updates (elastic#111350) (elastic#11…
…1404) * Simplify overview, specify available rerank options * Update links * Clarify eland-uploaded models is for hugging face
Configuration menu - View commit details
-
Copy full SHA for 6ee8747 - Browse repository at this point
Copy the full SHA 6ee8747View commit details -
[Inference API] Replace model_id with inference_id in inference API e…
…xcept when stored (elastic#111366) (elastic#111417) * Replace model_id with inference_id in inference API except when storing ModelConfigs * Update docs/changelog/111366.yaml * replace missed literals in tests
Configuration menu - View commit details
-
Copy full SHA for fc352bd - Browse repository at this point
Copy the full SHA fc352bdView commit details -
Mute org.elasticsearch.xpack.transform.integration.TransformIT testSt…
…opWaitForCheckpoint elastic#106113
Configuration menu - View commit details
-
Copy full SHA for e004076 - Browse repository at this point
Copy the full SHA e004076View commit details -
Remove 4096 bool query max limit from docs (elastic#111421) (elastic#…
…111422) indices.query.bool.max_clause_count is set automatically and does not default to 4096 as before. This remove mentions of 4096 from query documentations. Relates to PR#91811
Configuration menu - View commit details
-
Copy full SHA for d43021e - Browse repository at this point
Copy the full SHA d43021eView commit details -
Fix enrich policy runner exception handling on empty segments response (
elastic#111290) (elastic#111371) * Fix enrich segment action listener exception logic * Update docs/changelog/111290.yaml Co-authored-by: Elastic Machine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f30e38 - Browse repository at this point
Copy the full SHA 3f30e38View commit details -
[8.15] Ensure vector similarity correctly limits inner_hits returned …
…for nested kNN (elastic#111363) (elastic#111426) * Ensure vector similarity correctly limits inner_hits returned for nested kNN (elastic#111363) For nested kNN we support not only similarity thresholds, but also multi-passage search while retrieving more than one nearest passage. However, the inner_hits retrieved for the kNN search would ignore the restricted similarity. Meaning, the inner hits would return all passages, not just the ones within the limited similarity and this is confusing. closes: elastic#111093 (cherry picked from commit 69c9697) * fixing for backport * adj for backport * fix compilation for tests
Configuration menu - View commit details
-
Copy full SHA for 155eee6 - Browse repository at this point
Copy the full SHA 155eee6View commit details
Commits on Jul 30, 2024
-
Fix score count validation in reranker response (elastic#111424)
* Fix score count validation in reranker response (backport) * Update docs/changelog/111424.yaml * Delete docs/changelog/111212.yaml * Use constructor that exists * Update 111424.yaml
Configuration menu - View commit details
-
Copy full SHA for fd02519 - Browse repository at this point
Copy the full SHA fd02519View commit details -
[DOCS] Adds elser service to the inference tutorial (elastic#111406) (e…
…lastic#111450) * [DOCS] Adds elser service to the inference tutorial. * [DOCS] Amends search intro text. * [DOCS] Addresses feedback.
Configuration menu - View commit details
-
Copy full SHA for edfbd5d - Browse repository at this point
Copy the full SHA edfbd5dView commit details -
[DOCS] Expands top_n parameter description in the PUT inference API d…
…ocs (elastic#111446) (elastic#111454) Co-authored-by: Adam Demjen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d0eb2a - Browse repository at this point
Copy the full SHA 5d0eb2aView commit details -
Add LTR License Check on PUT for Enterprise Licensing (elastic#111248) (
elastic#111460) * add isLicenseAllowedForAction trained model config * fixup tests - trial is allowed * fix license tests * update tests for validate model static method * add validateModel test; update license check
Configuration menu - View commit details
-
Copy full SHA for ade5b13 - Browse repository at this point
Copy the full SHA ade5b13View commit details
Commits on Aug 1, 2024
-
[DOCS] Adds adaptive_allocations to inference and trained model API d…
…ocs (elastic#111476) (elastic#111508)
Configuration menu - View commit details
-
Copy full SHA for 7d10307 - Browse repository at this point
Copy the full SHA 7d10307View commit details -
[DOCS] Clarify copy_to behavior with strict dynamic mappings (elastic…
…#111408) (elastic#111513) * [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
Configuration menu - View commit details
-
Copy full SHA for e84a0c8 - Browse repository at this point
Copy the full SHA e84a0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8c713 - Browse repository at this point
Copy the full SHA 3e8c713View commit details -
Add release version to setCompatibleVersions task (elastic#111489) (e…
…lastic#111514) The release version is used to determine if it actually needs to update the CCS version or not
Configuration menu - View commit details
-
Copy full SHA for 3693c80 - Browse repository at this point
Copy the full SHA 3693c80View commit details -
Fix DocValuesCodecDuelTests (elastic#111503) (elastic#111515)
We should not access any docValues attribute of the current document if advance() is exhausted or if advanceExact() returns false. Closes elastic#111470
Configuration menu - View commit details
-
Copy full SHA for 1c02690 - Browse repository at this point
Copy the full SHA 1c02690View commit details
Commits on Aug 2, 2024
-
Revert "[DOCS] Adds adaptive_allocations to inference and trained mod…
…el API d…" (elastic#111551) This reverts commit 7d10307.
Configuration menu - View commit details
-
Copy full SHA for dde00b6 - Browse repository at this point
Copy the full SHA dde00b6View commit details -
Improve security-crypto threadpool overflow handling (elastic#111369) (…
…elastic#111564) Prior to this PR, when the security-crypto threadpool queue overflows and rejects API key hashing submissions, a toxic value (specifically, a future which will never be completed) is added to the API key auth cache. This toxic cache value causes future authentication attempts with that API key to fail by timeout, because they will attempt to wait for the toxic future, until that value is invalidated and removed from the cache. Additionally, this will hold on to memory for each request that waits on the toxic future, even after the request has timed out. This PR adds a unit test to replicate this case, and adjusts the code which submits the key hashing task to the security-crypto threadpool to properly handle this point of failure by invalidating the cached future and notifying waiting handlers that the computation has failed.
Configuration menu - View commit details
-
Copy full SHA for 1a77947 - Browse repository at this point
Copy the full SHA 1a77947View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c7a92e - Browse repository at this point
Copy the full SHA 4c7a92eView commit details -
Check the scale before converting xcontent long values, rather than t…
…he absolute value (elastic#111538) (elastic#111583) Large numbers are rejected, small numbers rounded to zero (if rounding enabled)
Configuration menu - View commit details
-
Copy full SHA for 8e47217 - Browse repository at this point
Copy the full SHA 8e47217View commit details -
Configuration menu - View commit details
-
Copy full SHA for a723ab8 - Browse repository at this point
Copy the full SHA a723ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9aa554 - Browse repository at this point
Copy the full SHA d9aa554View commit details -
Wait for cluster to be more ready in REST test (elastic#111606) (elas…
…tic#111609) A freshly-started cluster processes a lot of setup tasks after it's considered ready by the test-clusters framework. This commit makes it also wait until the master queue is empty and there are no initializing or relocating shards before it starts to run the test. Closes elastic#111395
Configuration menu - View commit details
-
Copy full SHA for 8292a5f - Browse repository at this point
Copy the full SHA 8292a5fView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2db1a14 - Browse repository at this point
Copy the full SHA 2db1a14View commit details -
Update docs for v8.15.0 release (elastic#111575)
Co-authored-by: Elastic Machine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f189a4 - Browse repository at this point
Copy the full SHA 3f189a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca68bd - Browse repository at this point
Copy the full SHA bca68bdView commit details -
[8.15][DOCS] Document inference API breaking change (elastic#111633)
Co-authored-by: David Kyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03933d6 - Browse repository at this point
Copy the full SHA 03933d6View commit details -
Fix
testElectionSchedulingAfterDiscoveryOutage
(elastic#111629)We need to wait a little longer to deal with the case that closing the `PeerFinder` on the master triggers a disconnect, removing the third node from the cluster, and requiring another round of discovery to recover. Closes elastic#111155
Configuration menu - View commit details
-
Copy full SHA for 4a6bcd8 - Browse repository at this point
Copy the full SHA 4a6bcd8View commit details
Commits on Aug 7, 2024
-
Anthropic docs (elastic#110850) (elastic#111672)
Co-authored-by: Jonathan Buttner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ca5741 - Browse repository at this point
Copy the full SHA 8ca5741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e9a40 - Browse repository at this point
Copy the full SHA 23e9a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3926428 - Browse repository at this point
Copy the full SHA 3926428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c3519f - Browse repository at this point
Copy the full SHA 4c3519fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b3c16 - Browse repository at this point
Copy the full SHA 15b3c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for b81a713 - Browse repository at this point
Copy the full SHA b81a713View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f1ee2 - Browse repository at this point
Copy the full SHA f9f1ee2View commit details
Commits on Aug 8, 2024
-
Fix potential bug in EmbeddedProviderPlugin (elastic#111592) (elastic…
…#111595) Ocassionally we see a LISTING.TXT not included in the jar. The cause seems a timing issue with sync task were target root folder is same folder as folder containing listing.txt.
Configuration menu - View commit details
-
Copy full SHA for 1963b32 - Browse repository at this point
Copy the full SHA 1963b32View commit details -
Ingest download databases docs (elastic#111688) (elastic#111710)
Co-authored-by: Joe Gallo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0b4e9b - Browse repository at this point
Copy the full SHA b0b4e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5f95f - Browse repository at this point
Copy the full SHA 8c5f95fView commit details
Commits on Aug 9, 2024
-
Pass allow security manager flag in gradle test policy setup plugin (e…
…lastic#111725) (elastic#111728) The `java.security.manager=allow` system property is required when running tests on newer Java versions with the security manager deprecated. As such, it should be set in our `GradleTestPolicySetupPlugin` so that it's done for external plugin authors.
Configuration menu - View commit details
-
Copy full SHA for 0daac57 - Browse repository at this point
Copy the full SHA 0daac57View commit details -
ESQL: Fix for overzealous validation in case of invalid mapped fields (…
…elastic#111475) (elastic#111735) Fix validation of fields mapped to different types in different indices and align with validation of fields of unsupported type. * Allow using multi-typed fields in KEEP and DROP, just like unsupported fields. * Explicitly invalidate using both these field kinds in RENAME. * Map both kinds of fields to UnsupportedAttribute to enforce consistency. * Consider convert functions containing valid multi-typed fields as resolved to avoid weird workarounds when resolving STATS. * Add a bunch of tests. (cherry picked from commit 585480f) # Conflicts: # x-pack/plugin/esql/qa/testFixtures/src/main/resources/union_types.csv-spec # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/Stats.java
Configuration menu - View commit details
-
Copy full SHA for e091e16 - Browse repository at this point
Copy the full SHA e091e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fde8b - Browse repository at this point
Copy the full SHA 56fde8bView commit details -
[Inference API] Backport Delete...Action pipeline check to threadpool (…
…elastic#111646) * Move DeleteInferenceAction pipeline check to utility threadpool * Update docs/changelog/111646.yaml * Update docs/changelog/111646.yaml Co-authored-by: David Kyle <[email protected]> --------- Co-authored-by: David Kyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14f45d4 - Browse repository at this point
Copy the full SHA 14f45d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8a1db - Browse repository at this point
Copy the full SHA 4b8a1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e26356 - Browse repository at this point
Copy the full SHA 6e26356View commit details -
Skip LOOKUP/INLINESTATS cases unless on snapshot (elastic#111755) (el…
…astic#111759) Fix elastic#111753 (cherry picked from commit f0d06ee) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
Configuration menu - View commit details
-
Copy full SHA for ba5ca2b - Browse repository at this point
Copy the full SHA ba5ca2bView commit details -
Revert "Avoid bucket copies in Aggs (elastic#110261)" (elastic#111758) (
elastic#111761) This reverts elastic#110261 which we can't land until elastic#111757 - we need to be sure that the `equals` implementations on subclasses of `InternalAggregations` is correct before this optimization is safe. Closes elastic#111679
Configuration menu - View commit details
-
Copy full SHA for 801e1b9 - Browse repository at this point
Copy the full SHA 801e1b9View commit details -
[8.15] Fix NullPointerException when doing knn search on empty index …
…without dims (elastic#111756) (elastic#111763) * Fix NullPointerException when doing knn search on empty index without dims (elastic#111756) * Fix NullPointerException when doing knn search on empty index without dims * Update docs/changelog/111756.yaml * Fix typo in yaml test --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 4e26114) # Conflicts: # rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/40_knn_search.yml * Update 40_knn_search.yml * Yaml
Configuration menu - View commit details
-
Copy full SHA for 3a4af4b - Browse repository at this point
Copy the full SHA 3a4af4bView commit details
Commits on Aug 12, 2024
-
Speed up dense/sparse vector stats (elastic#111729) (elastic#111787)
This change ensures that we don't try to compute stats on mappings that don't have dense or sparse vector fields. We don't need to go through all the fields on every segment, instead we can extract the vector fields upfront and limit the work to only indices that define these types. Closes elastic#111715
Configuration menu - View commit details
-
Copy full SHA for 7a31a4d - Browse repository at this point
Copy the full SHA 7a31a4dView commit details -
[8.15] Fix: Preallocate open ignored creation flag (elastic#111752)
* Backport elastic#111294 * Use Files.createDirectories
Configuration menu - View commit details
-
Copy full SHA for 7f9c900 - Browse repository at this point
Copy the full SHA 7f9c900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8665090 - Browse repository at this point
Copy the full SHA 8665090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d7d95 - Browse repository at this point
Copy the full SHA 59d7d95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca684ca - Browse repository at this point
Copy the full SHA ca684caView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eedf52c - Browse repository at this point
Copy the full SHA eedf52cView commit details -
Update the intervals query docs (elastic#111808) (elastic#111822)
Since apache/lucene-solr#620, intervals disjunctions are automatically rewritten to handle cases where minimizations can miss valid matches. This change updates the documentation to take this behaviour into account (users don't need to manually pull intervals disjunctions to the top anymore).
Configuration menu - View commit details
-
Copy full SHA for 895aed0 - Browse repository at this point
Copy the full SHA 895aed0View commit details -
Document manual steps in ILM delete phase (elastic#111734) (elastic#1…
…11825) Spells out some cases in which ILM doesn't delete the underlying searchable snapshot and instructs users to delete them manually instead. Co-authored-by: shainaraskas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a1f7ba - Browse repository at this point
Copy the full SHA 3a1f7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64841c2 - Browse repository at this point
Copy the full SHA 64841c2View commit details