-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update Ports Inventory Format #299
Labels
level/subtask
Subtask issue
module/inventory
Inventory module
mvp
Minimum Viable Product refinement
type/enhancement
Enhancement issue
Comments
vikman90
added
level/task
Task issue
type/enhancement
Enhancement issue
module/inventory
Inventory module
level/subtask
Subtask issue
and removed
level/task
Task issue
labels
Nov 13, 2024
1 task
1 task
Messages are being received almost empty altough I'm forcing the opening and closing of ports: Body:
{
"agent": {
"groups": [],
"host": {
"architecture": "x86_64",
"hostname": "pm-ubuntu24-server",
"ip": [
"192.168.0.141",
"fe80::be24:11ff:fe54:83fb"
],
"os": {
"name": "Ubuntu",
"platform": "Linux"
}
},
"id": "e5b4b52b-9b22-4dd0-ab57-651a6eb6e720",
"name": "",
"type": "Endpoint",
"version": "5.0.0"
}
}
{
"id": "aW52ZW50b3J5OnBvcnRzOg==",
"module": "inventory",
"operation": "deleted",
"type": "ports"
}
{
"@timestamp": "2024/11/15 20:06:13"
}
Pending UTs fixes / addition |
Corrections of resultant json: {
"data": {
"@timestamp": "2024/11/19 20:12:29",
"destination": {
"ip": "::ffff:192.168.0.127",
"port": 60130
},
"device": {
"id": "f4554af2792e6cc5c61bd2c14bf35427b635fa44"
},
"file": {
"inode": 2662
},
"host": {
"network": {
"egress": {
"queue": 268
},
"ingress": {
"queue": 0
}
}
},
"interface": {
"state": "established"
},
"network": {
"protocol": "tcp6"
},
"process": {
"name": "sshd",
"pid": 1238
},
"source": {
"ip": "::ffff:192.168.0.141",
"port": 22
}
},
"id": "aW52ZW50b3J5OnBvcnRzOjI2NjI6dGNwNjo6OmZmZmY6MTkyLjE2OC4wLjE0MToyMg==",
"operation": "create",
"type": "ports"
}
, metadata
{
"id": "aW52ZW50b3J5OnBvcnRzOjI2NjI6dGNwNjo6OmZmZmY6MTkyLjE2OC4wLjE0MToyMg==",
"module": "inventory",
"operation": "create",
"type": "ports"
}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
level/subtask
Subtask issue
module/inventory
Inventory module
mvp
Minimum Viable Product refinement
type/enhancement
Enhancement issue
Parent Issue: #292
Description
Update the ports inventory format to comply with the Elastic Common Schema (ECS).
Data Fields
Tasks
References
The text was updated successfully, but these errors were encountered: