[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Instantly share code, notes, and snippets.

View leebenson's full-sized avatar

Lee Benson leebenson

View GitHub Profile
@leebenson
leebenson / vector.toml
Last active December 10, 2024 10:29
Example Vector config to parse an XML file
[sources.stdin]
type = "stdin"
[transforms.parse_xml]
type = "remap"
inputs = ["stdin"]
source = '''
. = parse_xml!(.message)
.root.new_field = "example_value"
'''