-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ingress/egress and configuration categorization (#80)
* Add ingress/egress/internal and configuration categorization * Add changelog entry * Fix up ingress/egress * Update changelog * remove internal
- Loading branch information
Andrew Stucki
authored
Dec 8, 2020
1 parent
8bcb06e
commit a2ae67c
Showing
7 changed files
with
56 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,8 @@ | |
"ecs": { | ||
"event": { | ||
"category": [ | ||
"process" | ||
"process", | ||
"configuration" | ||
], | ||
"type": [ | ||
"change" | ||
|
@@ -87,7 +88,8 @@ | |
"ecs": { | ||
"event": { | ||
"category": [ | ||
"process" | ||
"process", | ||
"configuration" | ||
], | ||
"type": [ | ||
"change" | ||
|
@@ -140,7 +142,7 @@ | |
"ip": "96.241.146.97" | ||
}, | ||
"network": { | ||
"direction": "inbound" | ||
"direction": "ingress" | ||
}, | ||
"data": { | ||
"fp": "6d:a3:7f:ed:de:4a:79:f2:aa:49:ec:d1:75:36:97:a3", | ||
|
@@ -204,7 +206,7 @@ | |
"ip": "96.241.146.97" | ||
}, | ||
"network": { | ||
"direction": "inbound" | ||
"direction": "ingress" | ||
}, | ||
"data": { | ||
"cipher": "[email protected]", | ||
|
@@ -324,7 +326,7 @@ | |
"ip": "46.160.144.250" | ||
}, | ||
"network": { | ||
"direction": "inbound" | ||
"direction": "ingress" | ||
}, | ||
"data": { | ||
"acct": "root", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.