elasticsearch/modules
Simon Cooper 177dc263b3
Block specific config files from being accessed after startup (#107481)
Some files should never be accessed by ES or plugin code once startup has completed. Use the security manager to block these files from being accessed by anything at all. The current blocked files are elasticsearch.yml, jvm.options, and the jvm.options.d directory.
2024-04-29 09:58:12 +01:00
..
aggregations Define transport version constant for 8.13 (#107951) 2024-04-29 09:53:51 +01:00
analysis-common Block specific config files from being accessed after startup (#107481) 2024-04-29 09:58:12 +01:00
apm Deprecate Telemetry / APM legacy settings in favor of the new telemetry.* settings (#104908) 2024-04-11 08:44:20 +02:00
data-streams Introduce RestUtils#getMasterNodeTimeout (#107986) 2024-04-29 08:03:32 +01:00
health-shards-availability Modularize shard availability service (#101796) 2023-11-03 15:59:09 -06:00
ingest-attachment Migrate YAML REST tests to synthetic cluster feature check (#107068) 2024-04-11 18:22:38 +02:00
ingest-common Making test document larger to reliably force StackOverflowError in GsubProcessorTests (#107724) 2024-04-22 17:06:43 -04:00
ingest-geoip Cleanup some TransportAction dependencies (#107661) 2024-04-20 19:59:58 +02:00
ingest-user-agent Make sure to close XContentParser in more spots (#103504) 2023-12-19 10:26:06 +01:00
kibana Fix system index thread pool tests (#107443) 2024-04-16 17:11:45 -04:00
lang-expression Add shorthand for prepareIndex to test infrastructure (#101187) 2023-11-23 15:47:36 +01:00
lang-mustache Update several references to TransportVersion.toString to use toReleaseVersion (#107902) 2024-04-26 09:30:46 +01:00
lang-painless Migrate YAML REST tests to synthetic cluster feature check (#107068) 2024-04-11 18:22:38 +02:00
legacy-geo Encapsulate Mapper.Builder#name and make it private (#105648) 2024-02-20 15:53:14 +01:00
mapper-extras Handle infinity during synthetic source construction for scaled float field (#107494) 2024-04-17 12:33:21 -04:00
parent-join Avoid attempting to load the same empty field twice in fetch phase (#107551) 2024-04-17 19:37:04 +02:00
percolator Binary field enables doc values by default for index mode with synthetic source (#107739) 2024-04-23 08:24:47 -07:00
rank-eval Delete unused response deserialization code (#107181) 2024-04-08 06:40:04 -04:00
reindex Remove String-based timeout support (#107747) 2024-04-25 10:57:35 +01:00
repository-azure Unmute AzureStorageCleanupThirdPartyTests after credentials rotation (#107928) 2024-04-26 10:38:44 +02:00
repository-gcs Make randomTimeValue() return a TimeValue (#107689) 2024-04-23 07:21:53 +01:00
repository-s3 Add null and empty string validation to S3 bucket (#107883) 2024-04-25 17:37:03 -04:00
repository-url Remove unused thread pool name assertions in tests (#107340) 2024-04-11 13:53:41 -04:00
rest-root Make cluster feature predicate available to plugins (#105022) 2024-02-01 09:11:18 -08:00
runtime-fields-common Migrate YAML REST tests to synthetic cluster feature check (#107068) 2024-04-11 18:22:38 +02:00
systemd Add systemd native access (#106151) 2024-03-12 07:35:02 -07:00
transport-netty4 Handle exceptions thrown by HTTP header validation (#107355) 2024-04-15 05:14:20 -04:00
build.gradle repository-s3 yamlRestTests to new cluster test framework (#102353) 2023-11-22 10:08:58 +01:00