Skip to content

Commit

Permalink
Workaround for Beats issue with default_field growing too big (elasti…
Browse files Browse the repository at this point in the history
…c#687)

This is so that Beats' default_fields don't go above 1024 field limit. See also elastic/beats#14262
  • Loading branch information
adriansr authored and Mathieu Martin committed Dec 23, 2019
1 parent e9c8519 commit a8a5a70
Show file tree
Hide file tree
Showing 10 changed files with 513 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Thanks, you're awesome :-) -->

#### Improvements

* Temporary workaround for Beats templates' `default_field` growing too big. #687

#### Deprecated


Expand Down
4 changes: 2 additions & 2 deletions code/go/ecs/host.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1917,9 +1917,9 @@ example: `x86_64`
// ===============================================================

| host.domain
| Name of the domain of which the host is a member.
| Name of the domain of which the host is a member.

For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider.
For example, on Windows this could be the host's Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host's LDAP provider.

type: keyword

Expand Down
Loading

0 comments on commit a8a5a70

Please sign in to comment.