I am indexing full text documents using the mapper attachments plugin.
Sometimes, documents can't be parsed... but my log files get polluted with
the entire base64 encoded source of the document which makes them hard to
look through. The exception in question is:
org.elasticsearch.index.mapper.MapperParsingException
I do want to know when things fail indexing, but I don't want to see the
entire source, instead the _id is probably sufficient... is there a way to
configure the logging to do this or is basically all or none with this type
of exception?
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.