Fixes #69639: Ignore url.url fields above 2048 characters (#69863)

This commit is contained in:
Rudolf Meijering 2020-06-25 15:44:56 +02:00 committed by GitHub
parent 0ef7bb84bc
commit 7a557822f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ export const url: SavedObjectsType = {
fields: {
keyword: {
type: 'keyword',
ignore_above: 2048,
},
},
},