Skip to content

Commit

Permalink
Fix beats-dashboards
Browse files Browse the repository at this point in the history
x-pack/metricbeat does not generate dashboards.

Fixes elastic#9928
  • Loading branch information
andrewkroh committed Jan 7, 2019
1 parent 323ed08 commit 2685500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ var (
Beats = []string{
"heartbeat",
"journalbeat",
"metricbeat",
"packetbeat",
"winlogbeat",
"x-pack/auditbeat",
"x-pack/filebeat",
"x-pack/metricbeat",
"x-pack/functionbeat",
}
)
Expand Down

0 comments on commit 2685500

Please sign in to comment.