-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
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
start of benchmark integration #8733
Conversation
🌐 Coverage report
|
Hi @leehinman, please update your branch with the latest contents from main branch. There was an important PR merged updating the CI pipelines. Thanks! |
5192097
to
f9ccce0
Compare
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
I'm still working on this |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |
Proposed commit message
Integration for the new Filebeat benchmark input.
Included Dashboard to visualize events/sec.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
checkout PR
elastic-package build
elastic-package stack up --version 8.11.2
unpack elastic-agent distribution 8.11.2 for your client
Add the following to the end of
data/elastic-agent-<sha hash>/components/filebeat.spec.yml
replace
data/elastic-agent-<sha hash>/components/filebeat
binary with one built with filebeat benchmark input and discard output beats#37437create new policy in fleet
add benchmark integration to the policy (need to allow beta integrations)
add your agent to the policy
visualize performance with Dashboards
Related issues
Screenshots