Logstash Avro Codec non-base64 support

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.