elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.11k stars 4.91k forks source link

[Meta] Filebeat NetFlow input #9399

Closed adriansr closed 5 years ago

adriansr commented 5 years ago

Filebeat NetFlow input release checklist

This checklist is intended to track progress of NetFlow support in Filebeat (#8434).

For this input and associated modules to go GA, the following criterias should be met:

elasticmachine commented 5 years ago

Pinging @elastic/secops

adriansr commented 5 years ago

ECS fields for Biflow support: Non-Biflow flows: event.kind: event event.category: network_traffic event.action: netflow_flow

Biflow flows: event.kind: event event.category: network_session event.action: netflow_flow

Netflow options: event.kind: event event.category: network_traffic event.action: netflow_options

https://tools.ietf.org/html/rfc5103#section-6.3 shows how we would map source.* and destination.* to client.* and server.* Information Element Field = 0x00, 0x01, 0x03 source.* -> copy_to -> client.* destination.* -> copy_to -> server.*

Information Element Field = 0x02 source.* -> copy_to -> server.* destination.* -> copy_to -> client.*

( @MikePaquette suggestion )

adriansr commented 5 years ago

6.6 Release checklist

Backports to 6.x / 6.6. Merge in given order