How to configure Serializers / Deserializers in the logstash input plugin?

We have custom Deserializer to be used in the logstash input plugin. There are several parameters that need to be configured. We are hoping to be able to pass in the configure via the input plugin section in the logstash config. What's the recommendation to do that?

This is not just for custom deserializers, but applies to the standard ones. For example, the StringDeserializer takes deserializer.encoding config etc, but not sure how to pass this to StringDeserializer from logstash.

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