Alexander Zubkov

Results 4 issues of Alexander Zubkov

Hello. I did not find how to implement some sort of constraints on production. For example if I wrote a rule to parse a series of digits and wanted to...

### Vector Version ``` vector 0.10.0 (g0f0311a x86_64-unknown-linux-musl 2020-07-22) ``` ### Vector Configuration File ```toml [sources.collectd] type = "socket" address = "0.0.0.0:2003" mode = "tcp" [transforms.update_host] inputs = ["collectd"] type...

type: bug
sink: socket
domain: sinks

When using echo "$OUT", some strings could be interpreted by echo util in a special way. Thus the output may not be the same as passed in parameters. This patch...