@@ -132,12 +132,12 @@ func initFlags() {
132132 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Ingest .Collector , "pipeline.ingest.collector" , "" , "Ingest collector API" )
133133 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Ingest .Kafka , "pipeline.ingest.kafka" , "" , "Ingest Kafka API" )
134134 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Decode .Aws , "pipeline.decode.aws" , "" , "aws fields" )
135- rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Decode .Type , "pipeline.decode.type" , "none " , "Decode type: aws, json, none" )
135+ rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Decode .Type , "pipeline.decode.type" , "" , "Decode type: aws, json, none" )
136136 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Transform , "pipeline.transform" , "[{\" type\" : \" none\" }]" , "Transforms (list) API" )
137- rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Extract .Type , "pipeline.extract.type" , "none " , "Extract type: aggregates, none" )
137+ rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Extract .Type , "pipeline.extract.type" , "" , "Extract type: aggregates, none" )
138138 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Extract .Aggregates , "pipeline.extract.aggregates" , "" , "Aggregates (see docs)" )
139- rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Encode .Type , "pipeline.encode.type" , "none " , "Encode type: prom, none" )
140- rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Write .Type , "pipeline.write.type" , "none " , "Write type: stdout, none" )
139+ rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Encode .Type , "pipeline.encode.type" , "" , "Encode type: prom, json , none" )
140+ rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Write .Type , "pipeline.write.type" , "" , "Write type: stdout, none" )
141141 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Write .Loki , "pipeline.write.loki" , "" , "Loki write API" )
142142 rootCmd .PersistentFlags ().StringVar (& config .Opt .PipeLine .Encode .Prom , "pipeline.encode.prom" , "" , "Prometheus encode API" )
143143
0 commit comments