Adding mapping validation to the simulate ingest API (#110606)

This commit is contained in:
Keith Massey 2024-07-19 08:08:21 -05:00 committed by GitHub
parent 2dc50a24bc
commit a2814e816b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 405 additions and 4 deletions

View file

@ -421,6 +421,7 @@ module org.elasticsearch.server {
provides org.elasticsearch.features.FeatureSpecification
with
org.elasticsearch.action.bulk.BulkFeatures,
org.elasticsearch.features.FeatureInfrastructureFeatures,
org.elasticsearch.health.HealthFeatures,
org.elasticsearch.cluster.service.TransportFeatures,