date | title | description | authors | pr_numbers | release | hide_on_release_notes | badges | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2020-04-16 |
À la carte Custom Vector Builds |
Build Vector with select components |
|
|
0.9.0 |
false |
|
We've implemented a feature flag system that lets you build custom versions of Vector with selected components. This is handy if:
- You're embedding Vector and you want to minimize the binary size as much as possible.
- You're security requires are extremely sensitive and you want to reduce the footprint of features that Vector exposes.
To get started, check out the feature flags section in our build from source docs. For example:
FEATURES="sources-file,transforms-json_parser,sinks-kafka" make build