Skip to content

Commit 8a2fa34

Browse files
committed
Remove heartbeat from bundled beats in agent.
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.
1 parent aed4831 commit 8a2fa34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

x-pack/elastic-agent/CHANGELOG.next.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- Improved version CLI {pull}20359[20359]
2222
- Enroll CLI now restarts running daemon {pull}20359[20359]
2323
- Add restart CLI cmd {pull}20359[20359]
24-
- Add new `synthetics/*` inputs to run Heartbeat {pull}20387[20387]
2524
- Users of the Docker image can now pass `FLEET_ENROLL_INSECURE=1` to include the `--insecure` flag with the `elastic-agent enroll` command {issue}20312[20312] {pull}20713[20713]
2625
- Add `docker` composable dynamic provider. {pull}20842[20842]
2726
- Add support for dynamic inputs with providers and `{{variable|"default"}}` substitution. {pull}20839[20839]

x-pack/elastic-agent/magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func packageAgent(requiredPackages []string, packagingFn func()) {
572572
defer os.RemoveAll(dropPath)
573573
defer os.Unsetenv(agentDropPath)
574574

575-
packedBeats := []string{"filebeat", "heartbeat", "metricbeat"}
575+
packedBeats := []string{"filebeat", "metricbeat"}
576576

577577
for _, b := range packedBeats {
578578
pwd, err := filepath.Abs(filepath.Join("..", b))

0 commit comments

Comments
 (0)