-
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
[Auditbeat] auditd network.direction should use inbound/outbound #12445
Comments
Pinging @elastic/siem (Team:SIEM) |
2 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Aug 20, 2020
- changes network.direction to use ECS recommended values of inbound & outbound Closes elastic#12445
leehinman
added a commit
that referenced
this issue
Aug 20, 2020
* upgrade to go-libaudit 2.0.2 - changes network.direction to use ECS recommended values of inbound & outbound Closes #12445
2 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Aug 20, 2020
* upgrade to go-libaudit 2.0.2 - changes network.direction to use ECS recommended values of inbound & outbound Closes elastic#12445 (cherry picked from commit 98d3925)
andrewkroh
pushed a commit
that referenced
this issue
Aug 24, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
* upgrade to go-libaudit 2.0.2 - changes network.direction to use ECS recommended values of inbound & outbound Closes elastic#12445
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per ECS the
network.direction
values should beinbound
oroutbound
orunknown
.https://github.com/elastic/ecs/blob/v1.0.1/schemas/network.yml#L88-L92
But the
auditd
modules usesincoming
andoutgoing
for audit events that include a socket message.beats/vendor/github.com/elastic/go-libaudit/aucoalesce/coalesce.go
Lines 112 to 120 in 6c55de4
The text was updated successfully, but these errors were encountered: