Find which worker node processed an event
Best Answer
-
Hi,
this (
C.os.hostname()
) worked for me when I checked that my load balancing was working as intended:I simply inserted this into a pipeline with a corresponding eval function and generated the field "cribl_worker_flag" and I could see the moment the other Worker Node got the data and took over. This approach should suit your usecase as well.
1
Answers
-
Hi,
this (
C.os.hostname()
) worked for me when I checked that my load balancing was working as intended:I simply inserted this into a pipeline with a corresponding eval function and generated the field "cribl_worker_flag" and I could see the moment the other Worker Node got the data and took over. This approach should suit your usecase as well.
1