And the input fails with an invalid field reference for "[Include] match_type". Is there documentation to explains what is acceptable or not at the input as this log line is valid json.
That's interesting though its focus is on the json filter plugin. It seems to me that this is actually an upstream issue with the beats (filebeat) client. It should not be parsing and passing json that will break the downstream beats input. When this happens it cripples throughput.
To be clear, this issue is happening at the input. It never reaches the filter stage.
Not really, Colin clearly understands that it affects any input/filter that parses valid JSON to create a structure that cannot be encoded into a logstash event.
The PR that it links to makes changes way down in ConvertMap.java, so I would expect that to fix things for anything that creates fields on events.
Try setting config.field_reference.escape_style and see.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.