Web Page Snapshot
Static Target Recipe
#[log]
# path = "-"
# level = "debug"
[[inlets.file]]
data = [
'{"url":"https://tine.thingsme.xyz", "dst_path":"./chrome_snap_tine_docs.png"}',
'{"url":"https://github.com/OutOfBedlam/tine", "dst_path":"./chrome_snap_tine_github.png"}',
]
format = "json"
[[flows.chrome_snap]]
url_field = "url"
out_field = "snap"
timeout = "15s"
[[outlets.image]]
path_field = "dst_path"
image_fields = ["snap"]
overwrite = true

User Input Recipe
Last updated