We would like to input non-base64 encoded avro data with the avro codec.
Similar to output syntax Optional base64 encoding by johanvanderkuijl · Pull Request #29 · logstash-plugins/logstash-codec-avro · GitHub
codec =>
avro {
schema_uri => "/path/to/schema.avsc"
base64_encoding => false
}
Is this also supported for input?
I wonder why Avro codec plugin | Logstash Reference [7.12] | Elastic does not mention base64_encoding
for output?