Skip to content

Commit

Permalink
Fix typos in zeek notice fileset config file (#15765) (#15789)
Browse files Browse the repository at this point in the history
Fixes #15764

(cherry picked from commit 48c1739)
  • Loading branch information
leehinman committed Jan 24, 2020
1 parent 4183ba3 commit 0018e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Filebeat*

- Add shared_credential_file to cloudtrail config {issue}15652[15652] {pull}15656[15656]
- Fix typos in zeek notice fileset config file. {issue}15764[15764] {pull}15765[15765]

*Heartbeat*

Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/zeek/notice/config/notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ processors:
to: "zeek.notice.file.id"

- from: "zeek.notice.f.parent_id"
to: "dzeek.notice.file.parent_id"
to: "zeek.notice.file.parent_id"

- from: "zeek.notice.f.source"
to: "zeek.notice.file.source"
Expand All @@ -70,7 +70,7 @@ processors:
- from: "zeek.notice.f.total_bytes"
to: "zeek.notice.file.total_bytes"

- from: "zzeek.notice.file_mime_type"
- from: "zeek.notice.file_mime_type"
to: "zeek.notice.file.mime_type"

ignore_missing: true
Expand Down

0 comments on commit 0018e47

Please sign in to comment.