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
As part of completing the Initial Schema Support project we should deliver a detailed "Managing Schemas In Vector" guide. This will live in our new /guides section and serve as the authoritative document on how to manage and enforce schemas with Vector. This is especially important for downstream sinks that require a strict schema (clickhouse, ORC encoding, etc). Ideally, this guide would start simple and progress to more advanced strategies. For example:
And finally, integration with a fully managed schema service, like AWS Glue. (New aws_glue transform #751). This is a viable option when that schema is strictly managed and also used to query the data.
This is just a rough example of how I see a guide like this progressing. I fully expect for this to change as we work through the project.
Pro-tip: it might make sense to create this guide outline first, as sort of a specification for the work involved in this project I'll leave that up to you though.
The text was updated successfully, but these errors were encountered:
As part of completing the Initial Schema Support project we should deliver a detailed "Managing Schemas In Vector" guide. This will live in our new
/guides
section and serve as the authoritative document on how to manage and enforce schemas with Vector. This is especially important for downstream sinks that require a strict schema (clickhouse, ORC encoding, etc). Ideally, this guide would start simple and progress to more advanced strategies. For example:@timestamp
instead oftimestamp
.encoding
options? (Private fields used for processing that are not encoded #1448)shape
transform #750).coercer
transform changes. (feat(coercer transform): Add option to drop unspecified fields #1636).protobuf
transform #1472) or even JSON schemas (Newschema
transform #165 (comment)).aws_glue
transform #751). This is a viable option when that schema is strictly managed and also used to query the data.This is just a rough example of how I see a guide like this progressing. I fully expect for this to change as we work through the project.
Pro-tip: it might make sense to create this guide outline first, as sort of a specification for the work involved in this project I'll leave that up to you though.
The text was updated successfully, but these errors were encountered: