UTF8 encoding is longer than the max length 32766

You can try ignore_above: 256

From the docs;

ignore_above
The analyzer will ignore strings larger than this size. Useful for generic not_analyzed fields that should ignore long text.