You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@
18
18
19
19
## How should I integrate my own uploader?
20
20
21
+
**This custom upload scenario is being replaced by the event pattern implemented in v8.9.0.**
22
+
**More documentation will follow as a client is implemented**
23
+
21
24
The core dump handler is designed to quickly move the cores *"off-box"* to an object storage environment with as much additional runtime information as possible.
22
25
In order to provide the following benefits:
23
26
@@ -27,7 +30,7 @@ In order to provide the following benefits:
27
30
28
31
- As Object Storage APIs have migrated to S3 as a defacto standard post processing services for scrubbers and indexing the data are easier to implement.
29
32
30
-
It's strongly recommened that you maintain the upload pattern of moving the cores off the machine but you may wish to move them to a none S3 compabible host.
33
+
It's strongly recommended that you maintain the upload pattern of moving the cores off the machine but you may wish to move them to a none S3 compabible host.
31
34
32
35
This scenario is possible but the following aspects need consideration:
0 commit comments