-
Notifications
You must be signed in to change notification settings - Fork 25
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 Network Inventory Format #294
Labels
level/subtask
Subtask issue
module/inventory
Inventory module
mvp
Minimum Viable Product refinement
type/enhancement
Enhancement issue
Milestone
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
Work reportNovember 21
November 21 |
Adapted table{
"id": "aW52ZW50b3J5Om5ldHdvcmtzOmVucDBzMzo6aXB2Njo6ZmU4MDo6MTVjMDo5MzQ4OjNlOTQ6Y2NjNA==",
"module": "inventory",
"operation": "create",
"type": "networks"
}
{
"@timestamp": "2024/11/27 01:48:43",
"host":
{
"ip":
[
"fe80::15c0:9348:3e94:ccc4"
],
"mac": "08:00:27:66:be:1e",
"network":
{
"egress":
{
"bytes": 7163859,
"drops": 0,
"errors": 0,
"packets": 81982
},
"ingress":
{
"bytes": 367712532,
"drops": 0,
"errors": 0,
"packets": 269344
}
}
},
"interface":
{
"mtu": 1500,
"state": "up",
"type": "ethernet"
},
"network":
{
"broadcast":
[
""
],
"dhcp": "unknown",
"gateway":
[
"10.0.2.1"
],
"metric": "",
"netmask":
[
"ffff:ffff:ffff:ffff::"
],
"protocol": "",
"type": "ipv6"
},
"observer":
{
"ingress":
{
"interface":
{
"alias": "",
"name": "enp0s3"
}
}
}
}
|
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 network inventory format to comply with the Elastic Common Schema (ECS).
Data Fields
Tasks
Dependencies
References
The text was updated successfully, but these errors were encountered: