Skip to content

Commit

Permalink
[Filebeat] Improve ECS categorization in iptables module (#16637)
Browse files Browse the repository at this point in the history
* Improve ECS categorization in iptables module

- event.action, map to accept/drop like gui
- event.category
- event.kind
- event.type
- observer.egress.zone
- observer.ingress.zone
- related.ip
- rule.id
- rule.name
- convert pipeline to yaml
- fix tcp_flags grok to get all entries
- make iptables.tcp.flags an array
- make iptables.fragment_flags an array

Closes #16166

(cherry picked from commit d9c83df)
  • Loading branch information
leehinman committed Mar 17, 2020
1 parent 0f31732 commit 4ca1765
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 277 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add ECS related fields to CEF module {issue}16157[16157] {pull}16338[16338]
- Improve ECS categorization, host field mappings in elasticsearch module. {issue}16160[16160] {pull}16469[16469]
- Improve ECS categorization field mappings in suricata module. {issue}16181[16181] {pull}16843[16843]
- Improve ECS categorization field mappings in iptables module. {issue}16166[16166] {pull}16637[16637]

*Heartbeat*

Expand Down
244 changes: 0 additions & 244 deletions x-pack/filebeat/module/iptables/log/ingest/pipeline.json

This file was deleted.

Loading

0 comments on commit 4ca1765

Please sign in to comment.