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
Found a runtime error with the benchmark input in main (future 9.x). I tested with 8.17.0 and the issue is not reproducible.
cat <<EOF > benchbug.yml logging.level: info logging.to_stderr: true filebeat.inputs: - type: benchmark enabled: true message: "This is a test message" count: 1 output.console: pretty: true EOF
git checkout main
go run ./x-pack/filebeat -c ./benchbug.yml
{"log.level":"info","@timestamp":"2025-01-10T10:25:09.769-0300","log.logger":"input.benchmark","log.origin":{"function":"github.com/elastic/beats/v7/filebeat/input/v2/compat.(*runner).Start.func1","file.name":"compat/compat.go","file.line":135},"message":"Input 'benchmark' starting","service.name":"filebeat","id":"E9FF95AF8412E4D9","ecs.version":"1.6.0"} {"log.level":"error","@timestamp":"2025-01-10T10:25:09.769-0300","log.logger":"input.benchmark","log.origin":{"function":"github.com/elastic/beats/v7/filebeat/input/v2/compat.(*runner).Start.func1","file.name":"compat/compat.go","file.line":148},"message":"Input 'benchmark' failed with: runtime error: invalid memory address or nil pointer dereference","service.name":"filebeat","id":"E9FF95AF8412E4D9","ecs.version":"1.6.0"}
The text was updated successfully, but these errors were encountered:
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Found a runtime error with the benchmark input in main (future 9.x). I tested with 8.17.0 and the issue is not reproducible.
How to reproduce
git checkout main
, make sure it is up to datego run ./x-pack/filebeat -c ./benchbug.yml
The text was updated successfully, but these errors were encountered: