作者 kevin

make filters optional

@@ -32,7 +32,7 @@ type ( @@ -32,7 +32,7 @@ type (
32 Input struct { 32 Input struct {
33 Kafka kq.KqConf 33 Kafka kq.KqConf
34 } 34 }
35 - Filters []Filter 35 + Filters []Filter `json:",optional"`
36 Output struct { 36 Output struct {
37 ElasticSearch ElasticSearchConf 37 ElasticSearch ElasticSearchConf
38 } 38 }