Skip to content

Commit

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

This is so that Beats' default_fields don't go above 1024 field limit. See also elastic/beats#14262
  • Loading branch information
Mathieu Martin committed Dec 23, 2019
1 parent cc4b36e commit d0fb13f
Show file tree
Hide file tree
Showing 12 changed files with 540 additions and 29 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.

2 changes: 1 addition & 1 deletion code/go/ecs/rule.go

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

6 changes: 3 additions & 3 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2001,9 +2001,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 Expand Up @@ -3671,7 +3671,7 @@ type: keyword

Rule fields are used to capture the specifics of any observer or agent rules that generate alerts or other notable events.

Examples of data sources that would populate the rule fields include: network admission control platforms, network or host IDS/IPS, network firewalls, web application firewalls, url filters, endpoint detection and response (EDR) systems, etc.
Examples of data sources that would populate the rule fields include: network admission control platforms, network or host IDS/IPS, network firewalls, web application firewalls, url filters, endpoint detection and response (EDR) systems, etc.

==== Rule Field Details

Expand Down

0 comments on commit d0fb13f

Please sign in to comment.