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