Spencer Gilbert

Results 128 comments of Spencer Gilbert

> Basically this. I find it nice for grouping thematically similar plugins that are not quite dependencies. I definitely appreciate grouping my plugins like this

This possibly could close https://github.com/vectordotdev/vector/issues/13057

Thanks for working through this contribution @ktff - really appreciate all the effort, it has been a long wanted feature.

> @jszwedko This went very not well, was printing this extremely quickly: > > ``` > 2022-04-25T18:40:35.870916Z WARN vector::kubernetes::reflector: Watcher Stream received an error. Retrying. error=InitialListFailed(Api(ErrorResponse { status: "Failure", message:...

> Seems related to [#10122 (comment)](https://github.com/vectordotdev/vector/issues/10122#issuecomment-1026006657) Possibly - the other answer would be that `solanascanner` was deleted in cluster before all of it's log lines were processed. When that happens...

> Still getting the errors, and the pods are not being removed, logs are coming in much slower now as well Can you share the setup you're using so I...

> > remove_fields - removed? that i can use instead? > > x unknown variant `remove_fields`, expected one of `aggregate`, `aws_ec2_metadata`, `dedupe`, `filter`, `geoip`, `log_to_metric`, `lua`, `metric_to_log`, `pipeline`, `pipelines`, `reduce`,...

> @ktff here are at least two other functions in VRL that behave as described above: > > ```coffee > $ parse_key_value!("key1=value1") > { "key1": "value1" } > > $...

> > We've also stuck pretty close to "implemented per spec, regardless of in-the-wild behavior doesn't always match that" > > I also like to follow specs and standards as...