-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- mage check changes
- Loading branch information
Showing
194 changed files
with
3,355 additions
and
3,405 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
- description: Unique container id. | ||
ignore_above: 1024 | ||
name: container.id | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
- description: ECS version this event conforms to. | ||
example: 1.0.0 | ||
ignore_above: 1024 | ||
|
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
- name: zeek.capture_loss | ||
type: group | ||
fields: | ||
- name: ts_delta | ||
type: integer | ||
description: | | ||
The time delay between this measurement and the last. | ||
- name: peer | ||
type: keyword | ||
description: | | ||
In the event that there are multiple Bro instances logging to the same host, this distinguishes each peer with its individual name. | ||
- name: gaps | ||
type: integer | ||
description: | | ||
Number of missed ACKs from the previous measurement interval. | ||
- name: acks | ||
type: integer | ||
description: | | ||
Total number of ACKs seen in the previous measurement interval. | ||
- name: percent_lost | ||
type: double | ||
description: | | ||
Percentage of ACKs seen where the data being ACKed wasn't seen. | ||
- name: ts_delta | ||
type: integer | ||
description: | | ||
The time delay between this measurement and the last. | ||
- name: peer | ||
type: keyword | ||
description: | | ||
In the event that there are multiple Bro instances logging to the same host, this distinguishes each peer with its individual name. | ||
- name: gaps | ||
type: integer | ||
description: | | ||
Number of missed ACKs from the previous measurement interval. | ||
- name: acks | ||
type: integer | ||
description: | | ||
Total number of ACKs seen in the previous measurement interval. | ||
- name: percent_lost | ||
type: double | ||
description: | | ||
Percentage of ACKs seen where the data being ACKed wasn't seen. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- name: zeek | ||
type: group | ||
fields: | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
- description: Unique container id. | ||
ignore_above: 1024 | ||
name: container.id | ||
|
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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
- name: zeek.connection | ||
type: group | ||
fields: | ||
- name: local_orig | ||
type: boolean | ||
description: | | ||
Indicates whether the session is originated locally. | ||
- name: local_resp | ||
type: boolean | ||
description: | | ||
Indicates whether the session is responded locally. | ||
- name: missed_bytes | ||
type: long | ||
description: | | ||
Missed bytes for the session. | ||
- name: state | ||
type: keyword | ||
description: | | ||
Code indicating the state of the session. | ||
- name: state_message | ||
type: keyword | ||
description: | | ||
The state of the session. | ||
- name: icmp | ||
type: group | ||
fields: | ||
- name: type | ||
- name: local_orig | ||
type: boolean | ||
description: | | ||
Indicates whether the session is originated locally. | ||
- name: local_resp | ||
type: boolean | ||
description: | | ||
Indicates whether the session is responded locally. | ||
- name: missed_bytes | ||
type: long | ||
description: | | ||
Missed bytes for the session. | ||
- name: state | ||
type: keyword | ||
description: | | ||
Code indicating the state of the session. | ||
- name: state_message | ||
type: keyword | ||
description: | | ||
The state of the session. | ||
- name: icmp | ||
type: group | ||
fields: | ||
- name: type | ||
type: integer | ||
description: | | ||
ICMP message type. | ||
- name: code | ||
type: integer | ||
description: | | ||
ICMP message code. | ||
- name: history | ||
type: keyword | ||
description: | | ||
Flags indicating the history of the session. | ||
- name: vlan | ||
type: integer | ||
description: | | ||
ICMP message type. | ||
- name: code | ||
VLAN identifier. | ||
- name: inner_vlan | ||
type: integer | ||
description: | | ||
ICMP message code. | ||
- name: history | ||
type: keyword | ||
description: | | ||
Flags indicating the history of the session. | ||
- name: vlan | ||
type: integer | ||
description: | | ||
VLAN identifier. | ||
- name: inner_vlan | ||
type: integer | ||
description: | | ||
VLAN identifier. | ||
VLAN identifier. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- name: zeek | ||
type: group | ||
fields: | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
- description: Unique container id. | ||
ignore_above: 1024 | ||
name: container.id | ||
|
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
- name: zeek.dce_rpc | ||
type: group | ||
fields: | ||
- name: rtt | ||
type: integer | ||
description: | | ||
Round trip time from the request to the response. If either the request or response wasn't seen, this will be null. | ||
- name: named_pipe | ||
type: keyword | ||
description: | | ||
Remote pipe name. | ||
- name: endpoint | ||
type: keyword | ||
description: | | ||
Endpoint name looked up from the uuid. | ||
- name: operation | ||
type: keyword | ||
description: | | ||
Operation seen in the call. | ||
- name: rtt | ||
type: integer | ||
description: | | ||
Round trip time from the request to the response. If either the request or response wasn't seen, this will be null. | ||
- name: named_pipe | ||
type: keyword | ||
description: | | ||
Remote pipe name. | ||
- name: endpoint | ||
type: keyword | ||
description: | | ||
Endpoint name looked up from the uuid. | ||
- name: operation | ||
type: keyword | ||
description: | | ||
Operation seen in the call. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- name: zeek | ||
type: group | ||
fields: | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session | ||
- name: session_id | ||
type: keyword | ||
description: | | ||
A unique identifier of the session |
Oops, something went wrong.