Skip to content

Commit

Permalink
Refresh intakes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a382916 commit 6ef7340
Show file tree
Hide file tree
Showing 3 changed files with 2,122 additions and 1,507 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,33 @@ In details, the following table denotes the type of events produced by this inte
Find below few samples of events and how they are normalized by Sekoia.io.


=== "test_aaatm.json"

```json

{
"message": "09/29/2023:07:40:56 GMT ADC-WEB1 0-PPE-1 : default AAATM Message 1111111111 0 : \"AAA JSON-PARSE: ns_aaa_json_parser_StartElementHandler: NAME_VAL state, multi valued attribute start 'ConnectionId' seen\"",
"event": {
"kind": "event",
"category": [
"network"
],
"type": [
"connection"
],
"code": "Message",
"dataset": "audit_aaatm",
"reason": "\"AAA JSON-PARSE: ns_aaa_json_parser_StartElementHandler: NAME_VAL state, multi valued attribute start 'ConnectionId' seen\""
},
"observer": {
"name": "ADC-WEB1"
},
"@timestamp": "2023-09-29T07:40:56Z"
}
```


=== "test_blocked_event.json"

```json
Expand Down Expand Up @@ -322,7 +349,8 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"connection"
],
"code": "TRAP_SENT",
"dataset": "audit_snmp"
"dataset": "audit_snmp",
"reason": "appfwPolicyHit (appfwLogMsg = \"\"CEF:0|Citrix|NetScaler|NS13.1|APPFW|APPFW_POLI...\"\", nsPartitionName = default)\""
},
"@timestamp": "2023-07-04T09:03:41Z",
"observer": {
Expand Down Expand Up @@ -398,6 +426,9 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"code": "Message",
"dataset": "audit_sslvpn"
},
"observer": {
"name": "ADC-VPN"
},
"@timestamp": "2023-07-04T09:03:46Z",
"citrix": {
"adc": {
Expand Down
Loading

0 comments on commit 6ef7340

Please sign in to comment.