Logstash avro codec multiple hostnames under schema_uri

Hi,

We are checking avro schema for the required information / format of the event. I'd like to know because I couldn't found how to setup multiple schema_uri for avro schema e.g

output{
codec => avro {
     schema_uri => "http://kafka-dev-0.company.com" 
}
}

Is there any way to add analogically kafka-dev-1, kafka-dev-2 ... ?

Thank You,
SR

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