Skip to content

Commit

Permalink
[Filebeat] Improve ECS categorization field mappings in cisco module (#…
Browse files Browse the repository at this point in the history
…18537) (#18982)

* Improve ECS categorization field mappings in cisco module

- asa
  + explicitly set ECS version
  + event.kind
  + event.category
  + event.type
  + related.hash
  + related.ip
  + related.user
- ftd
  + explicitly set ECS version
  + event.kind
  + event.category
  + event.type
  + related.hash
  + related.ip
  + related.user
- ios
  + explicitly set ECS version
  + event.kind
  + event.category
  + event.type

Closes #16028

Co-authored-by: Andrew Kroh <[email protected]>
(cherry picked from commit f1139f2)
  • Loading branch information
leehinman authored Jun 5, 2020
1 parent 2190ee1 commit e633606
Show file tree
Hide file tree
Showing 24 changed files with 4,742 additions and 77 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- The `logstash` module can now automatically detect the log file format (JSON or plaintext) and process it accordingly. {issue}9964[9964] {pull}18095[18095]
- Improve ECS categorization field mappings in coredns module. {issue}16159[16159] {pull}18424[18424]
- Improve ECS categorization field mappings in envoyproxy module. {issue}16161[16161] {pull}18395[18395]
- Improve ECS categorization field mappings in cisco module. {issue}16028[16028] {pull}18537[18537]
- The s3 input can now automatically detect gzipped objects. {issue}18283[18283] {pull}18764[18764]


*Heartbeat*

- Allow a list of status codes for HTTP checks. {pull}15587[15587]
Expand Down
4 changes: 4 additions & 0 deletions x-pack/filebeat/module/cisco/asa/config/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ tags: {{.tags}}

processors:
- add_locale: ~
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
Loading

0 comments on commit e633606

Please sign in to comment.