flusso-schema 0.10.1

Config and schema loading for flusso: assembles flusso.toml and *.schema.yml into a validated Config.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[source]
type = "postgres"

[sinks.primary]
type = "opensearch"
url = "https://localhost:9200"

[sinks.audit]
type = "stdout"

[[index]]
name = "users"
schema = "user.schema.yml"
enabled = true