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

Intakes: update documentations for intakes #2114

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,6 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"id": "111111111111111"
},
"crowdstrike": {
"base_filename": "svchost.exe",
"customer_id": "222222222222222222222"
},
"file": {
Expand All @@ -1181,6 +1180,10 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
"platform": "win"
}
},
"process": {
"command_line": "svchost.exe",
"name": "svchost.exe"
},
"related": {
"ip": [
"4.3.2.1"
Expand Down Expand Up @@ -2396,7 +2399,6 @@ The following table lists the fields that are extracted, normalized under the EC
|`@timestamp` | `date` | Date/time when the event originated. |
|`agent.id` | `keyword` | Unique identifier of this agent. |
|`agent.version` | `keyword` | Version of the agent. |
|`crowdstrike.base_filename` | `keyword` | Base Filename |
|`crowdstrike.customer_id` | `keyword` | Customer ID (cid) |
|`crowdstrike.gateway_ip` | `ip` | Gateway IP |
|`crowdstrike.gateway_mac` | `keyword` | Gateway MAC |
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
},
"user": {
"name": "root"
},
"wallix": {}
}
}
```
Expand All @@ -68,8 +67,7 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
},
"user": {
"name": "wabuser"
},
"wallix": {}
}
}
```
Expand Down Expand Up @@ -155,21 +153,6 @@ This section demonstrates how the raw logs will be transformed by our parsers. I
```


=== "rexec.json"

```json

{
"message": "rexec line 15: Deprecated option UsePrivilegeSeparation",
"event": {
"provider": "sshd"
},
"wallix": {}
}
```


=== "session_integrity.json"

```json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ In this section, you will find examples of raw logs as generated natively by the



=== "rexec"

```
rexec line 15: Deprecated option UsePrivilegeSeparation
```



=== "session_integrity"

```
Expand Down
Loading