..
analytics
Remove HLRC from ES codebase ( #105406 )
2024-02-12 11:50:01 -05:00
apm-data
x-pack/plugin/apm-data: add transaction.profiler_stack_trace_ids field to apm plugin ( #105223 )
2024-02-14 12:25:51 +09:00
async
Refactor overrides of old Plugin.createComponents method to new services method ( #101381 )
2023-10-26 16:58:14 +01:00
async-search
[Test] Fix AsyncSearchResponse resource leak in security tests ( #107809 ) ( #107819 )
2024-04-24 05:31:25 -04:00
autoscaling
[TEST] Issue another cluster state change to make sure ILM notices an index is assigned ( #105725 ) ( #105793 )
2024-02-23 13:18:31 -05:00
blob-cache
Fix blob cache testGetMultiThreaded ( #105002 )
2024-02-01 11:35:37 +01:00
ccr
Avoid unintentionally clearing the DataStream.rolloverOnWrite
flag ( #107122 ) ( #107206 )
2024-04-08 15:09:34 +02:00
core
Avoid unintentionally clearing the DataStream.rolloverOnWrite
flag ( #107122 ) ( #107206 )
2024-04-08 15:09:34 +02:00
deprecation
Improve EarlyDeprecationindexingIT test reliability backport( #105696 ) #107540
2024-04-16 18:18:46 +02:00
downsample
Fix a downsample persistent task assignment bug ( #106247 ) ( #106280 )
2024-04-05 03:57:52 -04:00
enrich
Harden index mapping parameter check in enrich runner ( #105096 )
2024-02-06 10:13:24 -08:00
ent-search
[Connector API] Support numeric for configuration select option value type ( #107059 ) ( #107098 )
2024-04-04 08:49:25 -04:00
eql
Upgrade ANTLR4 to 4.13.1 ( #105334 )
2024-02-12 15:24:32 +01:00
esql
Fix BlockHash DirectEncoder ( #108283 ) ( #108329 )
2024-05-06 12:54:58 -04:00
fleet
Add plumbing to check cluster features in SearchSourceBuilder ( #105417 )
2024-02-13 08:30:04 -08:00
frozen-indices
[IndicesOptions] Group indices options based on what they are applied on. ( #104655 )
2024-02-09 13:01:34 +02:00
graph
Make cluster feature predicate available to plugins ( #105022 )
2024-02-01 09:11:18 -08:00
identity-provider
[IdP plugin] Fix exception handling ( #106231 ) ( #106336 )
2024-03-13 20:25:30 -04:00
ilm
[TEST] Increase timeout for rollover to exceed look_ahead_time ( #106290 ) ( #106291 )
2024-03-13 11:20:25 -04:00
inference
Allowing byte and int8 ( #106299 ) ( #106326 )
2024-03-13 16:05:57 -04:00
logstash
Make cluster feature predicate available to plugins ( #105022 )
2024-02-01 09:11:18 -08:00
mapper-aggregate-metric
Make some classes final to avoid suppressing "this-escape" warning ( #101699 )
2023-11-02 08:34:02 -04:00
mapper-constant-keyword
Flag in _field_caps to return only fields with values in index ( #103651 )
2024-02-08 17:52:21 +01:00
mapper-counted-keyword
Make counted terms agg visible to profiling ( #105049 )
2024-02-02 15:56:07 +01:00
mapper-unsigned-long
Introduce experimental pass-through field type ( #103648 )
2024-02-01 15:31:48 +02:00
mapper-version
Clarify some javadoc ( #105422 )
2024-02-12 16:37:43 -05:00
ml
[ML] Fix Array out of bounds exception in the XLM Roberta tokenizer ( #106655 ) ( #106661 )
2024-03-22 07:58:57 -04:00
ml-package-loader
[ML] Detect timeout when waiting for download task ( #103197 )
2024-01-15 14:12:20 +00:00
monitoring
Use String.replace() instead of replaceAll() for non-regexp replacements ( #105127 )
2024-02-12 13:11:15 -05:00
old-lucene-versions
Manually backport changes from #105578 ( #105913 )
2024-03-05 06:33:50 -05:00
profiling
[Profiling] Ignored unmapped stacktrace fields ( #105385 )
2024-02-13 08:16:27 +01:00
ql
ES|QL: Disable optimizations that rely on Expression.nullable() ( #105691 ) ( #106132 )
2024-03-08 12:30:22 -05:00
rank-rrf
Add plumbing to check cluster features in SearchSourceBuilder ( #105417 )
2024-02-13 08:30:04 -08:00
redact
Update Gradle Wrapper to 8.2 ( #96686 )
2023-07-04 15:35:15 +02:00
repositories-metering-api
Make cluster feature predicate available to plugins ( #105022 )
2024-02-01 09:11:18 -08:00
rollup
Detach persistent task execution from ThreadPool
( #105460 )
2024-02-14 08:55:05 +00:00
search-business-rules
Collapse transport versions used in 8.11 ( #104405 )
2024-01-29 13:36:39 +00:00
searchable-snapshots
Mute flaky SearchableSnapshotsCanMatchOnCoordinatorIntegTests
2024-02-12 08:26:16 -08:00
security
[8.13] Query API Keys support for both aggs
and aggregations
keywords (#… ( #107108 )
2024-04-05 10:49:52 +03:00
shutdown
Backport serialization fixes to 8.13 ( #108250 )
2024-05-03 16:59:01 +01:00
slm
Use assertBusy to allow for the thread to be cancelled ( #105053 )
2024-02-02 06:41:42 -05:00
snapshot-based-recoveries
OutboundHandler should handle errors when sending responses ( #105255 )
2024-02-09 09:16:21 -08:00
snapshot-repo-test-kit
Ensure necessary security context for s3 bulk deletions ( #108280 ) ( #108299 )
2024-05-06 07:34:57 -04:00
spatial
Fix concurrency bug in AbstractStringScriptFieldAutomatonQuery ( #106678 )
2024-03-26 17:39:31 +01:00
sql
SQL: Fix JdbcPreparedStatementIT.testDatetimeWithNanos ( #107629 ) ( #107686 )
2024-04-22 08:18:11 -04:00
src
Make new spatial sort tests less flaky ( #106401 ) ( #106405 )
2024-03-18 07:47:33 -04:00
stack
Avoid false-positive matches on intermediate objects in ecs@mappings
( #105440 )
2024-02-13 06:59:03 -05:00
text-structure
Make cluster feature predicate available to plugins ( #105022 )
2024-02-01 09:11:18 -08:00
transform
Revert "[Transform] Allow transforms to use PIT with remote clusters … ( #107970 )
2024-04-29 07:39:59 -04:00
vector-tile
Make cluster feature predicate available to plugins ( #105022 )
2024-02-01 09:11:18 -08:00
voting-only-node
Remove ThreadPool
arg from TransportResponseHandler#executor
( #104554 )
2024-01-25 04:42:01 -05:00
watcher
Handling exceptions on watcher reload ( #105442 ) ( #106210 )
2024-03-13 15:46:24 -05:00
wildcard
ESQL: Support reading points from doc-values for STATS ( #104218 )
2024-01-23 16:04:45 +01:00
write-load-forecaster
Remove three more ActionType<AcknowledgedResponse> Implementations ( #104024 )
2024-01-08 12:27:22 +01:00
build.gradle
Make enforce TestConvention cc compatible ( #101822 )
2023-11-07 11:16:20 +01:00