Skip to content

Commit

Permalink
Refresh intakes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent eeab194 commit 0aba6f8
Show file tree
Hide file tree
Showing 10 changed files with 4,029 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
```json

{
"message": "2023-05-11T10:22:26.181+0000: 23134193.224: [GC (Allocation Failure)",
"message": "2023-05-11T10:22:26.181+0000: 23134193.224: [GC (Allocation Failure)]",
"event": {
"category": [
"network"
Expand All @@ -393,30 +393,6 @@ Find below few samples of events and how they are normalized by Sekoia.io.
```


=== "others_events_type4.json"

```json

{
"message": "Desired survivor size 1572864 bytes, new threshold 1 (max 15)",
"event": {
"category": [
"network"
],
"reason": "Desired survivor size 1572864 bytes, new threshold 1 (max 15)",
"type": [
"connection"
]
},
"observer": {
"product": "VCenter",
"vendor": "VMWare"
}
}
```


=== "others_events_type5.json"

```json
Expand Down Expand Up @@ -545,7 +521,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"category": [
"network"
],
"reason": "WeakReference, 0 refs, 0.0000061 secs]",
"reason": "WeakReference, 0 refs, 0.0000061 secs",
"type": [
"connection"
]
Expand All @@ -570,7 +546,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"category": [
"network"
],
"reason": "FinalReference, 150 refs, 0.0004388 secs]",
"reason": "FinalReference, 150 refs, 0.0004388 secs",
"type": [
"connection"
]
Expand All @@ -595,7 +571,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"category": [
"network"
],
"reason": "PhantomReference, 0 refs, 0 refs, 0.0000065 secs]",
"reason": "PhantomReference, 0 refs, 0 refs, 0.0000065 secs",
"type": [
"connection"
]
Expand All @@ -620,7 +596,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"category": [
"network"
],
"reason": "JNI Weak Reference, 0.0000149 secs]",
"reason": "JNI Weak Reference, 0.0000149 secs",
"type": [
"connection"
]
Expand All @@ -645,7 +621,7 @@ Find below few samples of events and how they are normalized by Sekoia.io.
"category": [
"network"
],
"reason": "SoftReference, 0 refs, 0.0000457 secs]",
"reason": "SoftReference, 0 refs, 0.0000457 secs",
"type": [
"connection"
]
Expand Down
Loading

0 comments on commit 0aba6f8

Please sign in to comment.