-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MAC address mapping to ECS in Filebeat Suricata module #23706
Labels
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jan 27, 2021
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Jan 27, 2021
4 tasks
PR: #23721 |
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jan 27, 2021
When 'ethernet' is enabled in Suricata with will log the mac addresses. ECS has fields for the MAC addresses so this renames the two Suricata fields to follow the ECS conventions. Closes elastic#23706
andrewkroh
added a commit
that referenced
this issue
Feb 3, 2021
When 'ethernet' is enabled in Suricata with will log the mac addresses. ECS has fields for the MAC addresses so this renames the two Suricata fields to follow the ECS conventions. Closes #23706
4 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Feb 12, 2021
When 'ethernet' is enabled in Suricata with will log the mac addresses. ECS has fields for the MAC addresses so this renames the two Suricata fields to follow the ECS conventions. Closes elastic#23706 (cherry picked from commit 10fdd24)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Map additional (MAC address) Filebeat Suricata module fields to ECS.
Since version 6 of Suricata support for the inclusion of source and destination MAC address has been added to the eve.json file.
The outcome of that is something along the lines of this:
After discussion in Slack it was recommended I opened an enhancement request.
Currently in ES the fields are being presented as exported fields:
Would be great if these could be mapped to source.mac and destination.mac . In case someone wants to give it a try, just add
ethernet: yes
in theeve.json
output section of suricata.yaml.Full event for reference:
The text was updated successfully, but these errors were encountered: