Skip to content

Commit

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

(cherry picked from commit 48c1739)
  • Loading branch information
leehinman authored Jan 24, 2020
1 parent 33b9d95 commit 4625827
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 @@ -80,6 +80,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- netflow: Fix compatibility with some Cisco devices by changing the field `class_id` from short to long. {pull}15449[15449]
- Fixed dashboard for Cisco ASA Firewall. {issue}15420[15420] {pull}15553[15553]
- 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 4625827

Please sign in to comment.