Skip to content

Commit

Permalink
Fix zeek connection pipeline (elastic#22151)
Browse files Browse the repository at this point in the history
- connection state for rejected is 'REJ'

Closes elastic#22149

(cherry picked from commit 5469c46)
  • Loading branch information
leehinman committed Oct 26, 2020
1 parent af00eaf commit 09735fd
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -310,6 +310,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Provide backwards compatibility for the `append` processor when Elasticsearch is less than 7.10.0. {pull}21159[21159]
- Fix checkpoint module when logs contain time field. {pull}20567[20567]
- Add field limit check for AWS Cloudtrail flattened fields. {pull}21388[21388] {issue}21382[21382]
- Fix incorrect connection state mapping in zeek connection pipeline. {pull}22151[22151] {issue}22149[22149]

*Heartbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/zeek/connection/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ processors:
- connection
- start
- end
REG:
REJ:
conn_str: "Connection attempt rejected."
types:
- connection
Expand Down

0 comments on commit 09735fd

Please sign in to comment.