Skip to content

Commit

Permalink
Change fields.ecs.yml to ECS 1.11.0 (#27107)
Browse files Browse the repository at this point in the history
* Change fields.ecs.yml to ECS 1.11.0

- fields.ecs.yml to ECS 1.11.0
- bump ecs.version in configs for modules that don't require changes.

Relates #26967
  • Loading branch information
leehinman authored Aug 17, 2021
1 parent 5339327 commit 5869e1f
Show file tree
Hide file tree
Showing 213 changed files with 55,328 additions and 11,850 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add sha256 digests to RPM packages. {issue}23670[23670]
- Add new 'offline' docker image for Elastic Agent. {pull}27052[27052]
- Add cgroups V2 support {pull}27242[27242]
- update ECS field definitions to ECS 1.11.0. {pull}27107[27107]

*Auditbeat*

Expand Down Expand Up @@ -757,6 +758,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Update Elasticsearch module's ingest pipeline for parsing new deprecation logs {issue}26857[26857] {pull}26880[26880]
- Add new `hmac` template function for httpjson input {pull}27168[27168]
- Update `tags` and `threatintel.indicator.provider` fields in `threatintel.anomali` ingest pipeline {issue}24746[24746] {pull}27141[27141]
- update ecs.version to ECS 1.11.0. {pull}27107[27107]

*Heartbeat*

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6063,11 +6063,11 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

--------------------------------------------------------------------------------
Dependency : github.com/elastic/ecs
Version: v1.10.0
Version: v1.11.0
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.10.0/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.11.0/LICENSE.txt:


Apache License
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.10.0"
ecsVersion = "1.11.0"
)

// RootCmd for running auditbeat.
Expand Down
Loading

0 comments on commit 5869e1f

Please sign in to comment.