Is there documentation for implementing local storage archival and replay functions?
Neil Parisi
Posts: 12 mod
Is there any documentation available for implementing local storage archival and replay functions?
Tagged:
0
Best Answer
Answers
-
This would get tricky. The collector assumes workers have identical views. > ... that is available on all Worker Nodes.
0 -
Also, if you can, pointing Cribl to an on-prem Minio, can be the simplest solution
0 -
yep. Slightly more tricky, you could have a CIFS or NFS share that all the workers mount in the same place
0 -
but purely local would likely not work in a multi-worker scenario
0 -
NFS share for the win. Must be identical though. Very important.
0 -