Hello,
Recently I have upgraded our cluster from 7.5.2 to 7.9.3, and I noticed that there are some exceptions which were available in the elasticsearch log before the upgrade but now are gone.
Some examples:
[2020-11-22T11:34:05,212][DEBUG][o.e.a.b.TransportShardBulkAction] [aws-elkdb17] [staging-gwstats-silent-2020.11.22][0] failed to execute bulk item (index) index {[index-a-2020.11.22][_doc][0zW773UB1LS_CBEphClo], source[n/a, actual length: [4.4kb], max length: 2kb]}
org.elasticsearch.index.mapper.MapperParsingException: failed to parse field [ips_last_modified_release] of type [long] in document with id '0zW773UB1LS_CBEphClo'. Preview of field's value: 'MAPP2008'
[2020-11-22T03:21:09,005][DEBUG][o.e.a.b.TransportShardBulkAction] [aws-elkdb17] [mail-sec-intelligence-2020.11][1] failed to execute bulk item (index) index {[index-b-2020.11][_doc][h8347XUB1LS_CBEpOMeH], source[n/a, actual length: [76kb], max length: 2kb]}
java.lang.IllegalArgumentException: Document contains at least one immense term in field="mail.links.image_source" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[100, 97, 116, 97, 58, 105, 109, 97, 103, 101, 47, 106, 112, 101, 103, 59, 98, 97, 115, 101, 54, 52, 44, 47, 57, 106, 47, 52, 65, 65]...', original message: bytes can be at most 32766 in length; got 56087
Is there a reason that now these errors are not visible in the log file?
Is it configurable and can be returned once more?
This is important for us as we used to monitor these errors and inform the data owners that they have issues with their data flow.
Thanks in advance,
Lior