Skip to content

Commit

Permalink
Added an empty ironbank target to agentbeat (elastic#39004)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone authored Apr 17, 2024
1 parent 5b24b7d commit dc826eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x-pack/agentbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ func TestPackages() error {
return devtools.TestPackages()
}

// Package packages the Beat for IronBank distribution.
//
// Use SNAPSHOT=true to build snapshots.
func Ironbank() error {
fmt.Println(">> Ironbank: this module is not subscribed to the IronBank releases.")
return nil
}

// Update is an alias for running fields, dashboards, config.
func Update() {
callForEachBeat("update")
Expand Down

0 comments on commit dc826eb

Please sign in to comment.