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
* feat: use yaml.v2 in export command
beats and related libs are using yaml.v2 to parse the config
yaml.v3 usage is causing the whole lib to be linked in the binary
use yaml.v2 so we standardize on one yaml library
* lint: update notice file
* test: fix systemtest output
0 commit comments