We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to install vector on my Intel based MacBook, Ventura 13.6
Running the following command brew tap vectordotdev/brew && brew install vector
brew tap vectordotdev/brew && brew install vector
I see an error (below), and the installation fails
==> Fetching vectordotdev/brew/vector ==> Downloading https://packages.timber.io/vector/0.33.0/vector-0.33.0-x86_64-apple-darwin.tar.gz ###################################################################################################################################################################################### 100.0% ==> Installing vector from vectordotdev/brew Error: inreplace failed config/vector.yaml: expected replacement of /data_dir: ".*"/ with "data_dir: \"/usr/local/var/lib/vector/\""
The text was updated successfully, but these errors were encountered:
Fix v0.33.0 installation YAML replacement
cbcefa5
The comment is actually in TOML but that will be fixed in v0.33.1. See vectordotdev/vector#18896 Fixes: #17 Signed-off-by: Jesse Szwedko <[email protected]>
Thanks for reporting this @jeltok ! It should be fixed now.
Sorry, something went wrong.
Thank you for the quick turnaround!
Successfully merging a pull request may close this issue.
I am trying to install vector on my Intel based MacBook, Ventura 13.6
Running the following command
brew tap vectordotdev/brew && brew install vector
I see an error (below), and the installation fails
==> Fetching vectordotdev/brew/vector ==> Downloading https://packages.timber.io/vector/0.33.0/vector-0.33.0-x86_64-apple-darwin.tar.gz ###################################################################################################################################################################################### 100.0% ==> Installing vector from vectordotdev/brew Error: inreplace failed config/vector.yaml: expected replacement of /data_dir: ".*"/ with "data_dir: \"/usr/local/var/lib/vector/\""
The text was updated successfully, but these errors were encountered: