You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/about/under-the-hood/architecture/pipeline-model.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Vector's pipeline model is based on a [directed acyclic graph][dag] of [componen
10
10
11
11
## Defining pipelines
12
12
13
-
A Vector pipeline is defined through a TOML, YAML, or JSON [configuration] file. For maintainability, many Vector users use configuration and data templating languages like [Jsonnet] or [CUE].
13
+
A Vector pipeline is defined through a YAML, TOML, or JSON [configuration] file. For maintainability, many Vector users use configuration and data templating languages like [Jsonnet] or [CUE].
14
14
15
15
Configuration is checked at pipeline compile time (when Vector boots). This prevents simple mistakes and enforces DAG properties.
0 commit comments