Skip to content

Commit

Permalink
Fixes elastic#69639: Ignore url.url fields above 2048 characters (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jun 25, 2020
1 parent 3f04022 commit 5797e65
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 5797e65

Please sign in to comment.