Skip to content

[Auditbeat] auditd network.direction should use inbound/outbound #12445

Closed

Description

As per ECS the network.direction values should be inbound or outbound or unknown.

https://github.com/elastic/ecs/blob/v1.0.1/schemas/network.yml#L88-L92

But the auditd modules uses incoming and outgoing for audit events that include a socket message.

func (d Direction) String() string {
switch d {
case IncomingDir:
return "incoming"
case OutgoingDir:
return "outgoing"
}
return "unknown"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions