organization · inferred from evidence
BetterStackHQ
The organization maintaining the collector and referenced in the GitHub issue.
- Collector install fails: validating configs.beyla.yaml Additional property content is not allowed
Cause: the collector's docker-compose.yml used inlined configs, a feature Docker Compose only supports from 2.23.1 onward, and the reporter was on 2.21.0. Two fixes, confirmed by the maintainers: upgrade Docker Compose to >2.23.1, or (their