-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
REPRODUCE WITH: ./gradlew ":x-pack:plugin:logsdb:javaRestTest" --tests "org.elasticsearch.xpack.logsdb.patterntext.PatternTextBasicRestIT.testBulkInsertThenMatchAllSource {disableTemplating=true}" -Dtests.seed=9F957D9D7640256 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=teo-UG -Dtests.timezone=Asia/Jakarta -Druntime.java=24
PatternTextBasicRestIT > testBulkInsertThenMatchAllSource {disableTemplating=true} FAILED
org.elasticsearch.client.ResponseException: method [PUT], host [http://[::1]:35679], URI [/test-index], status line [HTTP/1.1 400 Bad Request]
---
error:
root_cause:
- type: "mapper_parsing_exception"
reason: "The mapper type [pattern_text] declared on field [message] does not exist.
\ It might have been created within a future version or requires a plugin to
\ be installed. Check the documentation."
type: "mapper_parsing_exception"
reason: "Failed to parse mapping: The mapper type [pattern_text] declared on field
\ [message] does not exist. It might have been created within a future version
\ or requires a plugin to be installed. Check the documentation."
caused_by:
type: "mapper_parsing_exception"
reason: "The mapper type [pattern_text] declared on field [message] does not exist.
\ It might have been created within a future version or requires a plugin to
\ be installed. Check the documentation."
status: 400
at __randomizedtesting.SeedInfo.seed([9F957D9D7640256:C1DCC81D5D654E91]:0)
at app//org.elasticsearch.client.RestClient.convertResponse(RestClient.java:351)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:317)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:292)
at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:1983)
at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:1941)
at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:1936)
at app//org.elasticsearch.test.rest.ESRestTestCase.createIndex(ESRestTestCase.java:1932)
at app//org.elasticsearch.xpack.logsdb.patterntext.PatternTextBasicRestIT.testBulkInsertThenMatchAllSource(PatternTextBasicRestIT.java:87)