Skip to content

Instantly share code, notes, and snippets.

@mdeltito
Last active June 6, 2022 08:51
Show Gist options
  • Save mdeltito/73d12466eacc7842bd9d91cbd39c3f8f to your computer and use it in GitHub Desktop.
Save mdeltito/73d12466eacc7842bd9d91cbd39c3f8f to your computer and use it in GitHub Desktop.
reproduction of a http provider panic
[sources.http_source]
address = "0.0.0.0:30000"
type = "http"
[sinks.http_sink]
inputs = [ "http_source" ]
type = "http"
uri = "https://example.org"
[sinks.http_sink.encoding]
codec = "text"
provider:
type: http
url: https://gist.githubusercontent.com/mdeltito/73d12466eacc7842bd9d91cbd39c3f8f/raw/41f10ec922205a411dee917ee7dcdef554f558e1/remote-config.toml # <url to the remote-config.toml file>
poll_interval_secs: 3
@mdeltito
Copy link
Author

mdeltito commented Jun 3, 2022

$ vector --config-yaml vector-config.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment