Skip to content
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] Add message field to system module #9483

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update socket test data
  • Loading branch information
Christoph Wurm committed Dec 12, 2018
commit 48d5ac7785a83e5e723acdf3c6368cf3fab081b8
14 changes: 7 additions & 7 deletions x-pack/auditbeat/module/system/socket/_meta/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"event": {
"action": "existing_socket",
"dataset": "socket",
"id": "d55364de-0442-4638-9022-887d0a549b00",
"module": "system",
"kind": "state"
"id": "6aff69f8-7267-4604-9701-d7b67a7c65bc",
"kind": "state",
"module": "system"
},
"message": "Inbound socket (10.0.2.2:52002 -\u003e 10.0.2.15:22) OPEN by process sshd (PID: 2293) and user root (UID: 0)",
"message": "Inbound socket (10.0.2.2:55270 -\u003e 10.0.2.15:22) OPEN by process sshd (PID: 22799) and user root (UID: 0)",
"network": {
"direction": "inbound",
"type": "ipv4"
},
"process": {
"name": "sshd",
"pid": 2293
"pid": 22799
},
"service": {
"type": "system"
},
"source": {
"ip": "10.0.2.2",
"port": 52002
"port": 55270
},
"user": {
"id": 0,
"name": "root"
}
}
}