VectorFlow
Recipes

Recipes

Common VectorFlow pipeline patterns for operators.

Recipes are practical starting points for common operator workflows. They mirror the built-in migration templates used by VectorFlow, so each example maps cleanly to nodes you can build in the pipeline editor or generate from the Migration Toolkit.

Use these recipes when you need a known-good shape before adapting hostnames, ports, buckets, topics, labels, and secrets for your environment.

ScenarioUse it when
File or syslog to S3You need durable log archive storage in AWS S3
Kubernetes logs to LokiYou run workloads on Kubernetes and query logs in Grafana
HTTP intake to DatadogApplications or edge services push JSON events over HTTP
Fan out one streamThe same events need multiple destinations, such as search, archive, and debug output
Route, filter, and redactYou need to split noisy streams or mask sensitive fields before delivery

Before you deploy

  • Replace sample endpoints, bucket names, topics, and labels.
  • Store credentials as VectorFlow secrets and reference them from the editor instead of pasting raw keys.
  • Validate the generated Vector config before deploy. VectorFlow does this automatically when you deploy from the UI.
  • Start with one environment, confirm event shape with live samples, then promote the pipeline.

On this page