diff --git a/filter.go b/filter.go index 8795112..89fe8d0 100644 --- a/filter.go +++ b/filter.go @@ -445,6 +445,7 @@ func (ecf ExternalCmdFilter) Clone() LineFilter { args: ecf.args, cmd: ecf.cmd, enableSep: ecf.enableSep, + idgen: ecf.idgen, name: ecf.name, outCh: pipeline.OutputChannel(make(chan interface{})), thresholdBufsiz: ecf.thresholdBufsiz,