Skip to content

Commit

Permalink
deprecate generating custom beats
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Nov 4, 2021
1 parent 462f42f commit 18c6a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/common/beatgen/beatgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ var configList = []ConfigItem{

// Generate generates a new custom beat
func Generate() error {
fmt.Println("Generating custom Beats are going to be removed in 8.0.0.")

cfg, err := getConfig()
if err != nil {
return errors.Wrap(err, "error getting config")
Expand Down

0 comments on commit 18c6a69

Please sign in to comment.