Hello. When parsing error logs once in a while we get extremely long messages (1M). Obviously this breaks the 32K index limit so I was looking at solutions. I found a rangefilter plugin that would allow me accept a range from 0-32K but when researching I realized it was based on array type which is deprecated. What are alternate solutions to this?
thank you