Skip to content

Commit

Permalink
Add baseline ECS 1.9.0 upgrade (#24909)
Browse files Browse the repository at this point in the history
* Add baseline ECS 1.9.0 upgrade

* update changelog

(cherry picked from commit 83f248e)
  • Loading branch information
Andrew Stucki committed Apr 2, 2021
1 parent 2b60aa7 commit 2bf307e
Show file tree
Hide file tree
Showing 197 changed files with 4,760 additions and 262 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix panic with inline SSL when the certificate or key were small than 256 bytes. {pull}23820[23820]
- Use alias to report container image in k8s metadata. {pull}24380[24380]
- Set `cleanup_timeout` to zero by default in docker and kubernetes autodiscover in all beats except Filebeat where it is kept to 60 seconds. {pull}24681[24681]
- Update to ECS 1.9.0. {pull}24909[24909]

*Auditbeat*

Expand Down
2 changes: 1 addition & 1 deletion auditbeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
Name = "auditbeat"

// ecsVersion specifies the version of ECS that Auditbeat is implementing.
ecsVersion = "1.8.0"
ecsVersion = "1.9.0"
)

// RootCmd for running auditbeat.
Expand Down
Loading

0 comments on commit 2bf307e

Please sign in to comment.