Skip to content

Commit

Permalink
Fixes #69639: Ignore url.url fields above 2048 characters (#69863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jun 25, 2020
1 parent 0ef7bb8 commit 7a55782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/share/server/saved_objects/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const url: SavedObjectsType = {
fields: {
keyword: {
type: 'keyword',
ignore_above: 2048,
},
},
},
Expand Down

0 comments on commit 7a55782

Please sign in to comment.