Skip to content

Commit

Permalink
[ecs] Update fields.ecs.yml to 1.12 (#27770)
Browse files Browse the repository at this point in the history
* Update fields.ecs.yml to 1.12

* Fallback to text when match_only_text is unavailable

* Add changelog entry

* Amend changelog entry

* Remove duplicated service.address field from metricbeat
  • Loading branch information
marc-gr authored Oct 1, 2021
1 parent 3c77c9a commit cca59ba
Show file tree
Hide file tree
Showing 210 changed files with 6,478 additions and 3,755 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add Huawei Cloud provider to add_cloud_metadata. {pull}27607[27607]
- Add default seccomp policy for linux arm64. {pull}27955[27955]
- Add cluster level add_kubernetes_metadata support for centralized enrichment {pull}24621[24621]
- Update ECS to 1.12.0. {pull}27770[27770]
- Fields mapped as `match_only_text` will automatically fallback to a `text` mapping when using Elasticsearch versions that do not support `match_only_text`. {pull}27770[27770]

*Auditbeat*

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

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

Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.11.0/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/elastic/ecs@v1.12.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.11.0"
ecsVersion = "1.12.0"
)

// RootCmd for running auditbeat.
Expand Down
Loading

0 comments on commit cca59ba

Please sign in to comment.