Skip to content

Commit

Permalink
docs(remap): updating example for files property showing multiple vrl…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
brittonhayes committed Oct 13, 2024
1 parent 2ed50a8 commit a4096ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/remap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub struct RemapConfig {
/// Required if `source` or `file` are missing.
///
/// [vrl]: https://vector.dev/docs/reference/vrl
#[configurable(metadata(docs::examples = "./my/program.vrl"))]
#[configurable(metadata(docs::examples = ["./my/program.vrl", "./my/program2.vrl"]))]
pub files: Option<Vec<PathBuf>>,

/// When set to `single`, metric tag values are exposed as single strings, the
Expand Down

0 comments on commit a4096ce

Please sign in to comment.