Skip to content

Commit 785670a

Browse files
committed
Update supported ECS version to 1.8.0
1 parent 7d24139 commit 785670a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auditbeat/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
Name = "auditbeat"
3636

3737
// ecsVersion specifies the version of ECS that Auditbeat is implementing.
38-
ecsVersion = "1.7.0"
38+
ecsVersion = "1.8.0"
3939
)
4040

4141
// RootCmd for running auditbeat.

0 commit comments

Comments
 (0)