-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #20387 to 7.x: [Elastic Agent] Add support for synthetics inputs that run heartbeat #20488
Conversation
…lastic#20387) * Add support for synthetics inputs that run heartbeat. * Run mage fmt. * Add changelog. * Update test configs to use host instead of hosts. * Enable support for top-level inputs from Elastic Agent. (cherry picked from commit b153044)
Pinging @elastic/uptime (Team:Uptime) |
Pinging @elastic/ingest-management (Team:Ingest Management) |
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cherrypick looks ok
#20498 is include in this backport. |
Closing, backport went through in #20633 |
This keeps most of the changes in elastic#20488 but unbundles heartbeat since it's not ready for prime time yet. We may as well keep the work that has been done already IMHO.
This keeps most of the changes in #20488 but unbundles heartbeat since it's not ready for prime time yet. We may as well keep the work that has been done already IMHO.
This keeps most of the changes in elastic#20488 but unbundles heartbeat since it's not ready for prime time yet. We may as well keep the work that has been done already IMHO. (cherry picked from commit 39b1db8)
This keeps most of the changes in elastic#20488 but unbundles heartbeat since it's not ready for prime time yet. We may as well keep the work that has been done already IMHO. (cherry picked from commit 39b1db8)
Cherry-pick of PR #20387 to 7.x branch. Original message:
What does this PR do?
This adds support for any input with
synthetics/*
to run heartbeat and send the inputs to heartbeat. This also bundles heartbeat with Elastic Agent indata/downloads
.Note: Currently heartbeat doesn't support the top-level inputs key. Once it does this will just work.
Why is it important?
To support running heartbeat with synthetics inputs.
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues