Skip to content

Commit

Permalink
[Filebeat] Add default_fields: false to fields.yml in aws module (#19568
Browse files Browse the repository at this point in the history
)

* Add default_fields: false to fields.yml in aws module
  • Loading branch information
kaiyan-sheng committed Jul 1, 2020
1 parent 6edb1d3 commit 1360ff3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix Cisco ASA dissect pattern for 313008 & 313009 messages. {pull}19149[19149]
- Fix date and timestamp formats for fortigate module {pull}19316[19316]
- Fix memory leak in tcp and unix input sources. {pull}19459[19459]
- Add missing `default_field: false` to aws filesets fields.yml. {pull}19568[19568]

*Heartbeat*

Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/elb/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- name: elb
type: group
release: ga
default_field: false
description: >
Fields for AWS ELB logs.
fields:
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/fields.go

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

1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/s3access/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- name: s3access
type: group
release: ga
default_field: false
description: >
Fields for AWS S3 server access logs.
fields:
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/aws/vpcflow/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- name: vpcflow
type: group
release: beta
default_field: false
description: >
Fields for AWS VPC flow logs.
fields:
Expand Down

0 comments on commit 1360ff3

Please sign in to comment.