vectordotdev/vector

Provide generic `generate_config` and `test_generate_config`

Open

Aperta il 21 nov 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Rust (21.837 star) (2126 fork)batch import
domain: configdomain: devgood first issue

Descrizione

Currently these work with Toml::Values however YAML is now the first class format in Vector.

See https://github.com/vectordotdev/vector/blob/v0.42.0/src/test_util/mod.rs#L95-L103

We can also support JSON values.

Guida contributor