Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.07 KB

2020-02-28-custom-vector-builds.md

File metadata and controls

34 lines (28 loc) · 1.07 KB
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
binarylogic
1924
0.9.0
false
type domains sources
new feature
sources
vector

We've implemented a feature flag system that lets you build custom versions of Vector with selected components. This is handy if:

  1. You're embedding Vector and you want to minimize the binary size as much as possible.
  2. You're security requires are extremely sensitive and you want to reduce the footprint of features that Vector exposes.

Getting Started

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