Merge revision 7fb6ca447a into multi-project

This commit is contained in:
Tim Vernum 2024-12-31 15:41:02 +11:00
commit 4ff691f066
794 changed files with 21606 additions and 4238 deletions

View file

@ -10,8 +10,8 @@ apply plugin: 'elasticsearch.internal-yaml-rest-test'
apply plugin: 'elasticsearch.yaml-rest-compat-test'
esplugin {
description 'Ingest processor that extracts information from a user agent'
classname 'org.elasticsearch.ingest.useragent.IngestUserAgentPlugin'
description = 'Ingest processor that extracts information from a user agent'
classname ='org.elasticsearch.ingest.useragent.IngestUserAgentPlugin'
}
restResources {