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
Check this thread for full context.
Basically, Alloy complains that log_format is unrecognized in faro.receiver while it's documented and the argument is listed
Install Alloy 1.7.1 Use the config block provided Start Alloy
No response
Alloy 1.7.1
faro.receiver "default" { log_format = "json" server { listen_address = "0.0.0.0" listen_port = 12347 cors_allowed_origins = ["*"] } output { logs = [loki.process.default.receiver] } }
error: /etc/alloy/config.alloy:6:5: unrecognized attribute name "log_format" | faro.receiver "default" { | log_format = "json" | ^^^^^^^^^^^^^^^^^^ | server {ts=2025-03-07T08:35:36.369833726Z level=error msg="failed to start reporter" err="context canceled" interrupt received
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's wrong?
Check this thread for full context.
Basically, Alloy complains that log_format is unrecognized in faro.receiver while it's documented and the argument is listed
Steps to reproduce
Install Alloy 1.7.1
Use the config block provided
Start Alloy
System information
No response
Software version
Alloy 1.7.1
Configuration
Logs
The text was updated successfully, but these errors were encountered: